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
*
make path matching in devfs rules consistent and sane (and safer)
avg
2013-07-26
1
-24
/
+38
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
Stop translating the ERESTART error from the open(2) into EINTR.
kib
2013-02-07
1
-1
/
+4
*
Do not force a writer to the devfs file to drain the buffer writes.
kib
2012-12-23
1
-0
/
+11
*
Remove M_USE_RESERVE from the devfs cdp allocator, which is one of two
kib
2012-11-14
1
-1
/
+1
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-2
/
+1
*
Prefer __containerof() above member2struct().
ed
2012-09-15
1
-1
/
+1
*
Streamline use of cdevpriv and correct some corner cases.
hselasky
2012-08-15
1
-0
/
+3
*
Extend the KPI to lock and unlock f_offset member of struct file. It
kib
2012-07-02
1
-11
/
+4
*
Revert devfs part of r235911. I was unaware about old but unfinished
mav
2012-05-24
1
-45
/
+0
*
MFprojects/zfsd:
mav
2012-05-24
1
-0
/
+45
*
Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.
mm
2012-02-29
1
-1
/
+4
*
To improve control over the use of mount(8) inside a jail(8), introduce
mm
2012-02-23
1
-15
/
+15
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-2
/
+4
*
Merge si_name and __si_namebuf.
ed
2012-02-10
1
-1
/
+0
*
Add support for mounting devfs inside jails.
mm
2012-02-09
1
-1
/
+13
*
Introduce the "ruleset=number" option for devfs(5) mounts.
mm
2012-02-09
3
-1
/
+79
*
Explicitly use curthread while manipulating td_fpop during last close
jhb
2011-12-09
1
-3
/
+7
*
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
[next]