kernel/devfs: Pass more arguments to the callback for devfs_scan_callback.
[dragonfly.git] / sys / sys / devfs.h
2012-08-26 Sascha Wildnerkernel/devfs: Pass more arguments to the callback for...
2012-08-26 Sascha Wildnerkernel/devfs: Rename devfs_nodetype members (conflicts...
2012-08-23 Sascha Wildner<sys/devfs.h>: Fix comment typos.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-03 Alex Hornungdevfs - replace subname* with related* functions
2010-11-15 Alex Hornungdevfs - Add a destroy_dev_alias, remove hotplug
2010-09-11 Samuel J. Greeardevfs - Let devfs assume degenerate knotes when a devic...
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-06-13 Alex HornungBring in udev & libdevattr
2010-04-16 Sascha WildnerAdd more __printflike()'s and fix resulting fallout.
2009-09-25 Alex Hornungdevfs - Change make_dev_covering to use dev_ops
2009-09-12 Alex Hornungdevfs - change default GID to wheel
2009-09-11 Alex Hornungdevfs - populate statfs f_files properly
2009-09-11 Alex Hornungdevfs - Add new make_dev_covering
2009-08-30 Matthew DillonKernel - replace unbounded uses of kvcprintf() and...
2009-08-19 Alex HornungDEVFS - Avoid clearing of hides that don't come from...
2009-08-19 Alex HornungDEVFS - fix possible panic on devfs_release_ops
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers