This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
fs
/
devfs
History
mjg
5c258fe4b9
Fix up some session-related races in devfs.
...
One was introduced with r272596, the rest was there to begin with. Noted by: jhb
2014-11-03 03:12:15 +00:00
..
devfs_devs.c
Fix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 07:31:21 +00:00
devfs_dir.c
…
devfs_int.h
Prefer __containerof() above member2struct().
2012-09-15 19:28:54 +00:00
devfs_rule.c
make path matching in devfs rules consistent and sane (and safer)
2013-07-26 14:25:58 +00:00
devfs_vfsops.c
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
2012-11-09 18:02:25 +00:00
devfs_vnops.c
Fix up some session-related races in devfs.
2014-11-03 03:12:15 +00:00
devfs.h
…