summaryrefslogtreecommitdiff
path: root/libudev/libudev-monitor.c
AgeCommit message (Collapse)Author
2011-04-15libudev: ctrl, monitor - use SOCK_NONBLOCKKay Sievers
2011-04-14udevd: get netlink socket from systemdKay Sievers
2011-03-28libudev: make valgrind happyKay 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-19log an error when a message from the wrong version of udevadm is ignoredMarco d'Itri
2010-05-07libudev: add documentation for recently added functionsKay Sievers
2010-04-22add TAG= to improve event filtering and device enumerationKay Sievers
2010-03-17libudev: add udev_device_new_from_environment()Kay Sievers
2009-10-30use CLOEXEC flags instead of fcntl()Kay Sievers
2009-09-09simplify "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-08fix spellingAlan 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-04libudev: monitor - handle kernel supplied DEVNAME properlyKay Sievers
2009-06-16libudev: move .so version to libudev MakefileKay Sievers
2009-06-15libudev: doc - add section headersKay Sievers
2009-06-09libudev: device_new() -> udev_device_new()Kay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers