Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-21 | libudev: do not set DEVNAME= twice | Kay Sievers | |
When we read the 'uevent' file we need to make sure, that we do not read the relative DEVNAME= path provided by the kernel and overwrite the absolute path udev expects here. | |||
2012-01-21 | warn about deprecated RUN+="socket:" use | Kay Sievers | |
2012-01-21 | rules: rtc - point /dev/rtc symlink to 'hctosys' device | Kay Sievers | |
2012-01-18 | Makefile: switch from .asc to .sign | Kay Sievers | |
2012-01-18 | keymap: Add Alienware M14xR1 | Martin Pitt | |
https://launchpad.net/bugs/901513 | |||
2012-01-18 | keymap: Fix keyboard brightness keys on Samsung 700Z series | Martin Pitt | |
https://launchpad.net/bugs/902332 | |||
2012-01-18 | keymap: Fix eject button on Samsung 700Z series | Martin Pitt | |
https://launchpad.net/bugs/902798 | |||
2012-01-18 | keymap: Fix rfkill button on Hewlett-Packard HP ProBook | Martin Pitt | |
https://bugs.launchpad.net/bugs/914838 | |||
2012-01-18 | udevd: kill hanging event processes after 30 seconds | Kay Sievers | |
Some broken kernel drivers load firmware synchronously in the module init path and block modprobe until the firmware request is fulfilled. The modprobe-generated firmware request is a direct child device of the device which caused modprobe to run. Child device event are blocked until the parent device is handled. This dead-locks until the kernel firmware loading timeout of 60 seconds is reached. The hanging modprobe event should now time-out and allow the firmware event to run before the 60 second kernel timeout. | |||
2012-01-16 | builtin: blkid - add missing ID_ prefix | Kay Sievers | |
<ridikulus_rat> 60-persistent-storage.rules gpt by-partlabel/by-partuuid symlinks not created in udev-177 util-linux-2.20.1 kmod-3 in Archlinux x86_64. <falconindy> ridikulus_rat: fix the rule, or fix the blkid builtin ;) <kay> oh, i missed the ID_ stuff? :) | |||
2012-01-12 | Makefile: update kernel.org doc hooks for kup | Kay Sievers | |
2012-01-12 | gudev: several minor introspection fixes | Evan Nemerson | |
- Include exported package information - Include C include information - g_udev_device_get_parent & g_udev_device_get_parent_with_subsystem transfer ownership of their return values Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2012-01-12 | release 177udev/v177 | Kay Sievers | |
2012-01-12 | rule_generator: use += for dist_udevhome_DATA | Kay Sievers | |
2012-01-12 | rule_generator: fix to install rules in rules.d/ | Kay Sievers | |
2012-01-12 | Makefile: update kernel.org sign and upload hook | Kay Sievers | |
2012-01-11 | release 176udev/v176 | Kay Sievers | |
2012-01-11 | man: mention that no daemons should be started by udev | Kay Sievers | |
2012-01-10 | fix compiler warning | Kay Sievers | |
2012-01-10 | cdrom_id: int -> bool | Kay Sievers | |
2012-01-10 | add .vimrc | Kay Sievers | |
2012-01-10 | fix debug message | Kay Sievers | |
2012-01-10 | autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for now | Kay Sievers | |
-O0 [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument) -O1 [pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0 | |||
2012-01-10 | tabs are as useful as a hole in the head | Kay Sievers | |
2012-01-09 | add test/src to .gitignore | Kay Sievers | |
2012-01-09 | build-sys: try to build without installed xsltproc | Kay Sievers | |
2012-01-09 | autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works | Kay Sievers | |
2012-01-09 | builtin: kmod - log if modules are blacklisted | Lucas De Marchi | |
2012-01-09 | doc: fix out of tree build (copy from libkmod) | Kay Sievers | |
2012-01-09 | rules: delete arch specific rules | Kay Sievers | |
2012-01-06 | replace unpacked sysfs test tree 'test/sys/' with packed tarball | Kay Sievers | |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers | |
2012-01-05 | autogen.sh: enable git pre-commit | Kay Sievers | |
2012-01-05 | build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev | Kay Sievers | |
2012-01-05 | require kmod >= 3 | Kay Sievers | |
2012-01-05 | build-sys: use use ${ac_default_prefix} | Kay Sievers | |
2012-01-02 | hwdb: drop useless line freeing | Mike Frysinger | |
getline() takes care of extending the buffer as needed, so no point in constantly freeing it before every call. | |||
2012-01-02 | builtin: kmod - hook up kmod_validate_resources() | Kay Sievers | |
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 | |