Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-01 | remove mknod() logic and rely on 'devtmpfs' | Kay Sievers | |
2012-01-01 | systemd: rename PassCred= to PsssCredentials= | Kay Sievers | |
2011-12-28 | update README | Kay Sievers | |
2011-12-28 | udevd: remove TIMEOUT= handling | Kay Sievers | |
http://thread.gmane.org/gmane.linux.hotplug.devel/17206/focus=17211 | |||
2011-12-27 | builtin: kmod - switch to kmod_module_probe_insert_module() | Kay Sievers | |
2011-12-27 | builtin: move usb-db, pci-db to builtins | Kay Sievers | |
2011-12-27 | udevd: always create runtime dir | Kay Sievers | |
<falconindy> kay: udev no longer makes /run/udev on its own? <kay> falconindy: added back! | |||
2011-12-27 | move rules dirs to udev context; replace inotify with time-controlled stat() | Kay Sievers | |
2011-12-25 | update NEWS | Kay Sievers | |
2011-12-25 | make: introduce --with-rootprefix= | Kay Sievers | |
2011-12-25 | builtin: kmod - hook up udev main logging to libkmod | Kay Sievers | |
2011-12-25 | builtin: firmware - add missing file | Kay Sievers | |
2011-12-25 | builtin: firmware - move 'firmware' tool to builtins | Kay Sievers | |
2011-12-25 | update NEWS | Kay Sievers | |
2011-12-25 | invalidate rules and kmod index with 'udevadm control --reload' | Kay Sievers | |
- rename --reload-rules to --reload - invalidate rules and databases only, delay parsing to the next event - enable debug output for test-builtin | |||
2011-12-24 | builtin: rename load()/unload() to init()/exit() | Kay Sievers | |
2011-12-24 | builtin: kmod - reload index when rules are reloaded | Kay Sievers | |
2011-12-23 | add copyright | 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 | update NEWS | Kay Sievers | |
2011-12-23 | remove last sbindir use | Kay Sievers | |
2011-12-23 | builtin: apply format string | Kay Sievers | |
2011-12-23 | rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules | Kay Sievers | |
2011-12-23 | builtin: kmod - switch modprobe to builtin | Kay Sievers | |
2011-12-23 | builtin: blkid - add missing ID_FS_USAGE | Kay Sievers | |
2011-12-23 | builtin: blkid - add missing newline | Kay Sievers | |
2011-12-23 | buildsys: disable tar.gz | Kay Sievers | |
2011-12-23 | rules: do not preprocess 60-persistent-storage.rules | Kay Sievers | |
2011-12-23 | rules: switch to built-in blkid | Kay Sievers | |
2011-12-23 | update blkid builtin | Kay Sievers | |
2011-12-23 | build argv[] for builtin commands | Kay Sievers | |
2011-12-23 | [PATCH[ udev: ata_id: Fix length of INQUIRY command | Alan Stern | |
SCSI INQUIRY commands are 6 bytes long, not 12 bytes. | |||
2011-12-21 | add builtin load/unload initializers | Kay Sievers | |
2011-12-21 | prepare builtins for blkid and kmod | Kay Sievers | |
2011-12-21 | Switch spawn_read to void and remove useless stores there. | Luis Felipe Strano Moraes | |
The return value was never used and even if errors were found inside spawn_wait should still be called. | |||
2011-12-21 | make: do not (mis-)use the config file generator, create .xz tarball | Kay Sievers | |
2011-12-20 | man: spelling fix | Ville Skyttä | |
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 | systemd: use PassCred=yes | Kay Sievers | |
2011-12-05 | rename 'init' directory to 'systemd' | Kay Sievers | |
2011-11-29 | 75-persistent-net-generator.rules: Add Xen | Martin Pitt | |
Xen devices are not always caught by the SUBSYSTEMS=="xen" clause, so explictly add their registered MAC prefix: http://www.coffer.com/mac_find/?string=00%3A16%3A3E https://launchpad.net/bugs/897789 | |||
2011-11-22 | man: clarify 'config file stack' | Kay Sievers | |
2011-11-22 | do not ship autogen.sh in the tarball | Kay Sievers | |
2011-11-21 | keymap: Add Lenovo Thinkpad X220 Tablet | Sjoerd Simons | |
The Lenovo Thinkpad X220 Tablet has similar buttons as the previous generations (circular arrow and rotate screen) Signed-off-by: Sjoerd Simons <sjoerd@luon.net> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-11-08 | libudev: print log_fn address instead of ctx when setting logging function | Kay Sievers | |
Patch from Jiri Pirko <jpirko@redhat.com> for libabc. | |||
2011-11-07 | release 175udev/v175 | Kay Sievers | |
2011-11-07 | rules: fix typo | Kay Sievers | |
2011-11-07 | extras/keymap/findkeyboards: beautify shell code and get rid of grep | Harald Hoyer | |
- save some extra forks and grep with shell code instead of calling grep - use $() instead of backticks (improves readability and addes nesting capabilities) Signed-off-by: Harald Hoyer <harald@redhat.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> |