Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] fix stupid all_partitions bug | tklauser@access.unizh.ch | |
> On Mon, 2005-04-11 at 14:55 +0200, Norbert Preining wrote: > > On Mon, 11 Apr 2005, Kay Sievers wrote: > > > > brw-rw---- 1 root root 8, 0 2005-04-10 14:58 /dev/sdcard > > > > brw-rw---- 1 root root 8, 1 2005-04-10 14:58 /dev/sdcard1 > > > > brw-rw---- 1 root root 8, 1 2005-04-10 14:58 /dev/sdcard2 > > > > brw-rw---- 1 root root 8, 1 2005-04-10 14:58 /dev/sdcard3 > > > > > > This looks broken. > > > > Good to hear. Yeah, I guess it's broken. In create_node() in udev_add.c there is always added 1 to the minor number, thus the error. The attached patch should fix this. | |||
2005-04-26 | [PATCH] add test for make -j4 to build-check | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 1.0.6 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update Debian rules | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] apply default permissions only for devices that will need it | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] adapt RELEASE-NOTES | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_volume_id: fix endianess macros | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev-test.pl: add test for DEVNAME export to RUN environment | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update the man page to reflect the recent changes | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] export DEVNAME to RUN-key executed programs | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix make -j4 and the local klibc-install | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update RELEASE-NOTES | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add RUN key to be able to run rule based notification | kay.sievers@vrfy.org | |
SUBSYSTEM=="block", RUN="/sbin/program" will execute the program only for block device events. ACTION="remove", SUBSYSTEM=="block", RUN"/sbin/program" will execute the program, if a block device is removed. | |||
2005-04-26 | [PATCH] fix udevtest to print the error if logging is disabled | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] move execute_program to utils + add action to init_device | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct correction for error path for PROGRAM execution | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] correct error path for PROGRAM execution | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 1.0.5 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] check for strlen()==0 before accessing strlen()-1 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] allow to match against empty key values | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] read %s{}-sysfs values at any device in the chain | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev_rules.c: don't change sysfs_device while walking up the device ↵ | kay.sievers@vrfy.org | |
chain | |||
2005-04-26 | [PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix klibc's broken strlcpy/strlcat | kay.sievers@vrfy.org | |
udevinfo segfaults cause klibc's strlcpy writes behind the specified size of the destination string. strlcat truncates the destination string which is also not what you expect from a concatenation function. | |||
2005-04-26 | [PATCH] udevinfo: print SYSFS attribute the same way we match it | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove untrusted chars read from sysfs-values or returned by PROGRAM | kay.sievers@vrfy.org | |
Better remove characters that are useless in a device node name. It may be a security risk to pass any character read from e.g. a sysfs attribute to a shell script we execute later. Prevent the modification of the libsysfs attribute value cache. Clear PROGRAM result if the execution encountered an error. | |||
2005-04-26 | [PATCH] udevinfo: print errors to stderr instead of stdout | kay.sievers@vrfy.org | |
On Wed, 2005-03-23 at 13:55 +0100, Dieter Stueken <stueken@conterra.de> wrote: > I noticed a few funny synlinks within /dev: > lrwxrwxrwx 1 root root 4 2005-03-21 15:33:54.196950896 +0100 device2 -> hda2 > lrwxrwxrwx 1 root root 4 2005-03-21 15:33:54.196950896 +0100 not2 -> hda2 > lrwxrwxrwx 1 root root 4 2005-03-21 15:33:54.196950896 +0100 found2 -> hda2 > lrwxrwxrwx 1 root root 4 2005-03-21 15:33:54.196950896 +0100 in2 -> hda2 > lrwxrwxrwx 1 root root 4 2005-03-21 15:33:54.196950896 +0100 database2 -> hda2 > I don't know exactly, what caused this in depth. But I found udevinfo > prints all error messages to stdout instead of using stderr. | |||
2005-04-26 | [PATCH] klibc: version 1.0.4 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] support log-priority levels in udev.conf | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] test-suite: remove UDEV_TEST, it's not needed anymore | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] libsysfs: remove trailing slash on SYSFS_PATH override | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 056 releaseudev/v056 | gregkh@suse.de | |
2005-04-26 | [PATCH] udev-test.pl: use more common user/group names | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: remove SCCS directories from the temporary klibc install | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev-test.pl: add a test where the group cannot be found in /etc/passwd | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] udev-test.pl: add check for textual uid/gid | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix bad typo that prevents the GROUP to be applied | kay.sievers@vrfy.org | |
Thanks to Jim Gifford <maillist@jg555.com> for catching it. | |||
2005-04-26 | [PATCH] fix header paths in udev_libc_wrapper.c | tklauser@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 environment | kay.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 Makefile | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] change call_foreach_file to return a list | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] remove unneeded file from libsysfs | kay.sievers@vrfy.org | |
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 | |