summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-26[PATCH] 056 releaseudev/v056gregkh@suse.de
2005-04-26[PATCH] udev-test.pl: use more common user/group nameskay.sievers@vrfy.org
2005-04-26[PATCH] klibc: remove SCCS directories from the temporary klibc installkay.sievers@vrfy.org
2005-04-26[PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwdkay.sievers@vrfy.org
2005-04-26[PATCH] udev-test.pl: add check for textual uid/gidkay.sievers@vrfy.org
2005-04-26[PATCH] fix bad typo that prevents the GROUP to be appliedkay.sievers@vrfy.org
Thanks to Jim Gifford <maillist@jg555.com> for catching it.
2005-04-26[PATCH] fix header paths in udev_libc_wrapper.ctklauser@access.unizh.ch
In udev_libc_wrapper.c the paths to the local header files are wrong. The attached patch fixes this.
2005-04-26[PATCH] udevd: don't delay events with TIMEOUT in the environmentkay.sievers@vrfy.org
On Tue, 2005-03-15 at 09:25 +0100, Hannes Reinecke wrote: > The current implementation of the firmware class breaks a fundamental > assumption in udevd: that the physical device can be initialised fully > prior to executing the next event for that device. Thanks to Hannes for the patch.
2005-04-26[PATCH] klibc: use klcc wrapper instead of our own Makefilekay.sievers@vrfy.org
2005-04-26[PATCH] change call_foreach_file to return a listkay.sievers@vrfy.org
2005-04-26[PATCH] remove unneeded file from libsysfskay.sievers@vrfy.org
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