| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313797: | kib | 2017-02-19 | 1 | -2/+3 |
* | MFC r300365: | kib | 2016-06-04 | 1 | -5/+0 |
* | MFC r294595: | kib | 2016-02-14 | 1 | -0/+7 |
* | MFC r280308 (by delphij): | kib | 2015-04-08 | 1 | -1/+1 |
* | MFC r277390: | kib | 2015-01-26 | 1 | -0/+10 |
* | MFC r263710, r273377, r273378, r273423 and r273455: | hselasky | 2014-10-27 | 1 | -2/+2 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Remove M_USE_RESERVE from the devfs cdp allocator, which is one of two | kib | 2012-11-14 | 1 | -1/+1 |
* | Merge si_name and __si_namebuf. | ed | 2012-02-10 | 1 | -1/+0 |
* | Export devfs inode number allocator for the kernel consumers. | kib | 2011-10-05 | 1 | -3/+17 |
* | Do not update mountpoint generation counter to the value which was not | kib | 2011-08-09 | 1 | -2/+4 |
* | - Assert that dm_lock is exclusively held in devfs_rules_apply() and | jh | 2010-12-15 | 1 | -0/+2 |
* | Add a new function devfs_dev_exists() to be able to find out if a | jh | 2010-09-27 | 1 | -0/+21 |
* | Add reference counting for devfs paths containing user created symbolic | jh | 2010-09-27 | 1 | -1/+12 |
* | - For consistency, remove "." and ".." entries from de_dlist before | jh | 2010-09-18 | 1 | -0/+4 |
* | Remove empty devfs directories automatically. | jh | 2010-09-15 | 1 | -8/+71 |
* | Allow user created symbolic links to cover device files and directories | jh | 2010-08-12 | 1 | -5/+28 |
* | Add a new function devfs_parent_dirent() for resolving devfs parent | jh | 2010-06-09 | 1 | -0/+20 |
* | Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node | kib | 2010-05-06 | 1 | -2/+7 |
* | Revert r206560. The change doesn't work correctly in all cases with | jh | 2010-04-16 | 1 | -23/+0 |
* | - Ignore and report duplicate and empty device names in devfs_populate_loop() | jh | 2010-04-13 | 1 | -0/+23 |
* | Properly use dev_refl()/dev_rel() in kern.devname. | ed | 2010-01-31 | 1 | -10/+13 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Mark most often used sysctl's as MPSAFE. | ed | 2009-01-28 | 1 | -2/+3 |
* | Already initialize the vfs timestamps inside the cdev upon allocation. | ed | 2008-09-21 | 1 | -0/+4 |
* | Struct cdev is always the member of the struct cdev_priv. When devfs | kib | 2008-06-16 | 1 | -4/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -3/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -4/+4 |
* | Rename mac*devfsdirent*() to mac*devfs*() to synchronize with SEDarwin, | rwatson | 2007-04-23 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Properly lock the vnode around vgone() calls. | kib | 2006-10-18 | 1 | -15/+45 |
* | Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and | kib | 2006-09-18 | 1 | -1/+12 |
* | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | phk | 2006-07-17 | 1 | -1/+0 |
* | - We must hold a reference to a vnode before calling vgone() otherwise | jeff | 2006-02-22 | 1 | -0/+2 |
* | Rewamp DEVFS internals pretty severely [1]. | phk | 2005-09-19 | 1 | -255/+291 |
* | Don't attempt to recurse lockmgr, it doesn't like it. | phk | 2005-09-15 | 1 | -2/+0 |
* | Various minor polishing. | phk | 2005-09-15 | 1 | -6/+5 |
* | Close a race which could result in unwarranted "ruleset %d already | phk | 2005-09-15 | 1 | -0/+4 |
* | Collect the devfs related sysctls in one place | phk | 2005-08-16 | 1 | -0/+32 |
* | Create a new internal .h file to communicate very private stuff | phk | 2005-08-16 | 1 | -0/+1 |
* | Eliminate effectively unused dm_basedir field from devfs_mount. | phk | 2005-08-15 | 1 | -1/+1 |
* | When devfs cloning takes place, provide access to the credential of the | rwatson | 2005-07-14 | 1 | -1/+2 |
* | cdev (still) needs per instance uid/gid/mode | phk | 2005-03-31 | 1 | -3/+3 |
* | Prepare for the final onslaught on devices: | phk | 2005-03-17 | 1 | -3/+3 |
* | Try to fix the mess I made of devname, with the minimal subset of the | phk | 2005-03-10 | 1 | -4/+5 |
* | Make a SYSCTL_NODE static | phk | 2005-02-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Reduce a fair bit of the atomics because we are now called with a | phk | 2004-06-18 | 1 | -73/+55 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -11/+11 |