Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | fix usage of glibc-specific sys/poll.h | rofl0r | |
sys/poll.h is a legacy alias used by glibc. according to POSIX #include <poll.h> is correct. on GLIBC, the POSIX header includes sys/poll.h, so everything continues working as it should. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-18 | Fix unused result warnings | Kacper Kowalik (Xarthisius) | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |