summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29Put rules.d back into rootlibdir/udev , not sure why/how it moved...Ian Stakenvicius
2012-11-26Replace unused DISTCLEAN_LOCAL_HOOKS and correct path in test/Makefile.amNick Vinson
2012-11-26Add $(BUILT_SOURCES) to src/keymap/Makefile.am's CLEANFILES variable.Nick Vinson
2012-11-26Allow autogen on systems without gtk-doc or introspection installedAnthony G. Basile
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-23configure.ac: remove unecessary check for pythonAnthony G. Basile
2012-11-23configure.ac: clean up GTK_DOC_CHECKAnthony G. Basile
2012-11-23Remove undeeded macros from m4 directoryAnthony 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-22Remove user-visible systemd references from man pagesRichard Yao
2012-11-22Fix keymap test during make distcheckAnthony G. Basile
2012-11-22configure.ac: change package name to eudevAnthony G. Basile
2012-11-22Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir...Ian Stakenvicius
2012-11-21Fixed a syntax errorIan 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-19test/Makefile.am: fix tests for make distcheckAnthony G. Basile
2012-11-19doc: clarify the scope of the projectLuca Barbato
2012-11-19Reintroduce blkid-builtinRichard Yao
2012-11-19Merge branch 'master' of github.com:gentoo/eudevklondike
2012-11-19Check for unshare on the configure and provide an inline replacement when not...klondike
2012-11-18Fix manpage build under make distcheckAnthony G. Basile
2012-11-18Fix manpage buildAnthony G. Basile
2012-11-18Add missing #include <sys/syscall.h>Richard Yao
2012-11-18Define unshare() macro to avoid dependence on __GNU_SOURCERichard Yao
2012-11-18Include dev-setup.h and cgroup-util.h to explicitly declare functionsRichard Yao
2012-11-18Fix "attribute 'packed' is ignored" warnings when using ClangRichard Yao
2012-11-18Fix wrong format warningsKacper Kowalik (Xarthisius)
2012-11-18Fix unused result warningsKacper Kowalik (Xarthisius)
2012-11-18Fix implicit declaration warningKacper Kowalik (Xarthisius)
2012-11-18Fix gtk-doc buildAnthony G. Basile
2012-11-18Got helper in src/* and make distcheck workingAnthony G. Basile