Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-06-22 | configure.ac: version bump | Kay Sievers | |
2009-06-20 | configure.ac: add AM_SILENT_RULES | Kay Sievers | |
2009-06-19 | docs: install writing_udev_rules | Kay Sievers | |
2009-06-19 | udev.pc: add | Kay Sievers | |
2009-06-17 | configure.ac: print error if gperf is missing | Kay Sievers | |
2009-06-17 | extras/modem-modeswitch: move from udev-extras | Dan Williams | |
2009-06-17 | keymap: move from udev-extras | Martin Pitt | |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-16 | configure: enable all extras by default, provide --disable-extras | Kay Sievers | |
2009-06-16 | usb-db: move from udev-extras | Lennart Poettering | |
2009-06-16 | gudev: fix typo in configure option | Kay Sievers | |
2009-06-16 | hid2hci: move from udev-extras | Mario Limonciello | |
2009-06-16 | v4l_id: move from udev-extras | Kay Sievers | |
2009-06-16 | INSTALL: add --enable-extras | Kay Sievers | |
2009-06-16 | gudev: move from udev-extras | David Zeuthen | |
GObject libudev access. Initial version from Bastien Nocera, current version by David Zeuthen. | |||
2009-06-16 | udev-acl: move from udev-extras | Kay Sievers | |
The build of extras with larger external dependencies is wrapped in: --enable-extras | |||
2009-06-16 | libudev: move .so version to libudev Makefile | Kay Sievers | |
2009-06-15 | libudev: add gtk-doc | Kay Sievers | |
2009-06-14 | USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |
2009-06-04 | udevd: convert to event worker processes | Kay Sievers | |
Event processes now get re-used after they handled an event. This reduces pressure on the CPU significantly because cloned event processes no longer cause page faults in the main daemon. After the events have settled, the no longer needed worker processes get killed. | |||
2009-05-21 | udevd: implement a more efficient queue file format | Alan Jenkins | |
Directory lookups show up in profiling. The queue files are responsible for a large proportion of file-related system calls in udev coldplug. Instead of creating a file for each event, append their details to a log file. The file is periodically rebuilt (garbage-collected) to prevent it from growing indefinitely. This single queue file replaces both the queue directory and the uevent_seqnum file. On desktop systems the file tends not to grow beyond one page. So it should also save a small amount of memory in tmpfs. Tests on a running EeePC indicate average savings of 5% *udevd* cpu time as measured by oprofile. __link_path_walk is reduced from 1.5% to 1.3%. It is not completely clear where the rest of the gains come from. In tests running ~400 events, the queue file is rebuilt about 5 times. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> | |||
2009-05-13 | version bump | Kay Sievers | |
2009-05-12 | delete libvolume_id | Kay Sievers | |
2009-05-01 | build: use AC_MSG_RESULT | Kay Sievers | |