Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-14 | udevadm: control - remove compat code | Kay Sievers | |
2009-09-14 | udevadmi: control = exit with rc=2 if there is some system error | Marco d'Itri | |
2009-09-14 | udevadm: print all messages to stderr with priority higher or equal than LOG_ERR | Marco d'Itri | |
It is needed to prevent errors in udev from going unnoticed (e.g. when udevd is not running). | |||
2009-08-08 | fix spelling | Alan Jenkins | |
Fix spelling in docbook comments, code comments, and a local variable name. Thanks to "ispell -h" for docbook HTML and "scspell" for source code. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2009-06-07 | udevadm: control - --env -> --property | Kay Sievers | |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-10 | convert to libudev and delete udev_utils_string.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-09 | udevd: remove max_childs_running logic | Kay 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-09 | udevadm: log message if udevadm link is used | Kay Sievers | |
2008-09-08 | move udev_ctrl to libudev-private | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-03 | udevadm: split out control functions | Kay Sievers | |
2008-09-03 | udevadm: rename internal functions to udevadm_* | Kay Sievers | |
2008-09-03 | udevadm: rename source files | Kay Sievers | |