summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2013-06-04src/libudev/util.c: bring in line with upstreamAnthony G. Basile
2013-06-04src/libudev/path-util.c: bring in line with upstreamAnthony G. Basile
2013-06-03src/libudev/libudev-device.c: fix typoAnthony G. Basile
2013-06-02libudev: remove udev_monitor_new_from_socket() symbolMichael Biebl
2013-06-02libudev: Move -lrt to Libs.privateMichael Biebl
2013-06-02Correct missing int to size_t changeAnthony G. Basile
2013-06-02libude: remove special handling of "device" link and legacy respecting codeKay Sievers
2013-06-02libudev: implement udev_device_set_attribute_value()Hannes Reinecke
2013-04-05adjust symbol versioning for libudevIan Stakenvicius
2013-04-04Add support for legacy behaviour in udev_device_get_sysattr_value()Ian Stakenvicius
2013-04-04Use LN_S instead of directly calling ln -sIan Stakenvicius
2013-04-03Respect the MIT licenseklondike
2013-04-03Fix buffer overflowklondike
2013-04-03Clean up the string functionsklondike
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