Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-20 | logging: add trailing newline to all strings | Kay Sievers | |
2008-04-02 | also accept real socket files for RUN+="socket:<path>" | Kay Sievers | |
2007-11-09 | udevadm: control - allow command to be passed as option | Kay Sievers | |
2007-11-08 | udevadm: merge all udev tools into a single binary | Kay Sievers | |
2007-04-26 | udevcontrol: allow to set global variables in udevd | Harald Hoyer | |
The initial patch is from Harald, possible new bugs are from me. | |||
2007-03-07 | man: add missing options to various man pages | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-21 | cleanup commandline argument handling | Kay Sievers | |
Print and log failure, but don't fail for tools which are usually not used iteractively. Add '--help' to all tools. | |||
2006-08-10 | udevd: autotune max_childs/max_childs_running | Kay Sievers | |
2006-08-05 | rename udevcontrol message types and variables | Kay Sievers | |
2006-07-03 | print usage of udevcontrol when no or invalid command is given | Tobias Klauser | |
2006-05-01 | fix offsetof() build issue with recent glibc | Kay Sievers | |
2006-01-09 | replace libsysfs | Kay Sievers | |
We never used any of the libsysfs convenience features. Here we replace it completely with 300 lines of code, which are much simpler and a bit faster cause udev(d) does not open any syfs file for a simple event which does not need any parent device information. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-11-07 | add strerror() to error logs | Marco d'Itri | |
2005-10-27 | move rules parsing into daemon | Kay Sievers | |
The rules files are parsed only once at daemon startup. Every udev event process will be fork()'d from udevd without exec()'ing the udev binary. The in-memory rules will be inherited from the daemon itself. If inotify is available, udevd will reload all rules if any change in /etc/udev/rules.d/ happens. Otherwise -HUP or "udevcontrol reload_rules" can be used. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-10-27 | fix the new warnings I asked for | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-08-11 | add Usage: to udevmonitor and udevcontrol | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-22 | move code to its own files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-16 | udevcontrol: add max_childs command | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-13 | udevcontrol: fix exit code | Hannes Reinecke | |
Kay is lazy! :) Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: add udevcontrol | Kay Sievers | |
Controls the behavior of the running daemon. Currently only stopping and starting of the execution queue is supported. Signed-off-by: Kay Sievers <kay.sievers@suse.de> |