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
*
MFC r313994:
trasz
2017-04-01
1
-27
/
+1
*
MFC r313994:
trasz
2017-04-01
1
-1
/
+1
*
MFC r313967:
kib
2017-02-26
1
-2
/
+4
*
MFC r313797:
kib
2017-02-19
1
-2
/
+3
*
MFC r303382:
kib
2016-08-26
1
-1
/
+3
*
Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodes
kib
2016-06-15
1
-13
/
+20
*
Remove zero assignments in the cdev allocator. cdp memory is
kib
2016-05-21
1
-5
/
+0
*
sys/devfs: unsign an index to prevent signed integer overflow.
pfg
2016-04-28
1
-1
/
+1
*
When devfs dirent is freed, a vnode might still keep a pointer to it,
kib
2016-01-22
1
-0
/
+7
*
Assert that the linkage between struct cdev_privdata and and struct
kib
2016-01-17
1
-0
/
+2
*
Make devfs_fpdrop() static. It was not a public KPI, and it has no
kib
2016-01-13
1
-1
/
+1
*
Hide transient EBADF errors caused by the parallel revoke(2) or forced
kib
2016-01-02
1
-3
/
+3
*
Minor style cleanup.
kib
2016-01-01
1
-1
/
+1
*
Make it possible for the cdevsw d_close() driver method to detect last
kib
2015-12-22
1
-3
/
+9
*
Keep devfs mount locked for the whole duration of the devfs_setattr(),
kib
2015-12-22
1
-7
/
+14
*
The cdevpriv_dtr_t typedef was not able to be used in a function prototype
jhb
2015-12-02
1
-1
/
+1
*
Make it possible to forcibly unmount devfs.
trasz
2015-08-24
1
-0
/
+2
*
After r286237 it should be fine to call vgone(9) on a busy GEOM vnode;
trasz
2015-08-23
1
-1
/
+2
*
The changes that introduced fo_mmap() treated all character device
jhb
2015-08-06
1
-6
/
+17
*
Add a new file operations hook for mmap operations. File type-specific
jhb
2015-06-04
1
-0
/
+65
*
Refine r280308. Do not completely disable timestamping of devfs nodes
kib
2015-04-01
1
-7
/
+25
*
Disable timestamping on devfs read/write operations by default.
delphij
2015-03-21
2
-3
/
+12
*
The VNASSERT in vflush() FORCECLOSE case is trying to panic early to
kib
2015-02-27
1
-2
/
+1
*
Stop enforcing additional reference on all cdevs, which was introduced
kib
2015-01-19
2
-6
/
+1
*
Ignore devfs directory entries for devices either being destroyed or
kib
2015-01-19
2
-0
/
+13
*
Avoid race with "dev_rel()" when using the recently added
hselasky
2015-01-14
1
-0
/
+6
*
Fix up some session-related races in devfs.
mjg
2014-11-03
1
-23
/
+42
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-2
/
+2
*
When vnode bypass cannot be performed on the cdev file descriptor for
kib
2014-10-15
1
-7
/
+16
*
devfs: tidy up after 272596
mjg
2014-10-06
1
-3
/
+3
*
devfs: don't take proctree_lock unconditionally in devfs_close
mjg
2014-10-06
1
-10
/
+13
*
Add a new fo_fill_kinfo fileops method to add type-specific information to
jhb
2014-09-22
1
-0
/
+1
*
In msdosfs_setattr(), add a check for result of the utimes(2)
kib
2014-06-17
1
-4
/
+2
*
Fix long known bug with handling device aliases residing not in devfs root.
mav
2013-12-12
1
-4
/
+12
*
Similar to debug.iosize_max_clamp sysctl, introduce
kib
2013-10-15
1
-0
/
+4
*
Remove two instances of ARGSUSED comment, and wrap lines nearby the
kib
2013-10-15
1
-4
/
+4
*
Make the seek a method of the struct fileops.
kib
2013-08-21
1
-0
/
+1
*
Restore the previous sendfile(2) behaviour on the block devices.
kib
2013-08-16
1
-0
/
+1
*
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
[next]