Age | Commit message (Expand) | Author |
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 |
2012-12-01 | Moved files to libudev that once were in upstream libsystemd-shared | Ian Stakenvicius |
2012-11-26 | adjusted libudev.pc.in to use the correct libdir (rootlibdir) | Ian Stakenvicius |
2012-11-26 | changed install path for libudev to 'rootlibdir' instead of 'libdir' | Ian Stakenvicius |
2012-11-25 | Fixes the contents of udev.pc | Anthony G. Basile |
2012-11-23 | Propagation of configured installation paths to Makefile.am and .c code | Anthony G. Basile |
2012-11-18 | Fix "attribute 'packed' is ignored" warnings when using Clang | Richard Yao |
2012-11-18 | Fix unused result warnings | Kacper Kowalik (Xarthisius) |
2012-11-18 | Fix implicit declaration warning | Kacper Kowalik (Xarthisius) |
2012-11-17 | Restructure src/ as per lu_zero | Anthony G. Basile |
2012-11-17 | Fix all Makefile.am: work towards 'make distcheck' sanity | Anthony G. Basile |
2012-11-17 | Rename src/shared to src/include, a saner name | Anthony G. Basile |
2012-11-17 | src/test: disable for now to get a full build | Anthony G. Basile |
2012-11-16 | src/udev: restore needed deps from src/share | Anthony G. Basile |
2012-11-15 | src/libudev: successfully builds | Anthony G. Basile |
2012-11-15 | Final step of revamping the build system | Anthony G. Basile |
2012-11-15 | Second step of revamping the build system | Anthony G. Basile |
2012-11-15 | Isolation of udev code from remaining systemd | Anthony G. Basile |
2012-11-13 | libudev: avoid leak during realloc failure | Mauro Dreissig |
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 | udev: get rid of SYSCONFDIR | Kay Sievers |
2012-10-28 | Tweak TODO | Zbigniew Jędrzejewski-Szmek |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers |
2012-09-23 | libudev: check return value of rename | Václav Pavlín |
2012-09-19 | libudev: remove dead code | Kay Sievers |
2012-09-17 | build-sys: __secure_getenv lost dunder in libc 2.17 | Zbigniew Jędrzejewski-Szmek |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-09-03 | shared: in code that might get called from suid programs use __secure_getenv(... | Lennart Poettering |
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering |
2012-07-31 | libudev-queue.c: simplified open_queue_file | Arvydas Sidorenko |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers |
2012-06-18 | libudev: clarify that udev_monitor_receive_device() is non-blocking | Kay Sievers |
2012-06-05 | udev: remove remaining selinux labeling for file in /run | Kay Sievers |
2012-05-31 | mkdir: append _label to all mkdir() calls that explicitly set the selinux con... | Kay Sievers |
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 ve... | Kay Sievers |