summaryrefslogtreecommitdiff
path: root/udev/udev-watch.c
AgeCommit message (Expand)Author
2010-04-21more readlink buffer size handlingKay Sievers
2010-03-10use major:minor as entries in watch directoryKay Sievers
2009-10-30use CLOEXEC flags instead of fcntl()Kay Sievers
2009-08-30inotify_add_watch(): do not store watch, if it failedKay Sievers
2009-06-04udevd: convert to event worker processesKay Sievers
2009-05-20use openat(), unlinkat(), fstatat()Kay Sievers
2009-05-20use more efficient string copyingKay Sievers
2009-04-06avoid leaking netlink socket fd to external programsAlan Jenkins
2009-03-05udevd: switch watch symlinks to devpathKay Sievers
2009-02-24use the event udev_device to disable the watch on "remove"Kay Sievers
2009-02-24remove static local variableKay Sievers
2009-02-23Put a log message in a more sensible place.Scott James Remnant
2009-02-23Use the udevdb to speed up watch clearing.Scott James Remnant
2009-02-23Store watch handle in db.Scott James Remnant
2009-02-23Cleanup a little.Scott James Remnant
2009-02-13rules: add "watch" option to dm and md rulesKay Sievers
2009-02-11use global "reload_config" flagKay Sievers
2009-02-11udevd: optionally watch device nodes with inotifyScott James Remnant