Age | Commit message (Expand) | Author |
2006-07-21 | increase /proc/stat read buffer | Kay Sievers |
2006-07-21 | switch uevent netlink socket to group 1 only | Kay Sievers |
2006-05-27 | remove udevsend | Kay Sievers |
2006-04-28 | udevd: create leading directories for /dev/.udev/uevent_seqnum | Kay Sievers |
2006-04-25 | udevd: export initial sequence number on startup | Kay Sievers |
2006-04-06 | let udevmonitor show the possibly renamed devpath | Kay Sievers |
2006-04-06 | add inotify support for hppa and MIPS and log if inotify is not available | Marco d'Itri |
2006-04-05 | udevd: export current seqnum and add udevsettle | Kay Sievers |
2006-03-16 | correct use of fcntl() | Kay Sievers |
2006-03-16 | reset signal handler in event process | Kay Sievers |
2006-02-23 | udevd: fix queue export for multiple events for the same device | Kay Sievers |
2006-01-28 | remove UDEVD_UEVENT_INITSEND | Kay Sievers |
2006-01-25 | let "ignore_device" always return the event successfully | Kay Sievers |
2006-01-25 | rename apply_format() cause it is public now | Kay Sievers |
2006-01-24 | substitute format chars in RUN after rule matching | Andrey Borzenkov |
2006-01-24 | increase kernel uevent buffer size | Kay Sievers |
2006-01-20 | ignore all messages with missing devpath or action | Kay Sievers |
2006-01-09 | replace libsysfs | Kay Sievers |
2005-12-04 | update SUSE rules | Kay Sievers |
2005-11-25 | move SEQNUM event skipping to udevsend | Kay Sievers |
2005-11-22 | clean-up empty queue directories | Scott James Remnant |
2005-11-17 | udevd: add a missing return | Kay Sievers |
2005-11-17 | udevd: track killed event processes as failed | Kay Sievers |
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 |