drop unnecessary include of dir.h (checked in by sklower)
[unix-history] / usr / src / sbin /
1990-03-28 Kirk McKusickdo not mark dirs with eighth bit set as corrupt;
1990-03-28 Kirk McKusickadd inode and directory buffer pointers
1990-03-28 Kirk McKusickinitialize inode and directory buffer pointers for...
1990-03-28 Kirk McKusickinitialize directory buffer pointer for each run
1990-03-28 Kirk McKusickinitialize startinum and inode buffer pointer for each run
1990-03-28 Kirk McKusickuse proper defined constant (from fuller@prisma.com)
1990-03-28 Kirk McKusickget rid of unused variables
1990-03-24 Keith SklowerThis works with new routing message headers.
1990-03-24 Keith Bosticdate and time created 90/03/23 11:04:36 by bostic
1990-03-23 Kirk McKusickuse statfs instead of reading superblock to get space...
1990-03-23 Kirk McKusickhave to reset definition of direct pointer after printi...
1990-03-23 Kirk McKusickdo not complain about unreferenced . and .. entries
1990-03-16 Kirk McKusicknotify mountd of changes by signalling pid stored in...
1990-03-16 Kirk McKusickstore pid in /var/run/mountd.pid for mount to notify...
1990-03-16 Kirk McKusickadd _PATH_PIDFILE
1990-03-14 Kirk McKusickhave to really get the inode before it can be modified
1990-03-13 Keith Sklowerthis version works with getkerninfo call.
1990-03-10 Kirk McKusickcheck character device root, not the block device
1990-03-09 Kirk McKusickadd entry for the exports file
1990-03-09 Kirk McKusickcheck to see if ufs filesystem is being exported and...
1990-03-09 Kirk McKusickexportfs is replaced by mount
1990-03-09 Kirk McKusickget rid of unneeded header files
1990-03-08 Kirk McKusickinitialize inplast (from shumway@sun.com)
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
next