aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs/devfs.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce the "ruleset=number" option for devfs(5) mounts.Martin Matuska2012-02-091-0/+2
* Format prototypes to follow style(9) more closely.Jaakko Heinonen2010-10-121-16/+19
* Add reference counting for devfs paths containing user created symbolicJaakko Heinonen2010-09-271-1/+4
* Modify devfs_fqpn() for future use in devfs path reference countingJaakko Heinonen2010-09-211-0/+4
* Remove empty devfs directories automatically.Jaakko Heinonen2010-09-151-1/+4
* Allow user created symbolic links to cover device files and directoriesJaakko Heinonen2010-08-121-5/+6
* Enable shared locks for the devfs vnodes. Honor the locking modeKonstantin Belousov2010-08-061-1/+1
* Add a new function devfs_parent_dirent() for resolving devfs parentJaakko Heinonen2010-06-091-0/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+2
* Properly lock the vnode around vgone() calls.Konstantin Belousov2006-10-181-1/+1
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andKonstantin Belousov2006-09-181-0/+11
* Remove unused prototypes.Pawel Jakub Dawidek2006-04-121-2/+0
* Make rule zero really magical, that way we don't have to do anythingPoul-Henning Kamp2005-09-241-1/+1
* Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp2005-09-191-33/+9
* Various minor polishing.Poul-Henning Kamp2005-09-151-1/+1
* Absolve devfs_rule.c from locking responsibility and call it withPoul-Henning Kamp2005-09-151-1/+1
* Close a race which could result in unwarranted "ruleset %d alreadyPoul-Henning Kamp2005-09-151-0/+2
* Eliminate effectively unused dm_basedir field from devfs_mount.Poul-Henning Kamp2005-08-151-1/+0
* Remove kernelside support for devfs rules filtering on major numbers.Poul-Henning Kamp2005-03-081-2/+0
* Reap more benefits from DEVFS:Poul-Henning Kamp2005-02-221-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* White-space align a struct definition.Poul-Henning Kamp2004-02-151-24/+23
* Modify the MAC Framework so that instead of embedding a (struct label)Robert Watson2003-11-121-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isRobert Watson2002-12-091-1/+1
* Fix comments and one resulting code confusion about the type of thePoul-Henning Kamp2002-10-161-1/+1
* A better solution to avoiding variable sized structs in DEVFS.Poul-Henning Kamp2002-10-161-3/+1
* #include "opt_devfs.h" to protect against variable sized structures.Poul-Henning Kamp2002-10-161-0/+2
* Move the vop-vector declaration into devfs_vnops.c where it belongs.Poul-Henning Kamp2002-10-011-3/+0
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-301-0/+1
* Correct misindentation of DRA_UID.Dima Dorfman2002-07-281-1/+1
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit theDima Dorfman2002-07-171-1/+87
* Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.Bruce Evans2002-04-211-3/+6
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Change the way deletes are managed in DEVFS.Poul-Henning Kamp2001-05-231-1/+1
* staticize.Poul-Henning Kamp2000-12-081-2/+0
* Add refcounts to the "global" DEVFS inode slots, this allows usPoul-Henning Kamp2000-09-061-22/+41
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-5/+0
* Reorder vop's alphabetically.Poul-Henning Kamp2000-08-271-0/+2
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-10/+15
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-0/+97