freebsd-dev/sys/fs
Bruce Evans d8762fa6a0 Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>
msdosfs_lookup() did no validation to see if the caller was validated
to delete/rename/create files.  msdosfs_setattr() did no validation
to see if the caller was allowed to change the file permissions (turn
on/off the write bit) or update the file modification time (utimes).

The routines were fixed to validate the calls just like ufs does.
1995-05-09 16:30:45 +00:00
..
cd9660 Readdir on a CDrom would return bogus "d_type" values, potentially confusing 1995-03-28 07:46:38 +00:00
deadfs Cosmetics: added a #include and a static prototype to silence gcc. 1994-10-08 22:37:00 +00:00
fdescfs Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
fifofs Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
msdosfs Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> 1995-05-09 16:30:45 +00:00
nullfs Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
portalfs Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-28 07:58:53 +00:00
procfs For P_SUGID processes, we must also change ownership of the mem file 1995-04-15 03:20:31 +00:00
specfs Changes from John Dyson and myself: 1995-04-09 06:03:56 +00:00
umapfs Removed redundant newlines that were in some panic strings. 1995-03-19 14:29:26 +00:00
unionfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00