Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-11 | libudev: ctrl - move code to udev directory | Kay Sievers | |
2011-07-08 | libudev: enumerate - clarify documentation | Kay Sievers | |
2011-07-08 | libudev: enumerate - include parent device itself with match_parent() | Kay Sievers | |
2011-07-08 | libudev: enumerate - add udev_enumerate_add_match_parent() | Kay Sievers | |
2011-07-07 | libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc | Kay Sievers | |
2011-07-06 | libudev: device - export udev_device_has_tag() | Kay Sievers | |
2011-06-28 | libudev: device - fix udev_device_get_tags_list_entry() to always load database | Kay Sievers | |
2011-06-28 | libudev: monitor - update doc | Kay Sievers | |
2011-06-18 | libudev: enumerate - scan /sys/module | Kay Sievers | |
2011-05-26 | libudev: enumerate - do not ignore other matches when add_match_tag() is used | Kay Sievers | |
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 ↵ | Kay Sievers | |
separate file or prefix match | |||
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 | |
Most of the udev database from initramfs should be deleted before starting udev in the real root. udevadm: info --cleanup-db deletes all database entries in /run/udev. Events that processed IMPORT{db}, or mark devices explicitely as persistent, will be excluded. | |||
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 | |
Do not label any files in the udev runtime directory, but only nodes, links and directories below /dev. In case the runtime directory falls back to /dev/.udev, label this directory once at udevd startup, but never anything below it. | |||
2011-03-28 | libudev: make valgrind happy | Kay Sievers | |
Warning: noted but unhandled ioctl 0x641e with no size/direction hints Syscall param socketcall.setsockopt(optval) points to uninitialised byte(s) at 0x6A30BAA: setsockopt (syscall-template.S:82) by 0x4E36E1C: udev_monitor_filter_update (libudev-monitor.c:347) by 0x4E36ED8: udev_monitor_enable_receiving (libudev-monitor.c:373) by 0x8A9E68E: I830ScreenInit (intel_driver.c:838) by 0x42EE9E: AddScreen (dispatch.c:3890) by 0x471561: InitOutput (xf86Init.c:738) by 0x422C18: main (main.c:205) Location 0x7ff0000c2 is 2 bytes inside local var "filter" declared at libudev-monitor.c:256, in frame #1 of thread 1 Uninitialised value was created by a stack allocation at 0x4E30860: ??? (in /lib64/libudev.so.0.10.0) Thanks to Zdenek Kabelac. | |||
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 | |
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events. | |||
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 ↵ | Kay Sievers | |
startup | |||
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 | |
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | |||
2011-03-04 | libudev: allow to get list of all available sysfs attrs for a device | Thomas Egerer | |
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | |||
2011-02-15 | update some comments | Kay Sievers | |
2011-02-15 | udevadm: enumerate - update prev pointer properly | Kei Tokunaga | |
When I tried to boot a system with 256 disks x 4 paths with device-mapper, udevadm trigger (--type=devices) that was called from start_udev ended up dumping a core due to a segmentation fault. In udev_enumerate_get_list_entry(), if it finds the devices that should be delayed, it calls syspath_add(). If realloc() in syspath_add() allocates the required memory at a different memory address, referring prev->len afterward causes the segmentation fault. Signed-off-by: Kei Tokunaga <tokunaga.keiich@jp.fujitsu.com> | |||
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 | |