index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
devfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Existing VOP_VPTOCNP() interface has a fatal flow that is critical for
kib
2011-11-19
1
-1
/
+3
*
- fix duplicate "a a" in some comments
eadler
2011-11-13
1
-1
/
+1
*
Move the cleanup of f_cdevpriv when the reference count of a devfs
jhb
2011-11-04
1
-0
/
+7
*
Fix kernel panic when d_fdopen csw method is called for NULL fp.
kib
2011-11-03
1
-0
/
+4
*
Export devfs inode number allocator for the kernel consumers.
kib
2011-10-05
1
-3
/
+17
*
Add the fo_chown and fo_chmod methods to struct fileops and use them
kib
2011-08-16
1
-0
/
+2
*
Do not update mountpoint generation counter to the value which was not
kib
2011-08-09
1
-2
/
+4
*
While fixing the looping of a thread while devfs vnode is reclaimed,
kib
2011-07-13
1
-6
/
+12
*
Don't allow user created symbolic links to cover another entries marked
jh
2010-12-15
1
-0
/
+5
*
- Assert that dm_lock is exclusively held in devfs_rules_apply() and
jh
2010-12-15
3
-0
/
+5
*
Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set the
jh
2010-12-12
1
-0
/
+5
*
Format prototypes to follow style(9) more closely.
jh
2010-10-12
2
-22
/
+25
*
Add a new function devfs_dev_exists() to be able to find out if a
jh
2010-09-27
2
-0
/
+22
*
Add reference counting for devfs paths containing user created symbolic
jh
2010-09-27
5
-2
/
+199
*
Modify devfs_fqpn() for future use in devfs path reference counting
jh
2010-09-21
2
-14
/
+23
*
- 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
3
-17
/
+106
*
Set de_dir for user created symbolic links. This will be needed to be
jh
2010-08-26
1
-0
/
+1
*
Call devfs_populate_vp() from devfs_getattr(). It was possible that
jh
2010-08-25
1
-1
/
+9
*
Introduce and use devfs_populate_vp() to unlock a vnode before calling
jh
2010-08-22
1
-26
/
+56
*
Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and
jhb
2010-08-20
1
-1
/
+1
*
Call dev_rel() in error paths.
jh
2010-08-19
1
-0
/
+3
*
Allow user created symbolic links to cover device files and directories
jh
2010-08-12
3
-15
/
+56
*
Enable shared lookups and externed shared ops for devfs.
kib
2010-08-06
1
-1
/
+2
*
Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created
kib
2010-08-06
2
-30
/
+34
*
Enable shared locks for the devfs vnodes. Honor the locking mode
kib
2010-08-06
3
-17
/
+20
*
Initialize VV_ISTTY vnode flag on the devfs vnode creation instead of
kib
2010-08-06
1
-4
/
+5
*
Add a new function devfs_parent_dirent() for resolving devfs parent
jh
2010-06-09
3
-9
/
+32
*
Don't try to call cdevsw d_close() method when devfs_close() is called
jh
2010-06-01
1
-0
/
+7
*
Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device node
kib
2010-05-06
2
-3
/
+8
*
Revert r206560. The change doesn't work correctly in all cases with
jh
2010-04-16
2
-24
/
+0
*
- Ignore and report duplicate and empty device names in devfs_populate_loop()
jh
2010-04-13
2
-0
/
+24
*
Properly use dev_refl()/dev_rel() in kern.devname.
ed
2010-01-31
1
-10
/
+13
*
Let access overriding to TTYs depend on the cdev_priv, not the vnode.
ed
2009-12-19
1
-7
/
+18
*
Improve nested jail awareness of devfs by handling credentials.
ed
2009-06-20
1
-0
/
+22
*
VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data may
kib
2009-06-10
1
-2
/
+10
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
3
-6
/
+0
*
Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL
rwatson
2009-06-04
1
-0
/
+2
*
Devfs replaces file ops vector with devfs-specific one in devfs_open(),
kib
2009-05-15
1
-1
/
+3
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
3
-22
/
+16
*
Remove VOP_LEASE and supporting functions. This hasn't been used since
rwatson
2009-04-10
1
-1
/
+0
*
Enable advisory file locking for devfs vnodes.
kib
2009-03-11
1
-9
/
+0
*
Extract the no_poll() and vop_nopoll() code into the common routine
kib
2009-03-06
1
-1
/
+1
*
Remove unused local variables.
bz
2009-01-31
1
-2
/
+1
*
Mark most often used sysctl's as MPSAFE.
ed
2009-01-28
1
-2
/
+3
*
Don't panic with "vinvalbuf: dirty bufs" when the mounted device that was
trasz
2009-01-08
1
-2
/
+18
*
Do not leak defs_de_interlock on error.
kib
2008-12-12
1
-1
/
+3
*
Implement VOP_VPTOCNP for devfs. Directory and character device vnodes are
marcus
2008-12-12
1
-0
/
+65
*
Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary
trasz
2008-10-28
1
-1
/
+1
*
Save previous content of the td_fpop before storing the current
kib
2008-09-26
1
-12
/
+27
[next]