summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-26[PATCH] 055 releaseudev/v055gregkh@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-NOTESkay.sievers@vrfy.org
2005-04-26[PATCH] volume_id: version 43kay.sievers@vrfy.org
2005-04-26[PATCH] volume_id: Fix label/uuid reading for reiserfshare@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 %ekay.sievers@vrfy.org
2005-04-26[PATCH] correct rule match for devices without a physical devicekay.sievers@vrfy.org
2005-04-26[PATCH] remove unneeded code, libsysfs does this for uskay.sievers@vrfy.org
2005-04-26[PATCH] add final release notekay.sievers@vrfy.org
2005-04-26[PATCH] add ENV{} key to match agains environment variableskay.sievers@vrfy.org
2005-04-26[PATCH] simplify sysfs_pair handlingkay.sievers@vrfy.org
2005-04-26[PATCH] add a test and simplify debug statementkay.sievers@vrfy.org
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org
2005-04-26[PATCH] add OPTION="last_rule" to skip any later rulekay.sievers@vrfy.org
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org
2005-04-26[PATCH] remove udevstart on make cleankay.sievers@vrfy.org
2005-04-26[PATCH] volume_id: version 42kay.sievers@vrfy.org
2005-04-26[PATCH] volume_id: version 41kay.sievers@vrfy.org
2005-04-26[PATCH] remove unneeded includekay.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_idtklauser@access.unizh.ch
2005-04-26[PATCH] The following patch fixes a warning when compiling chassis_idtklauser@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-26selinux merge fixups again...Greg KH
2005-04-26[PATCH] klibc: version 1.0.3kay.sievers@vrfy.org
2005-04-26[PATCH] This patch causes the remove handler to check that each symlinkjkluebs@luebsphoto.com
2005-04-26[PATCH] add RELEASE-NOTES filekay.sievers@vrfy.org
2005-04-26[PATCH] remove PLACE key matchkay.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 userdbkay.sievers@vrfy.org
2005-04-26[PATCH] fix ia64 compilekay.sievers@vrfy.org
2005-04-26[PATCH] fix segfaulting udev while DRIVER matchingkay.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.hkay.sievers@vrfy.org
2005-04-26[PATCH] klibc: version 0.214kay.sievers@vrfy.org
2005-04-26[PATCH] rename device_list->list to device_list->nodekay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] udev_volume_id: version 39kay.sievers@vrfy.org
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org
2005-04-26[PATCH] remove Makefile magic for klibc integrationkay.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 stuffkay.sievers@vrfy.org
2005-04-26[PATCH] udev_volume_id: volume_id v38kay.sievers@vrfy.org
2005-04-26[PATCH] use numeric owner/group as default values to avoid parsing userdbkay.sievers@vrfy.org
2005-04-26[PATCH] fix up segfaulting binaries with new klibckay.sievers@vrfy.org
2005-04-26[PATCH] udevinfo -d: speed-up device dumpkay.sievers@vrfy.org
2005-04-26[PATCH] klibc: version 0.211kay.sievers@vrfy.org
2005-04-26[PATCH] klibc_fixups: remove unneeded stuffkay.sievers@vrfy.org
2005-04-26[PATCH] replace weird defines by real codekay.sievers@vrfy.org