Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers | |
2011-08-04 | libudev: list - use binary search for list lookup | Kay Sievers | |
2011-06-28 | libudev: monitor - update doc | Kay Sievers | |
2011-05-23 | libudev: monitor - use SOCK_NONBLOCK | Kay Sievers | |
2011-05-20 | libudev: export symbols explicitely and individually from C code not from ↵ | Kay Sievers | |
separate file or prefix match | |||
2011-04-24 | libudev: list - use bit flags for 'sort' and 'unique' | 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-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. | |||
2010-07-19 | log an error when a message from the wrong version of udevadm is ignored | Marco d'Itri | |
2010-05-07 | libudev: add documentation for recently added functions | Kay Sievers | |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers | |
2010-03-17 | libudev: add udev_device_new_from_environment() | Kay Sievers | |
2009-10-30 | use CLOEXEC flags instead of fcntl() | Kay Sievers | |
2009-09-09 | simplify "symlink name stack" | Kay Sievers | |
With well defined and kernel-supplied node names, we no longer need to support a possible stack of conflicting symlinks and node names. Only symlinks with identical names can be claimed by multiple devices. This shrinks the former /dev/.udev/names/ significantly. Also the /dev/{block,char}/MAJ:MIN" links are excluded from the name stack - they are unique and can not conflict. | |||
2009-08-08 | fix spelling | Alan Jenkins | |
Fix spelling in docbook comments, code comments, and a local variable name. Thanks to "ispell -h" for docbook HTML and "scspell" for source code. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2009-07-04 | libudev: monitor - handle kernel supplied DEVNAME properly | Kay Sievers | |
2009-06-16 | libudev: move .so version to libudev Makefile | Kay Sievers | |
2009-06-15 | libudev: doc - add section headers | Kay Sievers | |
2009-06-09 | libudev: device_new() -> udev_device_new() | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |