summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-21libudev: do not set DEVNAME= twiceKay 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-21warn about deprecated RUN+="socket:" useKay Sievers
2012-01-21rules: rtc - point /dev/rtc symlink to 'hctosys' deviceKay Sievers
2012-01-18Makefile: switch from .asc to .signKay Sievers
2012-01-18keymap: Add Alienware M14xR1Martin Pitt
https://launchpad.net/bugs/901513
2012-01-18keymap: Fix keyboard brightness keys on Samsung 700Z seriesMartin Pitt
https://launchpad.net/bugs/902332
2012-01-18keymap: Fix eject button on Samsung 700Z seriesMartin Pitt
https://launchpad.net/bugs/902798
2012-01-18keymap: Fix rfkill button on Hewlett-Packard HP ProBookMartin Pitt
https://bugs.launchpad.net/bugs/914838
2012-01-18udevd: kill hanging event processes after 30 secondsKay 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-16builtin: blkid - add missing ID_ prefixKay 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-12Makefile: update kernel.org doc hooks for kupKay Sievers
2012-01-12gudev: several minor introspection fixesEvan 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-12release 177udev/v177Kay Sievers
2012-01-12rule_generator: use += for dist_udevhome_DATAKay Sievers
2012-01-12rule_generator: fix to install rules in rules.d/Kay Sievers
2012-01-12Makefile: update kernel.org sign and upload hookKay Sievers
2012-01-11release 176udev/v176Kay Sievers
2012-01-11man: mention that no daemons should be started by udevKay Sievers
2012-01-10fix compiler warningKay Sievers
2012-01-10cdrom_id: int -> boolKay Sievers
2012-01-10add .vimrcKay Sievers
2012-01-10fix debug messageKay Sievers
2012-01-10autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for nowKay 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-10tabs are as useful as a hole in the headKay Sievers
2012-01-09add test/src to .gitignoreKay Sievers
2012-01-09build-sys: try to build without installed xsltprocKay Sievers
2012-01-09autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste worksKay Sievers
2012-01-09builtin: kmod - log if modules are blacklistedLucas De Marchi
2012-01-09doc: fix out of tree build (copy from libkmod)Kay Sievers
2012-01-09rules: delete arch specific rulesKay Sievers
2012-01-06replace unpacked sysfs test tree 'test/sys/' with packed tarballKay Sievers
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers
2012-01-05autogen.sh: enable git pre-commitKay Sievers
2012-01-05build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udevKay Sievers
2012-01-05require kmod >= 3Kay Sievers
2012-01-05build-sys: use use ${ac_default_prefix}Kay Sievers
2012-01-02hwdb: drop useless line freeingMike Frysinger
getline() takes care of extending the buffer as needed, so no point in constantly freeing it before every call.
2012-01-02builtin: kmod - hook up kmod_validate_resources()Kay Sievers
2012-01-01remove mknod() logic and rely on 'devtmpfs'Kay Sievers
2012-01-01systemd: rename PassCred= to PsssCredentials=Kay Sievers
2011-12-28update READMEKay Sievers
2011-12-28udevd: remove TIMEOUT= handlingKay Sievers
http://thread.gmane.org/gmane.linux.hotplug.devel/17206/focus=17211
2011-12-27builtin: kmod - switch to kmod_module_probe_insert_module()Kay Sievers
2011-12-27builtin: move usb-db, pci-db to builtinsKay Sievers
2011-12-27udevd: always create runtime dirKay Sievers
<falconindy> kay: udev no longer makes /run/udev on its own? <kay> falconindy: added back!
2011-12-27move rules dirs to udev context; replace inotify with time-controlled stat()Kay Sievers
2011-12-25update NEWSKay Sievers
2011-12-25make: introduce --with-rootprefix=Kay Sievers
2011-12-25builtin: kmod - hook up udev main logging to libkmodKay Sievers
2011-12-25builtin: firmware - add missing fileKay Sievers