summaryrefslogtreecommitdiff
path: root/udev/udevd.xml
AgeCommit message (Collapse)Author
2009-01-20Expose delayed name resolutionScott James Remnant
udevd had the ability to delay name resolution until the event, but this was never exposed. Add a --resolve-names=late option to do so.
2009-01-20Allow user and group lookup to be disabled.Scott James Remnant
In certain cut-down situations such as an installer or inside the initramfs, we simply don't have any kind of name service. While we could use rules without OWNER or GROUP, it's better to have the same rules as a full system and have udevd ignore those parts of the rules. Adds a --resolve-names=never switch to udevd that has this effect.
2008-09-07udevadm: add --version --help options to man page, hide them as commandsKay Sievers
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers