FreeBSD src
Go to file
David Greenman e0e9c42112 Implemented filesystem clean bit via:
machdep.c:
	Changed printf's a little and call vfs_unmountall() if the sync was
	successful.

cd9660_vfsops.c, ffs_vfsops.c, nfs_vfsops.c, lfs_vfsops.c:
	Allow dismount of root FS. It is now disallowed at a higher level.

vfs_conf.c:
	Removed unused rootfs global.

vfs_subr.c:
	Added new routines vfs_unmountall and vfs_unmountroot. Filesystems
	are now dismounted if the machine is properly rebooted.

ffs_vfsops.c:
	Toggle clean bit at the appropriate places. Print warning if an
	unclean FS is mounted.

ffs_vfsops.c, lfs_vfsops.c:
	Fix bug in selecting proper flags for VOP_CLOSE().

vfs_syscalls.c:
	Disallow dismounting root FS via umount syscall.
1994-08-20 16:03:26 +00:00
bin Got rid of stupid warning message. 1994-08-18 14:35:23 +00:00
eBones Move the telnetd with encryption to src/secure 1994-08-12 22:53:46 +00:00
etc Add rotattion of cron log to weekly. 1994-08-11 17:23:29 +00:00
gnu Added -f to rm so install doesn't abort if the file doesn't exist. 1994-08-20 06:28:37 +00:00
include Added skey.h to Makefile and reformatted the list a bit. 1994-08-20 12:00:06 +00:00
lib Latest fix from jtc: 1994-08-19 23:52:29 +00:00
libexec Plug already known security hole. (Brought over from 1.1.5): 1994-08-15 20:06:13 +00:00
sbin Killed explicit OS specification. 1994-08-19 13:40:41 +00:00
secure Move the telnetd with encryption to src/secure 1994-08-12 22:53:46 +00:00
share - bsd.dep.mk and bsd.own.mk have been required for some time. Install them. 1994-08-20 08:25:00 +00:00
sys Implemented filesystem clean bit via: 1994-08-20 16:03:26 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Changed cpp to cc since cpp is hidden away in /usr/libexec 1994-08-20 11:22:58 +00:00
usr.sbin Oops...forgot to list the changes.... 1994-08-18 05:15:26 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
Makefile Whoops, nuke libobjc until we have it too. 1994-08-16 02:55:14 +00:00
TODO Add the TODO file that phk wanted. This file is just here temporarily during 1994-08-20 10:38:10 +00:00