summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-08087 releaseKay Sievers
2006-03-08remove devfs rules and scriptsKay Sievers
2006-03-07warn about %e, MODALIAS, $modaliasKay Sievers
2006-03-07fix persistent disk rules to exclude removable IDE drivesKay Sievers
2006-03-01path_id: support SAS devicesHannes Reinecke
2006-03-01typo in debug text in udev_run_hotplugd.cMasatake YAMATO
2006-02-24086 releaseKay Sievers
2006-02-23udevd: fix queue export for multiple events for the same deviceKay 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-21volume_id: add missing returnKay Sievers
2006-02-21update to udev-084/doc/writing_udev_rulesNix
2006-02-21volume_id: split raid and filesystem detectionKay Sievers
2006-02-21volume_id: replace __packed__ by PACKED macroKay Sievers
2006-02-21workaround missing kernel headers for some architecturesKyle McMartin
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-02-15085 releaseKay Sievers
2006-02-15include errno.h in udev_libc_wrapper.cKay Sievers
2006-02-15fix typo in parisc support to path_idJeroen 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-15update Gentoo rulesKay Sievers
2006-02-15update Red Hat rulesKay Sievers
2006-02-15update SUSE rulesKay Sievers
2006-02-15exit WAIT_FOR_SYSFS if the whole device goes awayKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-02-13cramfs detection for bigendianKay Sievers
Patch from Olaf Hering <olh@suse.de>.
2006-02-03include sys/socket.h for klibc buildKay Sievers
Requested by Aaron Griffin <aaronmgriffin@gmail.com>
2006-02-01fix typo in man pageKay Sievers
Thanks to Joachim Breitner <nomeata@debian.org>.
2006-02-01Fix trivial spelling errors in RELEASE-NOTESAndrey Borzenkov
Signed-off-by: Andrey Borzenkov <arvidjaar@mail.ru>
2006-01-31make WAIT_FOR_SYSFS usable in non "wait-only" rulesKay 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-30084 releaseKay Sievers
2006-01-30add debug output to sysfs operationsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-29let SYSFS{} look at the device, not only the parent deviceKay 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-29optimize sysfs device and attribute cacheKay 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-28scsi_id: remove dead filesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28whitespace fixesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28remove UDEVD_UEVENT_INITSENDKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28move manpages to top levelKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28replace fancy silent build program by simple kernel build like logicKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-27switch CROSS to CROSS_COMPILEKay 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-27update SUSE rulesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-27083 releaseKay Sievers
2006-01-27remove redundant substitution of RUN keyKay Sievers
Thanks to Andrey Borzenkov <arvidjaar@mail.ru> for the initial patch. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-26don't add $SUBSYSTEM automatically as $1 to programsKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-26find programs in /lib/udev for IMPORT if {program} is not givenKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-26check for ignore_device in loop looks redundantAndrey Borzenkov
2006-01-26man page: document when substitutions are applied for RUN and other keysAndrey Borzenkov
2006-01-26udevstart: fix NAME="" which prevents RUN from being executedKay Sievers
Thanks to Olivier Blin <oblin@mandriva.com> for finding this. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-25082 releaseKay Sievers
2006-01-25let "ignore_device" always return the event successfullyKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-25udevtest: add udev_rules_apply_format() to RUN keysKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-25rename apply_format() cause it is public nowKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-24update SUSE rulesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-24remove udev, udevstart, udevsend from the default installationKay 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-24recreate man pages from xml sourceKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>