summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* NODEVFS cleanup: remove #ifdefs.phk2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-1/+0
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-3/+3
* s/struct dev_t */dev_t */phk2002-09-281-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+15
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-0/+2
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-091-1/+1
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonmsmith2002-01-091-3/+10
* Use vfs_timestamp() instead of getnanotime() directly.phk2001-11-031-3/+3
* KSE Milestone 2julian2001-09-121-2/+2
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-1/+1
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-131-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+5
* At the point in time where most devices are created, we don't know whatphk2001-02-021-1/+1
* Fix two minor nits.phk2001-01-301-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-8/+4
* staticize.phk2000-12-081-2/+5
* 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-10/+6
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-061-23/+211
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-25/+3
* Reorder vop's alphabetically.phk2000-08-271-16/+27
* Fix panic when removing open device (found by bp@)phk2000-08-241-23/+56
* Fix devfs_access() bug on directories.phk2000-08-211-3/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+230
OpenPOWER on IntegriCloud