summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2013-04-02libudev: update to 199Ian Stakenvicius
2013-03-14Fix whitespace in various filesAnthony G. Basile
2013-02-07udevadm: support updating hwdb from an offset rootLuca Barbato
2013-01-28Port new net_id capabilities from systemd-udev-197Ian Stakenvicius
2013-01-28Honor DEVUID, DEVGID in addition to DEVMODEIan Stakenvicius
2013-01-28Fix missing endian wrappersIan Stakenvicius
2013-01-28save a line of codeIan Stakenvicius
2013-01-28Abort udev_enumerate_new if udev obj is nullIan Stakenvicius
2013-01-23src/libudev/util.c: fix typo introduce at commit 1ebf647Anthony G. Basile
2013-01-21Fall back on POSIX mkstemp() for systems lacking mkostemp()Anthony G. Basile
2013-01-21Make all udev tools dynamically link to libudev.soIan Stakenvicius
2013-01-20Switch to dup2 from dup3Richard Yao
2013-01-07The only functional changes in systemd-udev-196Ian Stakenvicius
2013-01-07Added LIBUDEV_196 symbol versioningIan Stakenvicius
2013-01-04Fix bugs in execv() calls to modprobeIan Stakenvicius
2012-12-27cgroup: factorize pathLuca Barbato
2012-12-17Fixed some cosmetic naming in log entriesIan Stakenvicius
2012-12-02Use udev version instead of eudev version for compatibilityRichard Yao
2012-12-01Include config.h in src/libudev/Makefile.am to provide needed #define'sAnthony G. Basile
2012-12-01Put libudev.so under ${prefix} so tools in rootprefix don't link to itIan Stakenvicius
2012-12-01Put symbol versioning back, ensured libudev.sym is distributedIan Stakenvicius
2012-12-01Fix glibc-isms with #define _GNU_SOURCEIan Stakenvicius
2012-12-01Moved files to libudev that once were in upstream libsystemd-sharedIan Stakenvicius
2012-11-26adjusted libudev.pc.in to use the correct libdir (rootlibdir)Ian Stakenvicius
2012-11-26changed install path for libudev to 'rootlibdir' instead of 'libdir'Ian Stakenvicius
2012-11-25Fixes the contents of udev.pcAnthony G. Basile
2012-11-23Propagation of configured installation paths to Makefile.am and .c codeAnthony G. Basile
2012-11-18Fix "attribute 'packed' is ignored" warnings when using ClangRichard Yao
2012-11-18Fix unused result warningsKacper Kowalik (Xarthisius)
2012-11-18Fix implicit declaration warningKacper Kowalik (Xarthisius)
2012-11-17Restructure src/ as per lu_zeroAnthony G. Basile
2012-11-17Fix all Makefile.am: work towards 'make distcheck' sanityAnthony G. Basile
2012-11-17Rename src/shared to src/include, a saner nameAnthony G. Basile
2012-11-17src/test: disable for now to get a full buildAnthony G. Basile
2012-11-16src/udev: restore needed deps from src/shareAnthony G. Basile
2012-11-15src/libudev: successfully buildsAnthony G. Basile
2012-11-15Final step of revamping the build systemAnthony G. Basile
2012-11-15Second step of revamping the build systemAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-11-13libudev: avoid leak during realloc failureMauro Dreissig
2012-11-12libudev: update copyright headersKay Sievers
2012-11-12udev: use usec_t and now()Kay Sievers
2012-10-28libudev: hwdb - cleanup list before getting new propertiesKay Sievers
2012-10-28udev: get rid of SYSCONFDIRKay Sievers
2012-10-28Tweak TODOZbigniew Jędrzejewski-Szmek
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers
2012-10-08udev: remove SYMLINK "unique" optionKay Sievers
2012-09-23libudev: check return value of renameVáclav Pavlín
2012-09-19libudev: remove dead codeKay Sievers
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek