Age | Commit message (Expand) | Author |
2005-11-16 | remove "udev_db" option from config file | Kay Sievers |
2005-11-16 | udevd: export event queue and event state | Kay Sievers |
2005-11-16 | udevd: track exit status of event process | Kay Sievers |
2005-11-16 | udevd: ignore all messages without DEVPATH | Kay Sievers |
2005-11-12 | add linux/types.h back, old glibc-kernel-headers want it | Kay Sievers |
2005-11-07 | move some logging from dbg() to info() | Marco d'Itri |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-11-07 | never queue events with TIMEOUT set | Kay Sievers |
2005-11-07 | udevd: depend on netlink and remove all sequence reorder logic | Kay Sievers |
2005-11-05 | fix typo in umask() | Kay Sievers |
2005-11-05 | remove precompiled rules option | Kay Sievers |
2005-11-05 | udevd: disable OOM | Kay Sievers |
2005-11-04 | udevd: don't daemonize before initialization | Kay Sievers |
2005-10-27 | move rules parsing into daemon | Kay Sievers |
2005-10-27 | fix the new warnings I asked for | Kay Sievers |
2005-10-12 | udevd: move logging from err to info for non-hotplug uevent | Kay Sievers |
2005-10-11 | force event socket buffer size to 16MB | Kay Sievers |
2005-10-03 | udevd: fix initial timeout handling | Kay Sievers |
2005-09-14 | udevd: fix udevd read() calls to leave room for null byte | Amir Shalem |
2005-08-29 | remove special TIMEOUT handling from incoming queue | Kay Sievers |
2005-08-28 | udevd: move some logging to "info" and "err" | Kay Sievers |
2005-08-28 | don't reenter get_udevd_msg() if message is ignored | Kay Sievers |
2005-08-28 | remove not needed sig_flag for state of signal_pipe | Kay Sievers |
2005-08-28 | use WRITE_END/READ_END for the pipe index | Kay Sievers |
2005-08-23 | udevd: keep the right order for messages without SEQNUM | Kay Sievers |
2005-08-18 | bring std(in|out|err) fd's in a sane state | Kay Sievers |
2005-08-15 | cleanup some debug output and move to info level + unify select() loops | Kay Sievers |
2005-08-13 | don't fail too bad, if /dev/null does not exist | Kay Sievers |
2005-08-11 | add Usage: to udevmonitor and udevcontrol | Kay Sievers |
2005-08-09 | update README | Kay Sievers |
2005-08-08 | allow clean shutdown of udevd | Kay Sievers |
2005-08-04 | add NETLINK define for the lazy distros | Kay Sievers |
2005-07-20 | make SYSFS{} usable for all devices | Kay Sievers |
2005-07-12 | udevd: set incoming socket buffer SO_RCVBUF to maximum | Kay Sievers |
2005-07-06 | udevd: optimize env-key parsing | Kay Sievers |
2005-07-01 | [PATCH] #define NETLINK_KOBJECT_UEVENT | Marco d'Itri |
2005-06-27 | add ID_TYPE to the id probers | Kay Sievers |
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers |
2005-06-15 | udeveventrecorder: add small program that writes an event to disk | Kay Sievers |
2005-06-14 | udevinitsend: handle replay messages correctly | Kay Sievers |
2005-06-08 | udevd: allow starting of udevd with stopped exec-queue | Kay Sievers |
2005-06-05 | udevd: improve timeout handling | Kay Sievers |
2005-06-05 | udevd: add udevcontrol | Kay Sievers |
2005-06-05 | udevd: listen for netlink events | Kay Sievers |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] udevd: don't delay events with TIMEOUT in the environment | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] fix ia64 compile | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org |