Age | Commit message (Expand) | Author |
2013-06-09 | Version bump to 1.0, dropping _beta tageudev/v1.0 | Anthony G. Basile |
2013-06-04 | Remove libudev-legacy | Anthony G. Basile |
2013-04-10 | Version bump to eudev-1_beta4eudev/v1_beta4 | Anthony G. Basile |
2013-04-09 | build-sys: fix HAVE/ENABLE_FIRMWARE | Kay Sievers |
2013-04-07 | src/udev/udev-event.c: restore code to allow rule generator to work | Anthony G. Basile |
2013-04-05 | bump versions to eudev-1_beta3 and udev-200 | Ian Stakenvicius |
2013-04-04 | Set rootprefix to be '${prefix}' if unset | Ian Stakenvicius |
2013-04-04 | set default prefix to /usr for necessary rootprefix default operation | Ian Stakenvicius |
2013-04-04 | Removed hard-coded paths in rule-writer scripts | Ian Stakenvicius |
2013-04-04 | Restored the rule generator bits from udev-171 | Ian Stakenvicius |
2013-04-02 | udev: make firmware loading optional and disable by default | Tom Gundersen |
2013-03-14 | Fix whitespace in various files | Anthony G. Basile |
2013-03-10 | Only check for gperf if --enable-keymap | Anthony G. Basile |
2013-02-04 | Make udevlibexecdir be /lib | Ian Stakenvicius |
2013-01-29 | Fix AM_CONDITIONAL for HAVE_BLKID | Ian Stakenvicius |
2013-01-28 | Make blkid optional | Ian Stakenvicius |
2013-01-22 | Fix --disable-modules config optioneudev/v1_beta2 | Ian Stakenvicius |
2013-01-21 | Fall back on POSIX mkstemp() for systems lacking mkostemp() | Anthony G. Basile |
2013-01-21 | Adjust version in configure.ac for beta2 release | Ian Stakenvicius |
2013-01-21 | Forward-port of libudev.so.0 code from libudev-171 | Ian Stakenvicius |
2013-01-08 | Bump UDEV_VERSION as libudev is 196 compliant | Ian Stakenvicius |
2013-01-04 | Fixed some comments relating to udevlibexecdir paths | Ian Stakenvicius |
2013-01-04 | Adjust the install path of keymaps to $(libdir)/udev | Ian Stakenvicius |
2012-12-27 | build: switch to C99 | Luca Barbato |
2012-12-12 | Merge pull request #32 from nvinson/distcheck_fix | blueness |
2012-12-12 | Changed --enable-split-usr to add hard-coded paths for rules etc in both / an... | Ian Stakenvicius |
2012-12-08 | Move DISTCHECK_CONFIGURE_FLAGS var to Makefile.am | Nick Vinson |
2012-12-08 | eudev 1_beta1eudev/v1_beta1 | Richard Yao |
2012-12-08 | Add fallback path when accept4() is not available. | Richard Yao |
2012-12-02 | Fix autotools module checks | Richard Yao |
2012-12-02 | Use udev version instead of eudev version for compatibility | Richard Yao |
2012-12-01 | drop ACL support, udev-acl is in consolekit upstream | Ian Stakenvicius |
2012-11-29 | Put rules.d back into rootlibdir/udev , not sure why/how it moved... | Ian Stakenvicius |
2012-11-25 | Fix up building gudev and introspection under make distcheck | Anthony G. Basile |
2012-11-25 | Fix compilation of gudev and introspection | Anthony G. Basile |
2012-11-25 | Fixes the contents of udev.pc | Anthony G. Basile |
2012-11-24 | Fix paths: test/udev-test.pl now works under sudo make distcheck | Anthony G. Basile |
2012-11-23 | Propagation of configured installation paths to Makefile.am and .c code | Anthony G. Basile |
2012-11-23 | Consolidate configuration of all installation paths into configure.ac | Anthony G. Basile |
2012-11-23 | configure.ac: remove unecessary check for python | Anthony G. Basile |
2012-11-23 | configure.ac: clean up GTK_DOC_CHECK | Anthony G. Basile |
2012-11-23 | Permit users to disable module loading support | Richard Yao |
2012-11-23 | Use libkmod only when requested | Richard Yao |
2012-11-23 | Reintroduce blkid-kmod | Richard Yao |
2012-11-22 | Fix keymap test during make distcheck | Anthony G. Basile |
2012-11-22 | configure.ac: change package name to eudev | Anthony G. Basile |
2012-11-22 | Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir... | Ian Stakenvicius |
2012-11-20 | Reintroduce keymaps build and test | Anthony G. Basile |
2012-11-19 | Reintroduce blkid-builtin | Richard Yao |
2012-11-19 | Check for unshare on the configure and provide an inline replacement when not... | klondike |