freebsd-skq/sys/fs
Dag-Erling Smørgrav 7d8f809f00 pseudofs.h:
- Rearrange the flag constants a little to simplify specifying and testing
    for readability and writeability.

pseudofs_vnops.c:

  - Track the aforementioned change.

  - Add checks to pfs_open() to prevent opening read-only files for writing
    or vice versa (pfs_{read,write} would block the actual reads and writes,
    but it's still a bug to allow the open() to succeed).  Also, return
    EOPNOTSUPP if the caller attempts to lock the file.

  - Add more trace points.
2001-09-30 19:41:29 +00:00
..
cd9660
coda
deadfs
devfs The behaviour of whiteout'ing symlinks were too confusing, instead 2001-09-30 08:43:33 +00:00
fdescfs
fifofs
hpfs
msdosfs
ntfs Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...") 2001-09-26 00:36:33 +00:00
nullfs
nwfs
portalfs
procfs A process name may contain whitespace and unprintable characters, 2001-09-25 04:42:40 +00:00
pseudofs pseudofs.h: 2001-09-30 19:41:29 +00:00
smbfs
specfs o Modify generic specfs device open access control checks to use 2001-09-26 20:18:26 +00:00
umapfs
unionfs