Age | Commit message (Expand) | Author |
2005-11-12 | remove all built-in wait_for_sysfs logic | Kay Sievers |
2005-11-07 | add strerror() to error logs | Marco d'Itri |
2005-11-05 | remove precompiled rules option | 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-11 | move some logging to the info level | Kay Sievers |
2005-08-11 | allow logging of all output from executed tools | Kay Sievers |
2005-08-08 | add flag for reading of precompiled rules | Kay Sievers |
2005-08-08 | switch some strlcpy's to memcpy | Kay Sievers |
2005-08-01 | allow RUN to send the environment to a local socket | Kay Sievers |
2005-07-22 | move code to its own files | Kay Sievers |
2005-07-20 | make SYSFS{} usable for all devices | Kay Sievers |
2005-07-06 | rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT | Kay Sievers |
2005-07-05 | pack parsed rules list | Kay Sievers |
2005-06-25 | unify execute_command() and execute_program() | Kay Sievers |
2005-06-22 | fix the fix and change the file to wait for to the "bus" link | Kay Sievers |
2005-06-22 | fix udevstart and let all events trvel trough udev | Kay Sievers |
2005-06-16 | udevd: control log-priority of the running daemon with udevcontrol | Kay Sievers |
2005-06-14 | udev: fix netdev RUN handling | Hannes Reinecke |
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers |
2005-06-05 | volume_id: use udev-provided log-level | Kay Sievers |
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers |
2005-06-05 | udevd: listen for netlink events | Kay Sievers |
2005-04-26 | [PATCH] export DEVNAME to RUN-key executed programs | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] move execute_program to utils + add action to init_device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct enum device_type | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] split udev and udevstart | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] allow unlimitied count of symlinks | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] correct udev_init_device | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] determine device type in udev_init_device() | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] switch device type to enum | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] handle renamed network interfaces properly if we manage hotplug.d/ | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] klibc supports LOG_PID now, so remove our own implementation | kay.sievers@vrfy.org |
2005-04-26 | bleah, more merge fixes... | Greg KH |
2005-04-26 | [PATCH] export DEVNAME regardless of the state of udev_dev_d | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] check earlier if we should run as udevstart | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove double initialization | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] add -V option to udev to print the version number | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] handle /etc/hotplug.d/ only if the event comes from udevd | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] trivial cleanups and change some comments | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] remove unused variables | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] use blacklist on device "remove" and remove dev.d/ call code duplication | kay.sievers@vrfy.org |
2005-04-26 | [PATCH] don't call the hotplug scripts with a test run | kay.sievers@vrfy.org |
2005-04-26 | fixups to get back to proper patch order | Greg KH |