avoid clobbered variable warnings; eat leading spaces from cmd
[unix-history] / usr / src / sbin /
1994-03-17 Keith BosticDon't install disklabel setgid; it doesn't need to...
1994-03-17 Keith BosticWhen rdump aborts, it doesn't always properly close...
1994-03-06 Jan-Simon Pendryminor cleanups
1994-02-27 Marshall Kirk McKusickset maptype when allocating new inodes
1994-02-27 Marshall Kirk McKusickavoid stomping on random blocks when attempting to...
1994-02-27 Marshall Kirk McKusick(no message)
1994-02-23 Keith Bosticset the default to 1
1994-02-23 Keith Bosticuse -n, not a trailing argument; use getopt even if...
1994-02-23 Keith Bosticdon't set SIGSYS if debugging
1994-02-23 Keith Bosticforgot to change the argument parsing for -n
1994-02-23 Keith Bosticdon't drop core if NFS isn't compiled into the kernel
1994-02-23 Keith Bosticreplace trailing number with -n plus argument
1994-02-23 Keith Bosticadd -n, to replace trailing count; note exit status...
1994-02-23 Keith Bosticget the usage statement right
1994-02-23 Keith Bosticmajor cleanup, make it pass lint so I can leave the...
1994-02-22 Jan-Simon Pendryensure mounts use disjoint parts of the namespace
1994-02-22 Jan-Simon Pendrypid > 0 && pid != -1 becomes pid > 0
1994-02-21 Marshall Kirk McKusickget rid of redundant CGSIZE definition
1994-02-21 Keith Bosticmerge "ret" and "rval" into one variable; usage() doesn...
1994-02-21 Jan-Simon Pendryonly signal mountd if necessary & possible.
1994-02-21 Jan-Simon Pendryfix usage. print MNT_USER flag if set.
1994-02-21 Jan-Simon Pendryupdate synopsis. add more xrefs
1994-02-21 Keith Bosticbreak mount.8 up into mount.8 and umount.8; add the...
1994-02-21 Keith Bosticbreak mount.8 up into mount.8 and umount.8
1994-02-21 Keith BosticNFS is always on, break mount.8 up into mount.8 and...
1994-02-21 Keith BosticNFS is always turned on; fix it so that the order of...
1994-02-21 Keith Bosticdate and time created 94/02/20 16:17:57 by bostic
1994-02-21 Jan-Simon Pendrydocument umount -h. fix a few typos. update synopsis.
1994-02-21 Jan-Simon Pendrydocument umount -h; fix synopsis lines.
1994-02-21 Jan-Simon Pendrylint, KNF
1994-02-21 Jan-Simon Pendryremove local version of realpath - now in libc
1994-02-19 Jan-Simon Pendrylint, KNF, fix error messages
1994-02-19 Jan-Simon Pendryfix error message
1994-02-18 Jan-Simon Pendrylint, KNF.
1994-02-18 Jan-Simon Pendryformatting typo
1994-02-18 Jan-Simon Pendryadded procfs man page
1994-02-18 Jan-Simon Pendrydate and time created 94/02/17 10:16:27 by pendry
1994-02-18 Keith Bosticno newlines on err(3) calls; section 3 sets errno, too
1994-02-18 Keith Bosticerror exit if mountd exists and we fail to signal it
1994-02-17 Jan-Simon Pendryinstall mount_union setuid root. permission checks...
1994-02-17 Jan-Simon Pendryapply realpath to the target directory to avoid loops
1994-02-17 Jan-Simon Pendryapply realpath() to the mountpoint
1994-02-17 Jan-Simon Pendryadd subdirectory check
1994-02-17 Jan-Simon Pendryuser err() where possible
1994-02-17 Jan-Simon Pendrylint
1994-02-17 Jan-Simon Pendryno longer needs support for nfs and other "external...
1994-02-17 Jan-Simon Pendryreword
1994-02-17 Keith Bosticif an arg is expected but none suppled, null deref...
1994-02-17 Keith Bosticdisplay the right amount of time before a shutdown
1994-02-12 Jan-Simon Pendryadded mount_union
1994-02-12 Jan-Simon Pendrydate and time created 94/02/11 19:20:27 by pendry
1994-02-12 Jan-Simon Pendrydate and time created 94/02/11 19:20:26 by pendry
1994-02-05 Kirk McKusickmatch maxcontig with clustering goal size
1994-02-03 Kirk McKusickadd support for building cluster maps
1994-02-02 Kirk McKusickprint out info about cluster maps when present
1994-02-02 Kirk McKusickadd convert level 4 to create, expand, or delete cluste...
1994-01-29 Keith Bosticuninitialized variable
1994-01-29 Keith BosticThe change ensures that symbolic links are not used...
1994-01-28 Jan-Simon Pendryuse warn()
1994-01-28 Keith Bosticno man page at the moeemnt
1994-01-27 Jan-Simon Pendryadded procfs
1994-01-27 Mike Hiblerscrewed up: lost an old bug fix in last delta
1994-01-26 Mike HiblerCD9660 is now defined in Makefile (ala NFS and MFS)
1994-01-26 Keith Bosticdate and time created 94/01/25 14:08:21 by bostic
1994-01-24 Keith BosticMirror Kirk's 8.9 change to /sys/sys/mount.h; ISOFS...
1994-01-24 Keith BosticMirror Kirk's 8.9 change to /sys/sys/mount.h; ISOFS...
1994-01-24 Kirk McKusickISOFS => CD9660
1994-01-24 Kirk McKusickcomplain about unknown options
1994-01-24 Keith Bosticmatch rev 8.6 of /sys/sys/mount.h from Mike Hibler
1994-01-22 Kirk McKusickdate and time created 94/01/21 18:27:41 by mckusick
1994-01-22 Kirk McKusickdate and time created 94/01/21 18:27:40 by mckusick
1994-01-22 Kirk McKusickadd mount_cd9660
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-14 Jan-Simon Pendryfix bogus code
1994-01-14 Keith Bosticusage should say newlfs, not newfs
1994-01-13 Mike Hiblerreflect changes in mount.h, support for ISOFS
1994-01-13 Mike Hiblerreflect changes to mount.h and ability to export other...
1994-01-13 Mike Hibleradd -DMFS -DISOFS
1994-01-13 Mike Hiblerfix usage check for mfs, reflect changes to mount.h
1994-01-13 Jan-Simon Pendrylink with -lcompat to pick up "correct" regex functions
1994-01-13 Jan-Simon Pendryfix CFLAGS
1994-01-12 Jan-Simon Pendrydate and time created 94/01/11 23:26:34 by pendry
1994-01-12 Kirk McKusickadd generic MNT_ASYNC flag
1994-01-08 Keith Bosticdelete duplicate '/' in file name
1994-01-08 Keith Bosticsprintf->snprintf, don't put in an extra '/'
1994-01-08 Keith Bosticuse C library error functions, not local one
1994-01-07 Kirk McKusickavoid null pointers (from cgd@vangogh)
1994-01-07 Kirk McKusickget with the times (from cgd@vangogh)
1994-01-06 Kirk McKusickgrammer
1994-01-05 Jan-Simon Pendryhandle wide uid/gid. lint, KNF
1994-01-03 Keith BosticSet errno before calling quit() when not root. Cleanup...
1994-01-03 Keith BosticUse lstat() when poking around in /dev. The routine...
1993-12-17 Jan-Simon Pendryfix typos
1993-12-12 Kirk McKusickcopyediting for Usenix manuals
1993-11-25 Mike Hiblerneeded (dumpsize+vmunixsize) needs to be in 1k chunks...
1993-11-17 Kirk McKusickallow for world export (from Macklem)
1993-09-25 Mike Hiblercast inode di_size from off_t to int for printing in...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-08-15 Kirk McKusickfix parameter missmatch (for SPARC)
1993-07-20 Keith Bostic4.4BSD snapshot (revision 8.1)
next