summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce the "ruleset=number" option for devfs(5) mounts.mm2012-02-091-0/+2
* Format prototypes to follow style(9) more closely.jh2010-10-121-16/+19
* Add reference counting for devfs paths containing user created symbolicjh2010-09-271-1/+4
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-211-0/+4
* Remove empty devfs directories automatically.jh2010-09-151-1/+4
* Allow user created symbolic links to cover device files and directoriesjh2010-08-121-5/+6
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-061-1/+1
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-091-0/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+2
* Properly lock the vnode around vgone() calls.kib2006-10-181-1/+1
* Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock andkib2006-09-181-0/+11
* Remove unused prototypes.pjd2006-04-121-2/+0
* Make rule zero really magical, that way we don't have to do anythingphk2005-09-241-1/+1
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-33/+9
* Various minor polishing.phk2005-09-151-1/+1
* Absolve devfs_rule.c from locking responsibility and call it withphk2005-09-151-1/+1
* Close a race which could result in unwarranted "ruleset %d alreadyphk2005-09-151-0/+2
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-151-1/+0
* Remove kernelside support for devfs rules filtering on major numbers.phk2005-03-081-2/+0
* Reap more benefits from DEVFS:phk2005-02-221-0/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* White-space align a struct definition.phk2004-02-151-24/+23
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-1/+1
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-091-1/+1
* Fix comments and one resulting code confusion about the type of thephk2002-10-161-1/+1
* A better solution to avoiding variable sized structs in DEVFS.phk2002-10-161-3/+1
* #include "opt_devfs.h" to protect against variable sized structures.phk2002-10-161-0/+2
* Move the vop-vector declaration into devfs_vnops.c where it belongs.phk2002-10-011-3/+0
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+1
* Correct misindentation of DRA_UID.dd2002-07-281-1/+1
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-171-1/+87
* Don't attempt to decvlare M_DEVFS whern MALLOC_DECLARE is not defined.bde2002-04-211-3/+6
* KSE Milestone 2julian2001-09-121-1/+1
* Change the way deletes are managed in DEVFS.phk2001-05-231-1/+1
* staticize.phk2000-12-081-2/+0
* Add refcounts to the "global" DEVFS inode slots, this allows usphk2000-09-061-22/+41
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-5/+0
* Reorder vop's alphabetically.phk2000-08-271-0/+2
* Fix panic when removing open device (found by bp@)phk2000-08-241-10/+15
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+97
OpenPOWER on IntegriCloud