Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-05 | udev: handle all events - not only class and block devices | Kay Sievers | |
Handle all events with rules. If udev is expected to handle hotplug.d/ the exernal helper must be called. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | volume_id: use udev-provided log-level | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: clear lists if a new value is assigned | Kay Sievers | |
Former values are cleared if SYMLINK=<value> is used. To add a value SYMLINK+=<value> is now needed. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: move dev.d/ handling to external helper | Kay Sievers | |
Modern rules are expected to call notification and postprocessing with the RUN key. For compatibility the current behavior can be emulated with an external helper. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udev: allow final assignments := | Kay Sievers | |
The use of KEY:=<value> will make the key unchangeable by later rules. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: improve timeout handling | Kay Sievers | |
Allow to override some parameters by environment keys. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | Makefile: fix DESTDIR | Kay Sievers | |
Patch from: Vassilis Virvilis <vasvir@iit.demokritos.gr> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: add initsend | Kay Sievers | |
Transfer stored events from initramfs to the running udevd to replay events after userspace is ready. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: add udevcontrol | Kay Sievers | |
Controls the behavior of the running daemon. Currently only stopping and starting of the execution queue is supported. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-05 | udevd: listen for netlink events | Kay Sievers | |
After the first valid netlink-event all event with a serial number received on the udevsend socket will be ignored. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-05-20 | Fix makefile to allow 'make release' to work with git | Greg KH | |
2005-05-20 | 058 releaseudev/v058 | Greg KH | |
2005-05-20 | [PATCH] update cdsymlinks to latest version | Darren Salt | |
diff -ur udev-057.orig/extras/cdsymlinks.c udev-057/extras/cdsymlinks.c | |||
2005-05-18 | add Red Hat/Fedora html documenation | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-18 | Update Red Hat default udev rules. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-18 | remove detach_state files from the sysfs test tree. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-18 | Fix libsysfs issue with relying on the detach_state file to be | Greg KH | |
present in order to traverse the tree properly. Based on a patch from Daniel Stekloff <dsteklof@us.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-16 | added translated (jp) version of writing udev rules file. | ||
From Masanao Igarashi <masayuko@alpha.ocn.ne.jp> | |||
2005-05-10 | Update permissions on test scripts so they will run properly now. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-10 | hopefully fix up the symlinks in the test directory | Greg KH | |
Thanks to Kay for pointing this out. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-10 | Removed klibc/klibc.spec as it is autogenerated | Greg KH | |
2005-05-09 | [PATCH] Writing udev rules docs update | Daniel Drake | |
Here's a long overdue update to the udev rules docs, based on lots of user feedback from the last few months. Mostly updates to keep up with the new udev features, some clarifications and wording improvements. I added a section on rules for palm pilots due to the excessive amount of mail I get about them. I removed the nvidia stuff because it's out of date. Added another section about debugging using logs and udevtest. Removed the thanks list because I haven't been updating it and there are too many people to name now, sorry..! | |||
2005-05-05 | Added symlinks thanks to Kay's script and git hacking. | Greg KH | |
Now the tests should work again... | |||
2005-04-26 | [PATCH] selinux: fix handling during creation of symlinks | kay.sievers@vrfy.org | |
Patch from: Dan Walsh <dwalsh@redhat.com> | |||
2005-04-26 | [PATCH] Fedora udev.rules update | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] libsysfs: version 2.0 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] klibc: version 1.0.7 | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] 057 releleaseudev/v057 | gregkh@suse.de | |
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 |