have to protect acct_process from acctwatch closing the vnode
[unix-history] / usr / src / sbin /
1994-12-09 Kirk McKusickdircheck() shouldn't be looking at d_type or d_namlen...
1994-12-09 Kirk McKusickcorrect fix for LITTLE_ENDIAN in mkentry() (idea from...
1994-12-07 Kirk McKusickif attempts to translate name fails, return original
1994-12-01 Kirk McKusickwhen given non block or character device to check,...
1994-12-01 Kirk McKusicklint
1994-11-30 Kirk McKusickdefine -c 3
1994-11-30 Kirk McKusickconvert level should be >= 3, not > 3
1994-11-24 Kirk McKusickhave to copy fs_maxcluster
1994-11-23 Kirk McKusickneeds queue.h
1994-11-04 Kirk McKusickrestore WINO inode to USTATE to keep accounting right
1994-10-28 Kirk McKusickbyte swapping prototype directory entries on old little
1994-10-28 Kirk McKusickdo not recursively try to fix corrupted directories...
1994-10-19 Kirk McKusickunwhiteout => undelete
1994-10-10 Kirk McKusickdo not assume that root file handle can always be obtained
1994-10-10 Kirk McKusickbetter error message on failure (from mycroft)
1994-10-10 Kirk McKusickget error return consistent
1994-09-14 Kirk McKusickadd support for restoring whiteouts
1994-09-14 Kirk McKusickclrimap => usedinomap (to be more descriptive)
1994-09-14 Kirk McKusickclrimap => usedinomap (to be more descriptive); add...
1994-09-14 Kirk McKusickadditional work to properly recognize whiteouts
1994-09-01 Kirk McKusickcorrectly show which links are being extracted
1994-09-01 Kirk McKusickcorrectly handle deleteion of link request
1994-09-01 Kirk McKusickcorrect termination for readdir
1994-09-01 Kirk McKusickmore information on bad indirect blocks
1994-08-24 Kirk McKusickset file flags; add restoration of FIFO's
1994-08-24 Kirk McKusickset file flags on directories
1994-08-18 Kirk McKusick-n option allows access from non-priviledged ports...
1994-08-18 Kirk McKusickbug when checking multiple filesystems; use library...
1994-08-15 Kirk McKusickcg_link => cg_firstfield; fs_link => fs_firstfield
1994-08-15 Kirk McKusickIS_WHT is gone, compare directly
1994-08-15 Kirk McKusickcg_link => cg_firstfield; fs_link => fs_firstfield
1994-08-05 Kirk McKusickfix for little-endian machines (from mycroft)
1994-07-28 Jan-Simon Pendrychanges for whiteouts and union filesystem
1994-07-25 Kirk McKusickMike Hibler sez we can nuke the round down on maxcontig
1994-07-25 Kirk McKusickmfs should be mount_mfs
1994-07-25 Kirk McKusickdon't spill superblock numbers for big disks
1994-07-25 Kirk McKusickonly clear clustersfree when in use (from cgd)
1994-07-15 Kirk McKusickadd ownership of non-root mounts
1994-07-14 Kirk McKusickno longer needs set-uid root
1994-07-08 Kirk McKusickwrong sense on force
1994-07-08 Kirk McKusickmount allows use of the force option
1994-07-04 Kirk McKusickint => gid_t (from ralph)
1994-06-24 Kirk McKusickhandle userquota and groupquota (from deraadt@fsa.ca)
1994-06-21 Kirk McKusickbyte swapping code for LITTLE_ENDIAN on old format...
1994-06-17 Kirk McKusickadd the noauto option
1994-06-17 Kirk McKusickdescribe -a flag and noauto option
1994-06-17 Kirk McKusickadd noauto (from mycroft)
1994-06-15 Marshall Kirk McKusickwalking mount list should be reentrant (from mycroft)
1994-06-15 Marshall Kirk McKusickadd lfs_maxsymlinklen (from mycroft)
1994-06-15 Marshall Kirk McKusickfix to allow mounting of swap files (from mycroft)
1994-06-15 Marshall Kirk McKusickmixup of uid and gid mapping files
1994-06-15 Marshall Kirk McKusickmisc bug fixes (from mycroft)
1994-06-15 Marshall Kirk McKusickget rid of emitl and dcmp as they are done by mktime...
1994-06-02 Anne Hughespage breaks for 4.4BSD manuals
1994-05-21 Jan-Simon Pendryfix port number parsing
1994-05-07 Kirk McKusicktype in conversion
1994-05-07 Kirk McKusickadd history
1994-05-07 Kirk McKusickcopy fs_state before checking alternate superblock...
1994-04-23 Kirk McKusickcopy in things needed from <ufs/ffs/fs.h>
1994-04-23 Kirk McKusickdelete inclusion of <ufs/ffs/fs.h>
1994-04-22 Keith Bosticdelete the man page on cleandir
1994-04-20 Kirk McKusickdo not complain if mountd is not found
1994-04-20 Kirk McKusickrewrite to decontaminate
1994-04-20 Kirk McKusickadd architecture to Dt field
1994-04-19 Keith Bosticspell
1994-04-19 Kirk McKusickcleanups from cgd
1994-04-19 Kirk McKusickmove definition of MINFREE to <ufs/ffs/fs.h> so it...
1994-04-19 Kirk McKusickcount the size of holes as well as blocks
1994-04-19 Kirk McKusickrelocate initialization of `securelevel' variable
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here; the interface
1994-04-17 Keith Bosticsysctl is in section 8
1994-04-16 Kirk McKusickdo not dump core when invoked with no arguments (from...
1994-04-04 Keith Bosticfsdb includes AT&T proprietary code
1994-04-03 Keith Bosticcopyright cleanup
1994-04-03 Keith Bosticif it's an update, ignore the fstab file options.
1994-04-02 Mike Hiblermake MNT_ASYNC the default for mfs, allow -T for mfs
1994-04-01 Keith Bosticmisspelling
1994-04-01 Keith Bosticdon't cast the -1 to anything (especially a long)
1994-03-31 Keith Bosticmove mount_lofs to /usr/src/old
1994-03-31 Jan-Simon Pendrylast checkin missed internal mount_ufs support.
1994-03-30 Keith Bosticprettiness police
1994-03-30 Keith Bosticadd LFS references
1994-03-28 Keith BosticThe 'for' loop checks the contents of cp w/o ever check...
1994-03-28 Jan-Simon Pendryfix typo "exec" -> "force"
1994-03-28 Keith Bostictypo
1994-03-28 Keith BosticRick Macklem notes that NFS should get MNT_RDONLY and...
1994-03-28 Keith Bosticmake async, sync match between .h and man page
1994-03-28 Keith BosticUFS supports sync, sync
1994-03-28 Keith BosticJan-Simon Pendry's and my new mount code
1994-03-28 Jan-Simon Pendrylint
1994-03-28 Jan-Simon Pendrymissing #includes
1994-03-28 Jan-Simon Pendrynow launch a sub-process to deal with each request.
1994-03-28 Jan-Simon Pendryfix typo
1994-03-28 Keith BosticJan-Simon Pendry's and my new mount code
1994-03-28 Keith Bosticreplace -above, -below, -replace with -b, -r, (-above...
1994-03-28 Keith BosticJan-Simon Pendry's and my new mount code
1994-03-28 Keith Bosticadd in -o option
1994-03-28 Keith BosticJan-Simon Pendry's and my new mount code
1994-03-28 Keith Bosticforgot to change the argument
1994-03-28 Keith BosticJan-Simon Pendry's and my new mount code
next