date and time created 90/03/07 14:45:46 by marc
[unix-history] / usr / src / sbin /
1990-03-07 Kirk McKusickspecify MNT_NOWAIT when getting filesystem information
1990-03-07 Kirk McKusickdo not trim leading pathname from special device name
1990-03-07 Kirk McKusickadd MNT_NOWAIT parameter to getmntinfo
1990-03-06 Keith Bosticfix errno for ANSI C variable scoping
1990-03-02 Keith Sklowerhalt and reboot live in sbin now
1990-02-25 Mike Karelsrestore user/host in banner, suppress wall banner
1990-02-21 Keith Bosticneeds to include paths.h, now for _PATH_NOLOGIN
1990-02-21 Keith Bostictypo
1990-02-17 Kirk McKusickhack to avoid requirement to name root device for ...
1990-02-17 Kirk McKusickeliminate spurious includes
1990-02-17 Mike Karels*don't* attempt to specify what the *remote* pathname...
1990-02-16 Kirk McKusickjust need dinode.h, not inode, and vnode
1990-02-16 Kirk McKusickneed sys/time.h since dump.h no longer includes it
1990-02-16 Kirk McKusickjust need dinode.h, not vnode, inode, etc; want ufs...
1990-02-16 Kirk McKusickdefine exactly where to look for rmt command
1990-02-16 Kirk McKusickmove in info from restore.h that is specific to this...
1990-02-16 Kirk McKusickneed to include ufs/dir.h since no longer done by restore.h
1990-02-16 Kirk McKusickonly include directory items that are exported from...
1990-02-16 Keith Bosticremove nologin, it's paths.h now
1990-02-14 Kirk McKusickinclude explicit telldir and opendir instead of expecti...
1990-02-14 Kirk McKusickmake DIR typedef explicit, do not depend on dir.h for it
1990-02-14 Kirk McKusickupdate for NFS from Borman
1990-02-14 Mike Karelstypo
1990-02-10 Kirk McKusickmake -t meaningful in conjuction with -a
1990-02-09 Kirk McKusickdo not try to fsck non-ufs filesystems (from borman...
1990-02-07 Kirk McKusickcheck directory contents with a scan in disk block...
1990-02-07 Kirk McKusickuse inoinfo structure to quickly find any orphaned...
1990-02-07 Kirk McKusickstruct inoinfo is promoted to fsck.h;
1990-02-07 Kirk McKusickadd pass1 buffer constant;
1990-02-07 Kirk McKusickadd propogate to find directory connectivity;
1990-02-07 Kirk McKusickuse special routine to scan inode list
1990-02-07 Kirk McKusickallocate hash headers and sort list
1990-02-07 Kirk McKusickcheck correct variable; have to use slow but safe ginod...
1990-02-07 Kirk McKusickwant to round to number of frags not fragmment size
1990-02-02 Kirk McKusicksave block pointers of directories as they are encounte...
1990-02-02 Kirk McKusickupdate for current program
1990-02-02 Kirk McKusickconvert to BSD only copyright
1990-02-02 Kirk McKusickeliminate last vestages of AT&T code
1990-02-02 Kirk McKusicklint and other aesthetic cleanups
1990-01-31 Kirk McKusicklint; try small reads on error (4.3BSD-tahoe/sbin/5)
1990-01-20 Keith Bosticnew signals
1990-01-20 Keith Bosticnew signals
1990-01-20 Keith Bosticdon't prompt the user for inconsistent state; just...
1990-01-06 Kirk McKusicknow AT&T free
1990-01-05 Kirk McKusickadd xref to unmount(2)
1990-01-05 Kirk McKusickupdate from Rick Macklem
1990-01-05 Kirk McKusickclean up the terminology
1990-01-05 Kirk McKusickupdate from Rick Macklem
1989-12-20 Mike Karelsupdate bounds file if write fails on vmcore
1989-12-01 Kirk McKusickdate and time created 89/11/30 23:58:44 by mckusick
1989-12-01 Kirk McKusickupdate from Rick Macklem
1989-11-26 Kirk McKusickinstall as mount_mfs
1989-11-25 Kirk McKusickuse static for returned variables!
1989-11-25 Kirk McKusickunknown types use /sbin/mount_XXX
1989-11-14 Kirk McKusickprint proper error messages from NFS, null terminate...
1989-11-10 Kirk McKusickadd -f flag for forcible unmounting
1989-11-10 Kirk McKusickadd -f flag for forcible unmount
1989-11-01 Kirk McKusickdinode.h replaces vnode.h and inode.h
1989-11-01 Kirk McKusickconvert utime to be utimes; fix syntax error from new...
1989-11-01 Kirk McKusickconvert utime to be utimes
1989-11-01 Kirk McKusickget rid of -lcompat
1989-11-01 Kirk McKusickadd description of the -u flag
1989-11-01 Kirk McKusickfor update requests scan kernel mount table, not fstab...
1989-10-29 Keith Bostichostname never used.
1989-10-25 Kirk McKusickeliminate vnode.h and inode.h; just use dinode.h
1989-10-25 Kirk McKusickno longer need to include time.h, vnode.h, and inode...
1989-10-19 Kirk McKusickadd -u flag to allow mounted file systems to be updated
1989-10-19 Kirk McKusickadd link for mfs manual page
1989-10-19 Kirk McKusickgeneralize MFS interface to allow externalized file...
1989-10-19 Kirk McKusickdescribe standard options; describe external file syste...
1989-10-19 Kirk McKusickadd information about the memory based file system
1989-10-19 Kirk McKusickmemfs => mfs
1989-10-19 Kirk McKusickmemfs => mfs; add -F flag to pass in mount flags
1989-10-18 Kirk McKusickdate and time created 89/10/17 16:24:25 by mckusick
1989-10-18 Kirk McKusickif type is unknown, try to exec filesystem by that...
1989-10-18 Kirk McKusickgetmntinfo is now a C library routine
1989-10-18 Kirk McKusickgetmntinfo becomes a C library routine
1989-10-18 Kirk McKusickadd parsing of standard options; more verbose output
1989-10-12 Kirk McKusickAT&T free
1989-09-30 Keith Sklowergot cold feet, using old style ioctls for alpha release
1989-09-26 Keith Sklowerssufixlen --> slen; fix other minor bugs concerning...
1989-09-16 Keith BosticPOSIX signals
1989-09-13 Kirk McKusickmust get mount type when reading from fstab
1989-09-13 Kirk McKusickadd memory filesystem
1989-09-13 Kirk McKusickuse pathnames.h; more explicit messages
1989-09-13 Kirk McKusicknew pathname locations
1989-09-13 Kirk McKusickuse pathnames.h; more explicit error message
1989-09-07 Kirk McKusickinstall memfs
1989-09-07 Kirk McKusickadd memory based filesystem; generate unique exit codes;
1989-09-07 Kirk McKusickadd memory based filesystem; generate unique error...
1989-09-06 Kirk McKusickdefine memory filesystem
1989-09-06 Keith Bostictypo; print a newline so it flushses
1989-09-01 Kirk McKusickcorrect synopsis line
1989-09-01 Kirk McKusickadd ability to create multiple servers
1989-09-01 Kirk McKusickadd cross reference to system call
1989-08-31 Kirk McKusickdate and time created 89/08/30 15:54:04 by mckusick
1989-08-31 Kirk McKusickdate and time created 89/08/30 15:46:08 by mckusick
1989-08-31 Kirk McKusickfrom Rick Macklem
1989-08-23 Kirk McKusickthe whole map is always dumped anyway, so just calculat...
1989-08-22 Mike Karelsneed to read dumpsize from blockdev, more cleanups
next