index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udev
/
udev-watch.c
Age
Commit message (
Expand
)
Author
2011-03-23
use /run/udev/ if possible and fall back to /dev/.udev/
Kay Sievers
2011-03-15
move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd st...
Kay Sievers
2010-12-12
udevd: switch to common id_filename functions
Kay Sievers
2010-12-10
udevd: use dev_t or netif ifindex as database key
Kay Sievers
2010-04-21
more readlink buffer size handling
Kay Sievers
2010-03-10
use major:minor as entries in watch directory
Kay Sievers
2009-10-30
use CLOEXEC flags instead of fcntl()
Kay Sievers
2009-08-30
inotify_add_watch(): do not store watch, if it failed
Kay Sievers
2009-06-04
udevd: convert to event worker processes
Kay Sievers
2009-05-20
use openat(), unlinkat(), fstatat()
Kay Sievers
2009-05-20
use more efficient string copying
Kay Sievers
2009-04-06
avoid leaking netlink socket fd to external programs
Alan Jenkins
2009-03-05
udevd: switch watch symlinks to devpath
Kay Sievers
2009-02-24
use the event udev_device to disable the watch on "remove"
Kay Sievers
2009-02-24
remove static local variable
Kay Sievers
2009-02-23
Put a log message in a more sensible place.
Scott James Remnant
2009-02-23
Use the udevdb to speed up watch clearing.
Scott James Remnant
2009-02-23
Store watch handle in db.
Scott James Remnant
2009-02-23
Cleanup a little.
Scott James Remnant
2009-02-13
rules: add "watch" option to dm and md rules
Kay Sievers
2009-02-11
use global "reload_config" flag
Kay Sievers
2009-02-11
udevd: optionally watch device nodes with inotify
Scott James Remnant