summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_devs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Reduce a fair bit of the atomics because we are now called with aPoul-Henning Kamp2004-06-181-73/+55
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-11/+11
* White-space align a struct definition.Poul-Henning Kamp2004-02-151-11/+0
* NODEVFS cleanup:Poul-Henning Kamp2003-03-021-4/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* NODEVFS cleanup: remove #ifdefs.Poul-Henning Kamp2003-01-291-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Originally when DEVFS was added, a global variable "devfs_present"Poul-Henning Kamp2003-01-191-1/+0
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-3/+3
* s/struct dev_t */dev_t */Poul-Henning Kamp2002-09-281-1/+1
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+15
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-0/+2
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,Mike Smith2002-01-091-1/+1
* Use a sysinit to initialise the devfs hooks in kern_conf.c rather than commonMike Smith2002-01-091-3/+10
* Use vfs_timestamp() instead of getnanotime() directly.Poul-Henning Kamp2001-11-031-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Create a general facility for making dev_t's depend on anotherPoul-Henning Kamp2001-05-261-1/+1
* 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
* At the point in time where most devices are created, we don't know whatPoul-Henning Kamp2001-02-021-1/+1
* Fix two minor nits.Poul-Henning Kamp2001-01-301-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-8/+4
* staticize.Poul-Henning Kamp2000-12-081-2/+5
* 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-10/+6
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-061-23/+211
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-25/+3
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-271-16/+27
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-23/+56
* Fix devfs_access() bug on directories.Poul-Henning Kamp2000-08-211-3/+0
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+230