summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* add this ridiculous include foo so it will compile againmjacob2001-04-231-0/+2
* Reviewed by: jlemonadrian2001-03-011-8/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyphk2000-10-091-2/+4
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-0/+2
* 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-061-4/+4
* Off by one error.phk2000-09-041-1/+1
* Reorder vop's alphabetically.phk2000-08-271-42/+30
* Fix panic when removing open device (found by bp@)phk2000-08-241-21/+4
* Fix devfs_access() bug on directories.phk2000-08-211-2/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+243
OpenPOWER on IntegriCloud