summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-091-12/+18
* Ignore attempts to set flags to zero. This quenches a syslog warningphk2000-09-181-1/+1
* Add canonical checks to devfs_setattr().phk2000-09-161-14/+50
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-061-22/+38
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-1/+1
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Reorder vop's alphabetically.phk2000-08-271-187/+219
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
* Fix panic when removing open device (found by bp@)phk2000-08-241-74/+118
* Fix devfs_access() bug on directories.phk2000-08-211-8/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+569
OpenPOWER on IntegriCloud