Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-07 | The only functional changes in systemd-udev-196 | Ian Stakenvicius | |
As far as I can tell these are the only functional changes between the current eudev codebase and the codebase of systemd-196, in relation to udev hwdb code. There are some code style differences, and a number of error-trap-and-log lines that are not present, but that's about it Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-23 | Propagation of configured installation paths to Makefile.am and .c code | Anthony G. Basile | |
This commit is a continuation of the previous one in which all the configured paths obtained in configure.ac are propagated to the Makefile.am and .c files via AM_CPPFLAGS of the form -DUDEV_CONF_FILE=\"$(udevconffile)\". This should address the issue in https://github.com/gentoo/eudev/issues/17 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-12 | libudev: update copyright headers | Kay Sievers | |
2012-11-12 | udev: use usec_t and now() | Kay Sievers | |
2012-10-28 | libudev: hwdb - cleanup list before getting new properties | Kay Sievers | |
2012-10-28 | Tweak TODO | Zbigniew Jędrzejewski-Szmek | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |