Age | Commit message (Expand) | Author |
2013-06-06 | Remove unused DECLS from src/libudev/{conf-files,def,exit-status,hashmap,util}.h | Anthony G. Basile |
2013-06-06 | Round 4 of remove unused functions from src/libudev/{hashmap,log,set,util}.c | Anthony G. Basile |
2013-06-06 | Round 3 of remove unused functions from src/libudev/{conf-files,hashmap,util} | Anthony G. Basile |
2013-06-05 | Round 2 of remove unused functions from src/libudev/{hashmap,log,path-util,se... | Anthony G. Basile |
2013-06-05 | Remove unused functions from src/libudev/util.c | Anthony G. Basile |
2013-06-05 | Remove unused functions from src/libudev/{conf-files,exit-status,hashmap,log,... | Anthony G. Basile |
2013-06-04 | src/libudev/cgroup-util.{c,h}: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/hashmap.{c,h}: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/conf-files.{c,h}: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/log.{c,h}: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/strv.{c,h}: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/strbuf.c: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/{exit-status,macro,missing}.h: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/socket-util.h: slim down | Anthony G. Basile |
2013-06-04 | src/libudev/util.c: bring in line with upstream | Anthony G. Basile |
2013-06-04 | src/libudev/path-util.c: bring in line with upstream | Anthony G. Basile |
2013-06-03 | src/libudev/libudev-device.c: fix typo | Anthony G. Basile |
2013-06-02 | libudev: remove udev_monitor_new_from_socket() symbol | Michael Biebl |
2013-06-02 | libudev: Move -lrt to Libs.private | Michael Biebl |
2013-06-02 | Correct missing int to size_t change | Anthony G. Basile |
2013-06-02 | libude: remove special handling of "device" link and legacy respecting code | Kay Sievers |
2013-06-02 | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke |
2013-04-05 | adjust symbol versioning for libudev | Ian Stakenvicius |
2013-04-04 | Add support for legacy behaviour in udev_device_get_sysattr_value() | Ian Stakenvicius |
2013-04-04 | Use LN_S instead of directly calling ln -s | Ian Stakenvicius |
2013-04-03 | Respect the MIT license | klondike |
2013-04-03 | Fix buffer overflow | klondike |
2013-04-03 | Clean up the string functions | klondike |
2013-04-02 | libudev: update to 199 | Ian Stakenvicius |
2013-03-14 | Fix whitespace in various files | Anthony G. Basile |
2013-02-07 | udevadm: support updating hwdb from an offset root | Luca Barbato |
2013-01-28 | Port new net_id capabilities from systemd-udev-197 | Ian Stakenvicius |
2013-01-28 | Honor DEVUID, DEVGID in addition to DEVMODE | Ian Stakenvicius |
2013-01-28 | Fix missing endian wrappers | Ian Stakenvicius |
2013-01-28 | save a line of code | Ian Stakenvicius |
2013-01-28 | Abort udev_enumerate_new if udev obj is null | Ian Stakenvicius |
2013-01-23 | src/libudev/util.c: fix typo introduce at commit 1ebf647 | Anthony G. Basile |
2013-01-21 | Fall back on POSIX mkstemp() for systems lacking mkostemp() | Anthony G. Basile |
2013-01-21 | Make all udev tools dynamically link to libudev.so | Ian Stakenvicius |
2013-01-20 | Switch to dup2 from dup3 | Richard Yao |
2013-01-07 | The only functional changes in systemd-udev-196 | Ian Stakenvicius |
2013-01-07 | Added LIBUDEV_196 symbol versioning | Ian Stakenvicius |
2013-01-04 | Fix bugs in execv() calls to modprobe | Ian Stakenvicius |
2012-12-27 | cgroup: factorize path | Luca Barbato |
2012-12-17 | Fixed some cosmetic naming in log entries | Ian Stakenvicius |
2012-12-02 | Use udev version instead of eudev version for compatibility | Richard Yao |
2012-12-01 | Include config.h in src/libudev/Makefile.am to provide needed #define's | Anthony G. Basile |
2012-12-01 | Put libudev.so under ${prefix} so tools in rootprefix don't link to it | Ian Stakenvicius |
2012-12-01 | Put symbol versioning back, ensured libudev.sym is distributed | Ian Stakenvicius |
2012-12-01 | Fix glibc-isms with #define _GNU_SOURCE | Ian Stakenvicius |