Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-01 | Include config.h in src/libudev/Makefile.am to provide needed #define's | Anthony G. Basile | |
This commit provides needed #define's that provide structures that are found at configure time. It also reverts commit 91ce21b2d7978837b233e152ac63863a910eaf21 to avoid redefinitions of _GNU_SOURCE. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-15 | src/libudev: successfully builds | Anthony G. Basile | |
2012-11-12 | libudev: update copyright headers | Kay Sievers | |
2012-06-18 | libudev: clarify that udev_monitor_receive_device() is non-blocking | Kay Sievers | |
Based on a patch from: Sam Thursfield <ssssam@gmail.com> https://bugs.freedesktop.org/show_bug.cgi?id=51202 | |||
2012-05-25 | udev: silent gcc warnings | Kay Sievers | |
2012-05-15 | udev: update docs, NEWS | Kay Sievers | |
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | |
versions | |||
2012-04-26 | libudev: prefix log macros with 'udev_' | Kay Sievers | |
2012-04-16 | udev: replace ARRAY_SIZE() with ELEMENTSOF() | Kay Sievers | |
2012-04-15 | udev: udev_monitor_new_from_socket() - log error and remove from public header | Kay Sievers | |
2012-04-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | |