This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
fs
/
devfs
History
Konstantin Belousov
ae40237874
Remove zero assignments in the cdev allocator. cdp memory is
...
requested with M_ZERO. Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
2016-05-21 09:55:32 +00:00
..
devfs_devs.c
Remove zero assignments in the cdev allocator. cdp memory is
2016-05-21 09:55:32 +00:00
devfs_dir.c
…
devfs_int.h
Stop enforcing additional reference on all cdevs, which was introduced
2015-01-19 17:36:52 +00:00
devfs_rule.c
…
devfs_vfsops.c
Make it possible to forcibly unmount devfs.
2015-08-24 14:04:44 +00:00
devfs_vnops.c
sys/devfs: unsign an index to prevent signed integer overflow.
2016-04-28 02:39:43 +00:00
devfs.h
…