Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] 055 releaseudev/v055 | gregkh@suse.de | |
2005-04-26 | [PATCH] fix raid rules. | gregkh@suse.de | |
Thanks to Kay for pointing it out. | |||
2005-04-26 | [PATCH] added frugalware udev ruleset. | gregkh@suse.de | |
2005-04-26 | [PATCH] gentoo rule update for raid devices. | gregkh@suse.de | |
From Thierry Vignaud <tvignaud@mandrakesoft.com> | |||
2005-04-26 | [PATCH] add udevstart to the RELEASE-NOTES | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 43 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: Fix label/uuid reading for reiserfs | hare@suse.de | |
Well, I just asked our resident reiserfs guru (thx mason :-). Reiser v3.5 does not support labels nor uuids. | |||
2005-04-26 | [PATCH] clarify the shortcomings of %e | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct rule match for devices without a physical device | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unneeded code, libsysfs does this for us | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add final release note | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add ENV{} key to match agains environment variables | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] simplify sysfs_pair handling | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add a test and simplify debug statement | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] support =, ==, !=, += for the key match and assignment | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add OPTION="last_rule" to skip any later rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename namedev_dev to udev_rule | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct enum device_type | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove udevstart on make clean | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 42 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] volume_id: version 41 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unneeded include | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] The path to dlist.h is not correct. | kay.sievers@vrfy.org | |
Pointed out by: Tobias Klauser <tklauser@access.unizh.ch> | |||
2005-04-26 | [PATCH] The following patch fixes some warnings when compiling volume_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] The following patch fixes a warning when compiling chassis_id | tklauser@access.unizh.ch | |
2005-04-26 | [PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the ↵ | kay.sievers@vrfy.org | |
devpath | |||
2005-04-26 | selinux merge fixups again... | Greg KH | |
2005-04-26 | [PATCH] klibc: version 1.0.3 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] This patch causes the remove handler to check that each symlink | jkluebs@luebsphoto.com | |
2005-04-26 | [PATCH] add RELEASE-NOTES file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove PLACE key match | kay.sievers@vrfy.org | |
ID should do the same, cause we walk up the chain of devices on the physical device and can match for the name of every device there with the ID key. | |||
2005-04-26 | [PATCH] don't lookup "root" in the userdb | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix ia64 compile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix segfaulting udev while DRIVER matching | kay.sievers@vrfy.org | |
Don't try to match against values of a nonexistent physical device. Discovered by: Thomas Breitner <debian@tombreit.de>. | |||
2005-04-26 | [PATCH] cleanup list.h | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 0.214 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename device_list->list to device_list->node | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] replace strncpy()/strncat() by strlcpy()/strlcat() | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] split udev and udevstart | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: version 39 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] rename LOG to USE_LOG in all places | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove Makefile magic for klibc integration | kay.sievers@vrfy.org | |
The new libsysfs and klibc don't need that anymore. Wrap getpwnam(), so we can use the built-in /etc/passwd parser for statically compiled glibc binaries too. | |||
2005-04-26 | [PATCH] klibc_fixups: remove no longer needed stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: volume_id v38 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] use numeric owner/group as default values to avoid parsing userdb | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix up segfaulting binaries with new klibc | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udevinfo -d: speed-up device dump | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 0.211 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc_fixups: remove unneeded stuff | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] replace weird defines by real code | kay.sievers@vrfy.org | |