summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-10/+5
* staticize.phk2000-12-083-6/+7
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-292-2/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-093-24/+28
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* 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