summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin,rwatson2007-04-231-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Properly lock the vnode around vgone() calls.kib2006-10-181-15/+45
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andkib2006-09-181-1/+12
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-1/+0
* - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-255/+291
* Don't attempt to recurse lockmgr, it doesn't like it.phk2005-09-151-2/+0
* Various minor polishing.phk2005-09-151-6/+5
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-151-0/+4
* Collect the devfs related sysctls in one placephk2005-08-161-0/+32
* Create a new internal .h file to communicate very private stuffphk2005-08-161-0/+1
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-151-1/+1
* When devfs cloning takes place, provide access to the credential of therwatson2005-07-141-1/+2
* cdev (still) needs per instance uid/gid/modephk2005-03-311-3/+3
* Prepare for the final onslaught on devices:phk2005-03-171-3/+3
* Try to fix the mess I made of devname, with the minimal subset of thephk2005-03-101-4/+5
* Make a SYSCTL_NODE staticphk2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Reduce a fair bit of the atomics because we are now called with aphk2004-06-181-73/+55
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-11/+11
* White-space align a struct definition.phk2004-02-151-11/+0
* NODEVFS cleanup:phk2003-03-021-4/+3
* 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