Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | move src/extras subdirectories to src/ | Kay Sievers | |
2012-03-07 | remove udev-acl | Kay Sievers | |
Udev-acl will be part of a future ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl functionality are natively provided by systemd. | |||
2012-02-12 | build-sys: add --disable-manpages | Kay Sievers | |
2012-02-07 | release 181udev/v181 | Kay Sievers | |
2012-02-07 | builtin: kmod - depend on libkmod >= 5 | Lucas De Marchi | |
2012-01-30 | configure: show ROOTPREFIX in firmware path option help text | Kay Sievers | |
2012-01-29 | release 180udev/v180 | Kay Sievers | |
2012-01-25 | release 179udev/v179 | Kay Sievers | |
2012-01-21 | release 178udev/v178 | Kay Sievers | |
2012-01-12 | release 177udev/v177 | Kay Sievers | |
2012-01-11 | release 176udev/v176 | Kay Sievers | |
2012-01-10 | tabs are as useful as a hole in the head | Kay Sievers | |
2012-01-09 | build-sys: try to build without installed xsltproc | Kay Sievers | |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers | |
2012-01-05 | require kmod >= 3 | Kay Sievers | |
2012-01-05 | build-sys: use use ${ac_default_prefix} | Kay Sievers | |
2011-12-27 | builtin: move usb-db, pci-db to builtins | Kay Sievers | |
2011-12-25 | make: introduce --with-rootprefix= | Kay Sievers | |
2011-12-23 | builtin: kmod - link against libkmod | Kay Sievers | |
2011-12-23 | autogen.sh: moce CFLAGS from to configure.ac; print common ./configure options | Kay Sievers | |
2011-12-23 | builtin: kmod - switch modprobe to builtin | Kay Sievers | |
2011-12-23 | buildsys: disable tar.gz | Kay Sievers | |
2011-12-21 | prepare builtins for blkid and kmod | Kay Sievers | |
2011-12-21 | make: do not (mis-)use the config file generator, create .xz tarball | Kay Sievers | |
2011-12-14 | configure: fix typo | Kay Sievers | |
<mgorny> kay: btw you've got sbindir: ${bindir} <mgorny> in configure check result printing <mgorny> I think that's a typo <kay> oh | |||
2011-12-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers | |
2011-12-05 | rename 'init' directory to 'systemd' | Kay Sievers | |
2011-11-07 | release 175udev/v175 | Kay Sievers | |
2011-11-04 | make: tweak some autofoo according to Flameeyes' recommendations for libabc | Kay Sievers | |
2011-11-02 | replace AC_DISABLE_STATIC with LT_INIT([disable-static]) | Kay Sievers | |
2011-10-19 | release 174udev/v174 | Kay Sievers | |
2011-07-30 | release 173 | Kay Sievers | |
2011-07-19 | configure: reorder options | Kay Sievers | |
2011-07-19 | configure: allow to disable mtd_probe | Allin Cottrell | |
2011-07-14 | udev-acl: skip ACLs when systemd is running, disable by default | Kay Sievers | |
2011-07-11 | release 172 | Kay Sievers | |
2011-06-18 | delete mobile-action-modeswitch which has moved to usb_modeswitch | Kay Sievers | |
2011-06-10 | configure: add AC_CONFIG_AUX_DIR, AC_CONFIG_SRCDIR | Kay Sievers | |
2011-05-27 | release 171 | Kay Sievers | |
2011-05-23 | configure: allow usb.ids location to be specified | Scott James Remnant | |
We already allow the pci.ids location to be specified, so add a patch doing the same for usb.ids. Please don't make me explain why this is necessary, it will only make you cry. Signed-off-by: Scott James Remnant <scott@netsplit.com> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2011-05-19 | release 170 | Kay Sievers | |
2011-05-19 | configure.ac: fixes for rule_generator and modeswitch | Michal Soltys | |
2011-05-18 | release 169 | Kay Sievers | |
2011-05-10 | update INSTALL, NEWS, configure comment, queue doc | Kay Sievers | |
2011-05-10 | configure: reintroduce introspection flags to fix crosscompilation | Koen Kooi | |
2011-04-29 | delete hid2hci which moved to the bluez tree | Kay Sievers | |
2011-04-29 | configure: allow to enable/disable extras individually | Kay Sievers | |
- remove gobject introspection switch - disable hid2hci by default (moved to bluez) - disable action-modeswitch by default (will move to usb_modeswitch) - disable edd_id by default (problems with disk signatures) - disable legacy floppy by default (no more nasty device node hacks by default) | |||
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 | |