freebsd-dev/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
..
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 Merge from Lite2 1997-03-11 12:28:00 +00:00
getmntopts.c Try to avoid mounting filesystems multiple times. Also while 1997-08-24 21:02:51 +00:00
Makefile Backed out previous commit - don't clobber the (normally equivalent) 1997-08-25 20:38:35 +00:00
mntopts.h 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
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
pathnames.h BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
vfslist.c Try to avoid mounting filesystems multiple times. Also while 1997-08-24 21:02:51 +00:00