Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-08 | 087 release | Kay Sievers | |
2006-03-08 | remove devfs rules and scripts | Kay Sievers | |
2006-03-07 | warn about %e, MODALIAS, $modalias | Kay Sievers | |
2006-03-07 | fix persistent disk rules to exclude removable IDE drives | Kay Sievers | |
2006-03-01 | path_id: support SAS devices | Hannes Reinecke | |
2006-03-01 | typo in debug text in udev_run_hotplugd.c | Masatake YAMATO | |
2006-02-24 | 086 release | Kay Sievers | |
2006-02-23 | udevd: fix queue export for multiple events for the same device | Kay Sievers | |
Identified by Joachim Plack <jplack@suse.de> while working around the problem that the device nodes appear and disappear while the partitiontable is re-read and the application need to waait for an empty udevd queue. | |||
2006-02-21 | volume_id: add missing return | Kay Sievers | |
2006-02-21 | update to udev-084/doc/writing_udev_rules | Nix | |
2006-02-21 | volume_id: split raid and filesystem detection | Kay Sievers | |
2006-02-21 | volume_id: replace __packed__ by PACKED macro | Kay Sievers | |
2006-02-21 | workaround missing kernel headers for some architectures | Kyle McMartin | |
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org> | |||
2006-02-15 | 085 release | Kay Sievers | |
2006-02-15 | include errno.h in udev_libc_wrapper.c | Kay Sievers | |
2006-02-15 | fix typo in parisc support to path_id | Jeroen Roovers | |
As reported at http://bugs.gentoo.org/show_bug.cgi?id=113379 path_id is still broken for parisc boxes. This patch from Jeroen Roovers <jer@gentoo.org> fixes that. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2006-02-15 | update Gentoo rules | Kay Sievers | |
2006-02-15 | update Red Hat rules | Kay Sievers | |
2006-02-15 | update SUSE rules | Kay Sievers | |
2006-02-15 | exit WAIT_FOR_SYSFS if the whole device goes away | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-02-13 | cramfs detection for bigendian | Kay Sievers | |
Patch from Olaf Hering <olh@suse.de>. | |||
2006-02-03 | include sys/socket.h for klibc build | Kay Sievers | |
Requested by Aaron Griffin <aaronmgriffin@gmail.com> | |||
2006-02-01 | fix typo in man page | Kay Sievers | |
Thanks to Joachim Breitner <nomeata@debian.org>. | |||
2006-02-01 | Fix trivial spelling errors in RELEASE-NOTES | Andrey Borzenkov | |
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru> | |||
2006-01-31 | make WAIT_FOR_SYSFS usable in non "wait-only" rules | Kay Sievers | |
Thanks to Andrey Borzenkov <arvidjaar@mail.ru> for noticing this and the initial patch to fix it. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-30 | 084 release | Kay Sievers | |
2006-01-30 | add debug output to sysfs operations | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-29 | let SYSFS{} look at the device, not only the parent device | Kay Sievers | |
The stricter parent logic broke: BUS=="ide", SYSFS{removable}=="1", ... cause removable is on the block device, which isn't a ide device. Just look for matching attributes at the device and the selected parent device at the same time now. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-29 | optimize sysfs device and attribute cache | Kay Sievers | |
Add negative cache for attributes and look for device in cache before doing any sysfs access. (Three times speed up for a stupid 1000 rules SYSFS file). Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | scsi_id: remove dead files | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | whitespace fixes | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | remove UDEVD_UEVENT_INITSEND | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | move manpages to top level | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-28 | replace fancy silent build program by simple kernel build like logic | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-27 | switch CROSS to CROSS_COMPILE | Kay Sievers | |
This matches what the kernel uses and was a suggestion from: KRONSTORFER Horst <Horst.KRONSTORFER@frequentis.com> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-27 | update SUSE rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-27 | 083 release | Kay Sievers | |
2006-01-27 | remove redundant substitution of RUN key | Kay Sievers | |
Thanks to Andrey Borzenkov <arvidjaar@mail.ru> for the initial patch. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-26 | don't add $SUBSYSTEM automatically as $1 to programs | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-26 | find programs in /lib/udev for IMPORT if {program} is not given | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-26 | check for ignore_device in loop looks redundant | Andrey Borzenkov | |
2006-01-26 | man page: document when substitutions are applied for RUN and other keys | Andrey Borzenkov | |
2006-01-26 | udevstart: fix NAME="" which prevents RUN from being executed | Kay Sievers | |
Thanks to Olivier Blin <oblin@mandriva.com> for finding this. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-25 | 082 release | Kay Sievers | |
2006-01-25 | let "ignore_device" always return the event successfully | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-25 | udevtest: add udev_rules_apply_format() to RUN keys | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-25 | rename apply_format() cause it is public now | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-24 | update SUSE rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-24 | remove udev, udevstart, udevsend from the default installation | Kay Sievers | |
They still get compiled and are used for the test program, but everything should just work with the daemon and the kernel "uevent" triggers these days. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2006-01-24 | recreate man pages from xml source | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |