summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs
Commit message (Expand)AuthorAgeFilesLines
* Don't allow user created symbolic links to cover another entries markedjh2010-12-151-0/+5
* - Assert that dm_lock is exclusively held in devfs_rules_apply() andjh2010-12-153-0/+5
* Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set thejh2010-12-121-0/+5
* Format prototypes to follow style(9) more closely.jh2010-10-122-22/+25
* Add a new function devfs_dev_exists() to be able to find out if ajh2010-09-272-0/+22
* Add reference counting for devfs paths containing user created symbolicjh2010-09-275-2/+199
* Modify devfs_fqpn() for future use in devfs path reference countingjh2010-09-212-14/+23
* - For consistency, remove "." and ".." entries from de_dlist beforejh2010-09-181-0/+4
* Remove empty devfs directories automatically.jh2010-09-153-17/+106
* Set de_dir for user created symbolic links. This will be needed to bejh2010-08-261-0/+1
* Call devfs_populate_vp() from devfs_getattr(). It was possible thatjh2010-08-251-1/+9
* Introduce and use devfs_populate_vp() to unlock a vnode before callingjh2010-08-221-26/+56
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Call dev_rel() in error paths.jh2010-08-191-0/+3
* Allow user created symbolic links to cover device files and directoriesjh2010-08-123-15/+56
* Enable shared lookups and externed shared ops for devfs.kib2010-08-061-1/+2
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-062-30/+34
* Enable shared locks for the devfs vnodes. Honor the locking modekib2010-08-063-17/+20
* Initialize VV_ISTTY vnode flag on the devfs vnode creation instead ofkib2010-08-061-4/+5
* Add a new function devfs_parent_dirent() for resolving devfs parentjh2010-06-093-9/+32
* Don't try to call cdevsw d_close() method when devfs_close() is calledjh2010-06-011-0/+7
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-062-3/+8
* Revert r206560. The change doesn't work correctly in all cases withjh2010-04-162-24/+0
* - Ignore and report duplicate and empty device names in devfs_populate_loop()jh2010-04-132-0/+24
* Properly use dev_refl()/dev_rel() in kern.devname.ed2010-01-311-10/+13
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-7/+18
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-0/+22
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-101-2/+10
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-053-6/+0
* Re-add opt_mac.h include, which is required in order for MNT_MULTILABELrwatson2009-06-041-0/+2
* Devfs replaces file ops vector with devfs-specific one in devfs_open(),kib2009-05-151-1/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-113-22/+16
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* Enable advisory file locking for devfs vnodes.kib2009-03-111-9/+0
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-1/+1
* Remove unused local variables.bz2009-01-311-2/+1
* Mark most often used sysctl's as MPSAFE.ed2009-01-281-2/+3
* Don't panic with "vinvalbuf: dirty bufs" when the mounted device that wastrasz2009-01-081-2/+18
* Do not leak defs_de_interlock on error.kib2008-12-121-1/+3
* Implement VOP_VPTOCNP for devfs. Directory and character device vnodes aremarcus2008-12-121-0/+65
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-1/+1
* Save previous content of the td_fpop before storing the currentkib2008-09-261-12/+27
* Already initialize the vfs timestamps inside the cdev upon allocation.ed2008-09-211-0/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-2/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-4/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-3/+0
* Remove unnecessary locking around pointer fetch.kib2008-08-121-2/+0
* Get pointer to devfs_ruleset struct after garbage collection has beengonzo2008-06-221-3/+3
* Struct cdev is always the member of the struct cdev_priv. When devfskib2008-06-163-9/+10
* When devfs_allocv() committed to create new vnode, since de_vnode is NULL,kib2008-06-051-1/+1
OpenPOWER on IntegriCloud