aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-131-9/+6
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+8
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+1
* Convert devfs to nmount.Maxime Henrion2002-05-021-6/+5
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-131-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-14/+14
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-12/+2
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-131-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-4/+5
* add this ridiculous include foo so it will compile againMatt Jacob2001-04-231-0/+2
* Reviewed by: jlemonAdrian Chadd2001-03-011-8/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Don't hold an extra reference to vnodes. Devfs vnodes are sufficientlyPoul-Henning Kamp2000-10-091-2/+4
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+2
* Use size_t instead of u_int for 4th argument to copyinstr().John Baldwin2000-09-121-1/+1
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-061-4/+4
* Off by one error.Poul-Henning Kamp2000-09-041-1/+1
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-271-42/+30
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-20/+3
* Fix devfs_access() bug on directories.Poul-Henning Kamp2000-08-211-2/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+243