summaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs_devs.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* MFCKonstantin Belousov2006-10-301-15/+45
* MFC:Konstantin Belousov2006-10-301-1/+12
* MFC Rev 1.45Jeff Roberson2006-03-131-0/+2
* MFC:Poul-Henning Kamp2005-09-261-253/+289
* MFC:Poul-Henning Kamp2005-09-181-9/+43
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-131-1/+2
* cdev (still) needs per instance uid/gid/modePoul-Henning Kamp2005-03-311-3/+3
* Prepare for the final onslaught on devices:Poul-Henning Kamp2005-03-171-3/+3
* Try to fix the mess I made of devname, with the minimal subset of thePoul-Henning Kamp2005-03-101-4/+5
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-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