summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-064-71/+294
* Off by one error.phk2000-09-041-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-023-31/+4
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Reorder vop's alphabetically.phk2000-08-274-245/+278
* Minor cleanups tp devfs_readdir();phk2000-08-261-11/+33
* Fix panic when removing open device (found by bp@)phk2000-08-244-128/+193
* Fix devfs_access() bug on directories.phk2000-08-213-13/+8
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-204-0/+1139
OpenPOWER on IntegriCloud