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
/
lib
/
libudev-monitor.c
Age
Commit message (
Expand
)
Author
2008-10-17
libudev: monitor - add set_receive_buffer_size()
Kay Sievers
2008-10-16
libudev: monitor - export MAJOR/MINOR only if available
Kay Sievers
2008-10-16
libudev: device - export properties when values are set
Kay Sievers
2008-10-15
libudev: monitor - do not mangle DEVLINKS property
Kay Sievers
2008-10-15
libudev: monitor - fix send_device() property copying
Kay Sievers
2008-10-09
libudev: add udev_monitor_send_device()
Kay Sievers
2008-10-09
libudev: also prefix non-exported functions with udev_*
Kay Sievers
2008-09-30
libudev: device_init() -> device_new()
Kay Sievers
2008-09-29
replace strerror() usage with threadsafe "%m" format string
Alan Jenkins
2008-09-26
libudev: device - read database only when needed
Kay Sievers
2008-09-19
always include config.h from Makefile
Kay Sievers
2008-09-15
libudev: switch API from devpath to syspath
Kay Sievers
2008-09-15
libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
Kay Sievers
2008-09-10
libudev: do not use any udev source file
Kay Sievers
2008-09-09
libudev: monitor- add netlink uevent support
Kay Sievers
2008-09-09
libudev: monitor - add event properties to udev_device
Kay Sievers
2008-09-09
add a bunch of private device properties to udev_device
Kay Sievers
2008-09-08
move udev_ctrl to libudev-private
Kay Sievers
2008-09-06
use libudev code, unify logging, pass udev context around everywhere
Kay Sievers
2008-09-01
libudev: add udev_device_get_syspath()
Kay Sievers
2008-09-01
libudev: fix monitor documentation
Kay Sievers
2008-08-30
libudev: add monitor documentation
Kay Sievers
2008-08-28
libudev: add udev event monitor API
Kay Sievers