devfs - Add a destroy_dev_alias, remove hotplug
[dragonfly.git] / sys / vfs / devfs / devfs_rules.c
2010-11-15 Alex Hornungdevfs - Add a destroy_dev_alias, remove hotplug
2010-11-01 Alex Hornungdevfs - fix some issues with rules
2009-09-16 Sascha Wildnerdevfs: Remove some unneeded variables.
2009-08-19 Alex HornungDEVFS - Avoid clearing of hides that don't come from...
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-17 Alex HornungDEVFS - sync up mount with userland; fix bugs
2009-08-17 Alex HornungDEVFS - Add support for wildcard link rules
2009-08-17 Alex HornungDEVFS - don't apply generic rules to jailed mountpoints
2009-08-17 Alex HornungDEVFS - Separate ioctl struct from in-kernel struct
2009-08-08 Alex HornungDEVFS - Factor out recursive code into iterate_topology
2009-08-07 Alex HornungDEVFS - delete rule-created aliases on rule reset
2009-08-06 Alex HornungDEVFS - Cleanup of devfs_core, devfs_rules and devfs_vfsops
2009-08-06 Matthew DillonDEVFS - Code cleanup.
2009-08-05 Alex HornungDEVFS - Avoid hiding of /dev/devfs
2009-08-05 Alex HornungDEVFS - Cleanup of dead functions/comments; various...
2009-08-04 Alex HornungDEVFS - Fix a bug in devfsctl and devfs_rules
2009-08-01 Matthew DillonDEVFS - Bring Alex's GSOC DEVFS core into the main...