summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs_devs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r294595:kib2016-02-141-0/+7
* MFC r280308 (by delphij):kib2015-04-081-1/+1
* MFC r277390:kib2015-01-261-0/+10
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Remove M_USE_RESERVE from the devfs cdp allocator, which is one of twokib2012-11-141-1/+1
* Merge si_name and __si_namebuf.ed2012-02-101-1/+0
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-3/+17
* Do not update mountpoint generation counter to the value which was notkib2011-08-091-2/+4
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andjh2010-12-151-0/+2
* Add a new function devfs_dev_exists() to be able to find out if ajh2010-09-271-0/+21
* Add reference counting for devfs paths containing user created symbolicjh2010-09-271-1/+12
* - For consistency, remove "." and ".." entries from de_dlist beforejh2010-09-181-0/+4
* Remove empty devfs directories automatically.jh2010-09-151-8/+71
* Allow user created symbolic links to cover device files and directoriesjh2010-08-121-5/+28
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-091-0/+20
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-061-2/+7
* Revert r206560. The change doesn't work correctly in all cases withjh2010-04-161-23/+0
* - Ignore and report duplicate and empty device names in devfs_populate_loop()jh2010-04-131-0/+23
* Properly use dev_refl()/dev_rel() in kern.devname.ed2010-01-311-10/+13
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Mark most often used sysctl's as MPSAFE.ed2009-01-281-2/+3
* Already initialize the vfs timestamps inside the cdev upon allocation.ed2008-09-211-0/+4
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-161-4/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-4/+4
* 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
OpenPOWER on IntegriCloud