Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-30 | version bump | Kay Sievers | |
2011-03-23 | systemd: bind udev control socket in systemd and split udev.service | Kay Sievers | |
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events. | |||
2011-03-19 | fstab_import: remove from configure | Kay Sievers | |
2011-02-15 | v4l_id: Drop videodev.h check again | Martin Pitt | |
It only uses v4l2 now. | |||
2011-02-15 | Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev | Kay Sievers | |
2011-02-15 | Fix building with --disable-extras | Martin Pitt | |
We always need to define automake conditionals, otherwise configure fails with --disable-extras. | |||
2011-02-15 | Only build v4l_id if V4L1 header file is available | Martin Pitt | |
2011-02-10 | version bump | Kay Sievers | |
2010-12-16 | version bump | Kay Sievers | |
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers | |
2010-10-23 | version bump | Kay Sievers | |
2010-10-13 | version bump | Kay Sievers | |
2010-09-07 | Bump required GLib version to 2.22 | David Zeuthen | |
This is needed for g_main_context_get_thread_default(). Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2010-09-03 | version bump | Kay Sievers | |
2010-09-02 | Don't install systemd scripts with --without-systemdsystemunitdir | Michael Forney | |
Currently, the scripts get installed to /no/ if that option is specified. Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-08-19 | version bump | Kay Sievers | |
2010-07-12 | version bump | Kay Sievers | |
2010-07-07 | version bump | Kay Sievers | |
2010-06-25 | make: pre-process and install systemd service files when needed | Kay Sievers | |
2010-06-24 | version bump | Kay Sievers | |
2010-06-02 | version bump | Kay Sievers | |
2010-06-02 | configure.ac: fix cross compilation | Paul Bender | |
"Be aware that, like most Autoconf macros, they test a feature of the host machine, and therefore, they die when cross-compiling" | |||
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-12 | configure.ac: version bump | Kay Sievers | |
2010-04-24 | configure.ac: move firmware-path setting out of extras section | Robby Workman | |
2010-04-21 | configure.ac: version bump | Kay Sievers | |
2010-04-21 | configure.ac: fix broken firmware search path in configure.ac | Robby Workman | |
Correct a silly typo: s/fimware/firmware/ | |||
2010-04-20 | configure.ac: version bump | Kay Sievers | |
2010-04-20 | configure.ac: ddd --with-firmware-path option | Yury G. Kudryashov | |
In NixOS we need to use non-standard firmware path: we have no /lib. | |||
2010-04-15 | configure.ac - fix typo in --with-pci-ids-path option | Yury G. Kudryashov | |
2010-03-11 | udev needs automake 1.10 | Adrian Bunk | |
extras/gudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6 libudev/docs/Makefile.am:4: require Automake 1.10, but have 1.9.6 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-02-18 | configure.ac: version bump | Kay Sievers | |
2010-01-25 | keymap: linux/input.h - get absolute include path from gcc | Kay Sievers | |
2010-01-13 | configure.ac: version bump | Kay Sievers | |
2010-01-07 | gobject-introspection: use $datadir instead of $prefix | Kay Sievers | |
2009-12-15 | configure.ac: version bump | Kay Sievers | |
2009-12-03 | configure.ac: version bump | Kay Sievers | |
2009-11-16 | remove "ignore_device" | Kay Sievers | |
There is no way to ignore an event these days. Libudev events can not be suppressed. It only prevents RUN keys from being executed, which results in an inconsistent behavior in current setups. | |||
2009-11-10 | gudev: fix pkg-config call to work with "make distcheck" | Kay Sievers | |
2009-08-14 | configure.ac: version bump | Kay Sievers | |
2009-08-08 | Use LT_INIT to explicit that udev needs libtool series 2. | Diego Elio 'Flameeyes' Pettenò | |
2009-08-07 | Finally, also merge gudev into the top-level Makefile.am. | Diego Elio 'Flameeyes' Pettenò | |
The Introspection rules are not tested yet; more touch-ups have been made for them. | |||
2009-08-07 | Merge keymap building in the top-level Makefile.am. | Diego Elio 'Flameeyes' Pettenò | |
Slight adjustment around the tests and the rules for the new working directory. | |||
2009-08-07 | Also merge into the top-level Makefile.am the simpler extras. | Diego Elio 'Flameeyes' Pettenò | |
2009-08-07 | Merge libudev, udev, and the unconditional extras in a single Makefile.am. | Diego Elio 'Flameeyes' Pettenò | |
Instead of using multiple recursive Makefile.am files, use a single Makefile.am that sets and builds all the basic suite of libraries and binaries for udev. This reduces the number of files in the source tree, and also reduces drastically the build time when using parallel-make. With this setup, all the compile steps will be executed in parallel, and just the linking stage will be (partially) serialised on the libraries creation. | |||
2009-07-21 | configure.ac: version bump | Kay Sievers | |
2009-07-08 | configure.ac: version bump | Kay Sievers | |
2009-07-05 | build: add *exec* to the internal rootlibdir name | Kay Sievers | |
Automake like variables with *exec* in the directory names, to decide, that it isn't *data*: http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install | |||
2009-06-22 | configure.ac: version bump | Kay Sievers | |