Age | Commit message (Expand) | Author |
2011-05-23 | libudev: monitor - use SOCK_NONBLOCK | Kay Sievers |
2011-05-20 | libudev: device - make a bunch of symbols static | Kay Sievers |
2011-05-20 | libudev: export symbols explicitely and individually from C code not from sep... | Kay Sievers |
2011-05-19 | libudev: ctrl - properly wait for incoming message after connect | Kay Sievers |
2011-05-16 | libudev: queue - accept NULL passed into udev_queue_export_cleanup() | Nix |
2011-05-16 | libudev: device - use DEVMODE from kernel as the default mode | Kay Sievers |
2011-05-16 | libudev: queue - always rebuild queue file when nothing is queued anymore | Kay Sievers |
2011-05-10 | update INSTALL, NEWS, configure comment, queue doc | Kay Sievers |
2011-05-05 | libudev: ctrl - log accept4() errors | Kay Sievers |
2011-04-24 | libudev: queue - _unref() should return the object | Kay Sievers |
2011-04-24 | libudev: list - use bit flags for 'sort' and 'unique' | Kay Sievers |
2011-04-20 | timeout handling without alarm() | Kay Sievers |
2011-04-18 | libudev: run_program() - select() -> epoll | Kay Sievers |
2011-04-17 | use 'else if' in epoll event array loop | Kay Sievers |
2011-04-15 | libudev: test - use epoll | Kay Sievers |
2011-04-15 | libudev: ctrl, monitor - use SOCK_NONBLOCK | Kay Sievers |
2011-04-14 | udevd: get netlink socket from systemd | Kay Sievers |
2011-04-14 | udevd: do not nice processes | Kay Sievers |
2011-04-13 | udevadm: info --cleanup-db | Kay Sievers |
2011-04-13 | libudev: ctrl - fix refcounting in connection handling | Kay Sievers |
2011-04-13 | trivial cleanups | Kay Sievers |
2011-04-13 | udevadm: control - add --exit | Kay Sievers |
2011-04-08 | selinux: do not label files in runtime dir | Kay Sievers |
2011-03-28 | libudev: make valgrind happy | Kay Sievers |
2011-03-25 | libudev: docs - add udev_get_run_path() | Kay Sievers |
2011-03-25 | libudev: export udev_get_run_path() | Kay Sievers |
2011-03-23 | systemd: bind udev control socket in systemd and split udev.service | Kay Sievers |
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 |
2011-03-05 | libudev: resolve ifindex in udev_device_new_from_id_filename() | Kay Sievers |
2011-03-04 | libudev: udev_device_get_sysattr_list_entry() update | Kay Sievers |
2011-03-04 | test-libudev: add short options | Kay Sievers |
2011-03-04 | libudev: use sysfs attr ilist interface for attribute walk | Thomas Egerer |
2011-03-04 | libudev: allow to get list of all available sysfs attrs for a device | Thomas Egerer |
2011-02-15 | update some comments | Kay Sievers |
2011-02-15 | udevadm: enumerate - update prev pointer properly | Kei Tokunaga |
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers |
2010-12-15 | libudev: fix renamed device nodes detection logic | Kay Sievers |
2010-12-14 | libudev: enumerate - allow to filter-out not-already-initialized devices | Kay Sievers |
2010-12-14 | check ifindex > 0 instead of subsystem == "net" | Kay Sievers |
2010-12-14 | udevd: write full database file for (unsupported) renamed device nodes | Kay Sievers |
2010-12-12 | udevd: switch to common id_filename functions | Kay Sievers |
2010-12-11 | udevd: simplify udev database and fix DEVNAME handling | Kay Sievers |
2010-12-10 | udevd: use dev_t or netif ifindex as database key | Kay Sievers |
2010-12-10 | libudev: do not overwrite path with readlink() call | Kay Sievers |
2010-10-22 | libudev: return kernel provided devnode when asked before we handled any rules | 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-10 | fix broken "compile warning fix" | Kay Sievers |
2010-08-08 | udev: fix compile warning | Yin Kangkai |