summaryrefslogtreecommitdiff
path: root/udev/udev-event.c
AgeCommit message (Expand)Author
2009-05-19remove format char string truncation syntaxKay Sievers
2009-05-04handle devtmpfs nodesKay Sievers
2009-04-28accept DEVNAME from the kernel as a hint for the node nameKay Sievers
2009-02-24use the event udev_device to disable the watch on "remove"Kay Sievers
2009-02-23Don't add inotify watch until RUN rules processed.Scott James Remnant
2009-02-11udevd: optionally watch device nodes with inotifyScott James Remnant
2009-01-21increase netif renaming timeout from 30 to 90 secondsKay Sievers
2009-01-16cleanup old names before creating the new namesKay Sievers
2009-01-15udevadm: test - remove --force optionKay Sievers
2009-01-06libudev: device - add udev_device_get_property_value()Kay Sievers
2008-12-28if needed, store database entries also for devices which do not have a device...Kay Sievers
2008-12-02fix network interface name swappingKay Sievers
2008-11-17fix $links substitution for devices without any linkKay Sievers
2008-11-05$links should be relativeKay Sievers
2008-11-05unify string replacementKay Sievers
2008-11-05do not import the "uevent" file when we only read the db to get old symlinksKay Sievers
2008-11-05fix cleanup of possible left-over symlinksKay Sievers
2008-11-05fix $links substitutionKay Sievers
2008-10-31write trace log to stderrKay Sievers
2008-10-29udevd: merge exec and run queue to minimize devpath string comparesKay Sievers
2008-10-26fix $attr{[<subsystem>/<sysname>]<attribute>} substitutionKay Sievers
2008-10-26do not init string arrays, just clear first byteKay Sievers
2008-10-23shrink struct udev_eventKay Sievers
2008-10-23shrink struct udev_eventKay Sievers
2008-10-23do not create temporary node ($tempnode) if node already existsKay Sievers
2008-10-23replace in-memory rules array with match/action token listKay Sievers
2008-10-21use more appropriate alternatives to malloc()Alan Jenkins
2008-10-20libudev: device - get_attr_value() -> get_sysattr_value()Kay Sievers
2008-10-18prefix udev-util.c functions with util_*Kay Sievers
2008-10-18udev_list_cleanup() -> udev_list_cleanup_entries()Kay Sievers
2008-10-18move udev_rules_apply_format() to udev-event.cKay Sievers
2008-10-18udev_rules_run() -> udev_event_execute_run();Kay Sievers
2008-10-18udev_event_run() -> udev_event_execute_rules()Kay Sievers
2008-10-18merge udev-rules.c and udev-rules-parse.cKay Sievers
2008-10-16rename udev source filesKay Sievers