summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-22Fix --disable-modules config optioneudev/v1_beta2Ian Stakenvicius
2013-01-22Fix test-udev.c to build and work on a uclibc systemAnthony G. Basile
2013-01-21Fall back on POSIX mkstemp() for systems lacking mkostemp()Anthony G. Basile
2013-01-21Adjust version in configure.ac for beta2 releaseIan Stakenvicius
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-14Correct /dev/null permissions on older kernelsRichard Yao
2013-01-14Make binaries report udev version compatibility version instead of eudev versionRichard Yao
2013-01-08Bump UDEV_VERSION as libudev is 196 compliantIan Stakenvicius
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
2013-01-04Fixed some comments relating to udevlibexecdir pathsIan Stakenvicius
2013-01-04Adjust the install path of keymaps to $(libdir)/udevIan Stakenvicius
2012-12-31Merge pull request #37 from lu-zero/masterblueness
2012-12-27cgroup: factorize pathLuca Barbato
2012-12-27build: switch to C99Luca Barbato
2012-12-17Fixed some cosmetic naming in log entriesIan Stakenvicius
2012-12-12Merge pull request #32 from nvinson/distcheck_fixblueness
2012-12-12Changed --enable-split-usr to add hard-coded paths for rules etc in both / an...Ian Stakenvicius
2012-12-08Move DISTCHECK_CONFIGURE_FLAGS var to Makefile.amNick Vinson
2012-12-08eudev 1_beta1eudev/v1_beta1Richard Yao
2012-12-08Add fallback path when accept4() is not available.Richard Yao
2012-12-06Restored persistent-net-generator rules as per issue 13Ian Stakenvicius
2012-12-04Merge pull request #30 from gentoo/bluenessMatthew Thode
2012-12-04CONTRIBUTING: documentation on how to contributeAnthony G. Basile
2012-12-02Fix autotools module checksRichard Yao
2012-12-02Use udev version instead of eudev version for compatibilityRichard Yao
2012-12-01Merge pull request #27 from nvinson/masterblueness
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-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