summaryrefslogtreecommitdiff
path: root/udev/udevadm.xml
AgeCommit message (Collapse)Author
2009-01-16man: typo fixesAlan Jenkins
2009-01-15udevadm: test - remove --force optionKay Sievers
Since a while we change the database with a "test" run, but do not update the node and symlinks. We need to "force" all the time, to keep things in sync.
2008-12-08udevadm: settle - allow --timeout=0 and --quietKay Sievers
2008-09-30udevadm: trigger: use libudevKay Sievers
2008-09-09udevd: remove max_childs_running logicKay Sievers
This was needed in the old days, where all the hotplug scripts did nothing better than sleep for seconds to work around timing issues. It made sure, that w continued to fork processes, while the machine was doing nothing than sleeping, but the maximim number of childs was already reached. This is no longer needed today, we do not run many of these scripts anymore.
2008-09-07udevadm: add --version --help options to man page, hide them as commandsKay Sievers
2008-09-06use libudev code, unify logging, pass udev context around everywhereKay Sievers
2008-09-03udevadm: control - use getopt_long()Kay Sievers
2008-07-30delete all Makefiles and move udev source to udev/Kay Sievers