freebsd_amp_hwpstate/sbin/mount
Julian Elischer 52bf64c787 Reviewed by: hackers@freebsd.org in general
Obtained from: Whistle Communications tree

Add an option to the way UFS works dependent on the SUID bit of directories
This changes makes things a whole lot simpler on systems running as
fileservers for PCs and MACS. to enable the new code you must
1/ enable option SUIDDIR on the kernel.
2/ mount the filesystem with option suiddir.
hopefully this makes it difficult enough for people to
do this accidentally.
see the new chmod(2) man page for detailed info.
1997-11-13 00:28:51 +00:00
..
Makefile
extern.h Moved getmntops() stuff back to mntopt.h so that it is visible in other 1997-08-25 21:02:21 +00:00
getmntopts.3
getmntopts.c
mntopts.h Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +00:00
mount.8 Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +00:00
mount.c Reviewed by: hackers@freebsd.org in general 1997-11-13 00:28:51 +00:00
mount_ufs.c Removed duplicate MOPT_FORCE and sorted the first one. Rev.1.5 and 1997-08-25 21:14:22 +00:00
pathnames.h
vfslist.c