Commit Graph

134 Commits

Author SHA1 Message Date
cgd f51f1b4c04 from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:
Some reordering and modifications in the Makefiles for sh, dump,
    restore to get dependicies right.  The README in /usr/share/mk
    states that it's a Bad Thing(tm) to add something after
    .include <bsd.prog.mk>, but this seems the only way to get the
    dependencies right.
1993-11-14 15:35:34 +00:00
cgd b14e2fa6d0 oops again; fix that last 1993-11-12 08:48:26 +00:00
cgd 24f92f3f76 oops; fix that last 1993-11-12 08:45:45 +00:00
cgd bcb8233523 add LDSTATIC 1993-11-12 08:20:49 +00:00
cgd 8c7003e63d use LDSTATIC, not LDFLAGS any more 1993-11-08 02:33:56 +00:00
mycroft 0af4689100 Patch from Bruce Evans to deal with file names with NULs in them. 1993-11-05 23:32:06 +00:00
cgd b7a32a0002 chown no longer here 1993-11-03 06:46:24 +00:00
mycroft 9aecec6c48 Clean up deleted files. 1993-11-03 06:45:34 +00:00
cgd 3cd310a659 add 'LDFLAGS+= -static' 1993-11-03 06:18:48 +00:00
cgd c12bc1839f add -static to 'LDFLAGS', as it goes in /sbin 1993-11-03 05:20:49 +00:00
cgd 55c82b0104 remove query and trace from subdir lists; they're for debugging only. 1993-10-28 03:28:46 +00:00
pk bfca4dbe69 Utility to maintain shared library lookup "hints".
Does business in `/var/run/ld.so.hints'.
1993-10-23 00:16:57 +00:00
cgd 6fbb774b75 was using the -F options for the wrong purpose 1993-10-20 19:53:36 +00:00
cgd 202167bebb try again to keep it from rebooting endlessly 1993-10-15 15:15:25 +00:00
jtc 2ddbb97f0f #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt
declarations can be removed from <stdlib.h>.
1993-10-13 18:33:45 +00:00
mycroft ba01cff101 Check boundary of *c* partition against the DOS partition table, not the *a*
partition, as we might want the latter to not necessarily be at the beginning
of the NetBSD section.
1993-10-13 06:26:14 +00:00
cgd f69e02fc8e no more librpc 1993-10-08 02:28:39 +00:00
cgd 909ad08f8c there is no librpc any more 1993-10-08 00:51:12 +00:00
cgd 4b30c543a0 always use libcrypt 1993-10-07 02:16:39 +00:00
cgd 86c14aeb7a set the 'clean' flag sometimes, but ignore it when deciding to clean
or not.  this allows you to use this fsck and... reboot your system;
otherwise it would inf-loop rebooting and marking the FS clean,
which would then mark the fs modified, cause a reboot, etc.
1993-10-06 00:52:07 +00:00
cgd 62ae8cc163 use syslog to report errors Vernon Schryver (vjs@calcite.rhyolite.com) 1993-10-05 00:36:28 +00:00
jtc 7e6ae0ac93 Make sure all items in the SEE ALSO list are comma separated 1993-10-05 00:12:10 +00:00
jtc 4c3cf5493f Name of this manpage is MOUNT_ISOFS, not MOUNT_MSDOS. 1993-10-04 23:24:59 +00:00
mycroft 978ea867b7 #if 0 the fs_clean check for now. 1993-10-03 03:54:38 +00:00
mycroft e1e7cd5d46 Don't set clean flag if -n. 1993-10-01 02:25:19 +00:00
mycroft d9e1211542 Set clean flags. 1993-10-01 01:56:42 +00:00
mycroft 79cf6e90da Use ${.CURDIR}/.., in case we're inside an obj dir while compiling. 1993-10-01 01:53:46 +00:00
mycroft 5f4ea60f65 Initial count for fs_state is `FS_CLEANFREQ'. 1993-10-01 01:48:01 +00:00
mycroft 3bceafed83 Skip check if filesystem is marked clean and isn't too dusty, only with -p.
Set clean flag after checking a filesystem.
1993-10-01 01:45:30 +00:00
mycroft 262cbdab66 Use doubles to rather than longs to avoid tsum overflowing so quickly. 1993-09-23 23:03:55 +00:00
ws d3725de8aa Allow exporting whole directory trees with -alldir option in /etc/exports 1993-09-09 16:34:33 +00:00
ws 053f138dae Changes to VFS readdir semantics
NFS changes for better cookie support
ISOFS changes for better Rockridge support and support for generation numbers
1993-09-07 15:40:14 +00:00
pk 7a40c9d92c should not default to read-only mount. 1993-08-25 13:16:27 +00:00
cgd 88da3715f4 df lists filesystem as "proc" -- note this, rather than "procfs" 1993-08-25 09:35:47 +00:00
cgd 2d7ff4564c this stuff didn't go in for 0.8a... 1993-08-25 06:46:04 +00:00
brezak 651ea37a78 Fix rcs headers 1993-08-25 02:42:57 +00:00
brezak 72512ce825 Add code so inetd can start mountd. Reread exports if changed more frequently. Cleanup to use rpcsvc headers. 1993-08-25 02:37:36 +00:00
pk 3dd58a232e removed trash left over from FTP PUT operation :-( 1993-08-24 17:21:57 +00:00
pk 7f940b41a3 Man page added. 1993-08-24 17:16:54 +00:00
cgd 9910a37e0e little point in having mount_procfs if you don't make it... 1993-08-24 16:16:33 +00:00
pk 883ee6ae2f mount program for proc filesystem. 1993-08-24 13:18:05 +00:00
pk d4f1dcb0d5 Initialized `mntflags'. 1993-08-24 13:15:14 +00:00
jtc fc04014ae1 Dump is now in /sbin. 1993-08-20 16:32:58 +00:00
mycroft f882911ca9 pcfs_args --> msdosfs_args 1993-08-14 11:05:26 +00:00
mycroft b1f3b28d18 PCFS --> MSDOSFS 1993-08-09 06:22:46 +00:00
mycroft a4978b4da6 Don't reset CFLAGS. 1993-08-09 06:14:22 +00:00
cgd f08e3f34a5 merge in changes from netbsd-0-9-ALPHA2 1993-08-07 07:42:13 +00:00
jtc 66db4d4b5e Update to -mandoc macros 1993-08-05 20:49:16 +00:00
jtc adb370a8b4 Updated to -mandoc macros. 1993-08-05 20:34:26 +00:00
mycroft 13c54e604a Add an #endif I forgot. 1993-08-03 23:25:12 +00:00