summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28Add missing selinux code to udev core (convenience lib)Ian 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-21Forward-port of libudev.so.0 code from libudev-171Ian Stakenvicius
2013-01-21Remove the remaining systemd code since it is not needed anymoreIan Stakenvicius
2013-01-21Make all udev tools dynamically link to libudev.soIan Stakenvicius
2013-01-20Comment out sd_is_mq()Richard Yao
2013-01-20Switch to dup2 from dup3Richard Yao
2013-01-14Make binaries report udev version compatibility version instead of eudev versionRichard 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-12Changed --enable-split-usr to add hard-coded paths for rules etc in both / an...Ian Stakenvicius
2012-12-08Add fallback path when accept4() is not available.Richard Yao
2012-12-02Use udev version instead of eudev version for compatibilityRichard Yao
2012-12-01Add & Update include paths to gudev/Makefile.amNick Vinson
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-12-01drop ACL support, udev-acl is in consolekit upstreamIan Stakenvicius
2012-11-26Add $(BUILT_SOURCES) to src/keymap/Makefile.am's CLEANFILES variable.Nick Vinson
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-25Fix up building gudev and introspection under make distcheckAnthony G. Basile
2012-11-25Fix compilation of gudev and introspectionAnthony G. Basile
2012-11-25Fixes the contents of udev.pcAnthony G. Basile
2012-11-24Fix paths: test/udev-test.pl now works under sudo make distcheckAnthony G. Basile
2012-11-23Propagation of configured installation paths to Makefile.am and .c codeAnthony G. Basile
2012-11-23Consolidate configuration of all installation paths into configure.acAnthony G. Basile
2012-11-23Fix build failure with --enable-gudevRichard Yao
2012-11-23Permit users to disable module loading supportRichard Yao
2012-11-23Use libkmod only when requestedRichard Yao
2012-11-23Reintroduce blkid-kmodRichard Yao
2012-11-22Introduce execute_commandRichard Yao
2012-11-22Fix keymap test during make distcheckAnthony G. Basile
2012-11-22Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir...Ian Stakenvicius
2012-11-20udev: allow helpers to be in /lib/udevEgor Y. Egorov
2012-11-20udev: add /lib/udev/rules.d to rules directoriesMichał Górny
2012-11-20Fix NULL pointer deference in udev_hwdb_get_properties_list_entryFelipe Contreras
2012-11-20Reintroduce keymaps build and testAnthony G. Basile
2012-11-19Reintroduce blkid-builtinRichard Yao
2012-11-19Check for unshare on the configure and provide an inline replacement when not...klondike