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
/
libudev
/
libudev-private.h
Age
Commit message (
Expand
)
Author
2010-12-15
libudev: record and export "age" of device record
Kay Sievers
2010-12-14
libudev: enumerate - allow to filter-out not-already-initialized devices
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-10-13
udevd: do not wrongly delay events for devices with swapped names
Kay Sievers
2010-08-11
do not rename the database on device rename
Kay Sievers
2010-08-08
udev: fix compile warning
Yin Kangkai
2010-05-27
childs -> children
Kay Sievers
2010-05-20
udevd: create standard symlinks and handle /lib/udev/devices
Kay Sievers
2010-05-12
reset process priority before executing RUN+=
Kay Sievers
2010-04-23
export udev_device_get_tags_list_entry()
Kay Sievers
2010-04-23
delete old tags when configuration changes
Kay Sievers
2010-04-22
add TAG= to improve event filtering and device enumeration
Kay Sievers
2010-04-13
remove "ignore_remove" option
Kay Sievers
2010-04-13
remove "all_partitions" option
Kay Sievers
2010-03-17
libudev: add udev_device_new_from_environment()
Kay Sievers
2010-03-10
libbudev-private: rename udev_list_entry_get_flag()
Kay Sievers
2010-03-02
Increase UTIL_LINE_SIZE from 2048 to 16384
David Zeuthen
2010-02-17
libudev: export udev_monitor_set_receive_buffer_size()
Scott James Remnant
2009-12-25
remove UDEV_RUN environment variable
Kay Sievers
2009-12-25
fix typo in log message priority handling
Kay Sievers
2009-10-30
use CLOEXEC flags instead of fcntl()
Kay Sievers
2009-09-09
simplify "symlink name stack"
Kay Sievers
2009-09-07
util_run_program: restore signal mask before executing event RUN commands
Jeremy Kerr
2009-08-19
change database file names
Kay Sievers
2009-07-07
use MIN() MAX() from param.h
Kay Sievers
2009-06-14
USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX
Kay Sievers
2009-06-09
libudev: rename private files to *-private.c
Kay Sievers
2009-06-09
move common stuff from udev/ to private parts of libudev/
Kay Sievers
2009-06-09
move syslog wrapper to libudev
Kay Sievers
2009-06-09
libudev: call log functions conditionally
Kay Sievers
2009-06-09
libudev: device_new() -> udev_device_new()
Kay Sievers
2009-06-08
libudev: move to top-level directory
Kay Sievers