Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | fix symlink values separated by multiple spaces | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-07 | update RELEASE-NOTES | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-07 | fix typo in group assignment | Kay Sievers | |
Thanks to: Georgi Georgiev | |||
2005-07-07 | fix default-name handling and NAME="" rules | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-07 | add WAIT_FOR_SYSFS key to loop until a file in sysfs arrives | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-07 | fix unquoted strings in udevinitsend | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | 061 releaseudev/v061 | Greg Kroah-Hartman | |
2005-07-06 | Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay | Greg KH | |
2005-07-06 | update RELEASE-NOTES | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | fix cdrom symlink problem in gentoo rules | Greg Kroah-Hartman | |
2005-07-06 | Sync up the Debian rules files | Greg KH | |
2005-07-06 | we want to provide OPTFLAGS | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | udevd: optimize env-key parsing | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | don't resolve OWNER, GROUP on precompile if string contains %, $ | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-06 | set default device node to /dev | Kay Sievers | |
Using prefix seems pretty useless and the empty /udev with every "make install" is annoying. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-05 | create udevdb files only if somehting interesting happened | Kay Sievers | |
Device nodes created with the default rule, without any symlink or option are no longer saved to the udevdb. This saves us ~3 MB RAM for pretty much useless files on tmpfs. Note: HAL needs a fix to handle this correctly. It's already available on the list. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-05 | pack parsed rules list | Kay Sievers | |
This cuts down our 600 rules file to 98 kb instead of 1.9 Mb memory or file-size with precompiled rules. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-04 | replace useless defines by inline text | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-04 | move rule matches to function | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-04 | add usb_id program to generate usb-storage device identifiers | Kay Sievers | |
Signed-off-by: Hannes Reinecke <hare@suse.de> | |||
2005-07-03 | add IEEE1394 rules to the gentoo rule file | Kay Sievers | |
2005-07-03 | fake also kernel-name if we renamed a netif | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-03 | allow OPTIONS to be recognized for /sys/modules /sys/devices events | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-03 | switch gentoo rules to new operators | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-07-02 | Fix ChangeLog titles | Greg KH | |
2005-07-02 | 060 releaseudev/v060 | Greg KH | |
2005-07-02 | [PATCH] Keep udevstart from skipping devices without a 'dev' file | Kay Sievers | |
2005-07-02 | Fix the gentoo udev rules to allow the box to boot properly | Greg KH | |
2005-07-01 | [PATCH] Udev doesn't properly build with $CROSS | Gustavo Zacarias | |
Patch attached - basically you're always invoking klcc for the udev build itself, but klibc builds $(CROSS)klcc. Thus static cross builds don't work. | |||
2005-07-01 | [PATCH] #define NETLINK_KOBJECT_UEVENT | Marco d'Itri | |
On many systems the system kernel headers are not recent enough to compile udev. | |||
2005-06-30 | 059 releaseudev/v059 | Greg Kroah-Hartman | |
2005-06-30 | Update the gentoo rule file | Greg Kroah-Hartman | |
2005-06-30 | prepare RELEASE-NOTES | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-27 | add ID_TYPE to the id probers | Kay Sievers | |
Export the type of device from ata_id and scsi_id, also strip leading and trailing whitespace and substitute consecutive whitespace with a single underline char. From: Hannes Reinecke <hare@suse.de> Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-27 | add -x to scsi_id to export the queried values in env format | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-26 | store the imported device information in the udevdb | Kay Sievers | |
Any program can query with udevinfo for persistent device attributes evaluated on device discovery now. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-26 | rename udev_volume_id to vol_id and add --export option | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-25 | add ata_id to read serial numbers from ATA drives | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-25 | IMPORT allow to import program returned keys into the env | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-25 | unify execute_command() and execute_program() | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-25 | IMPORT=<file> allow to import a shell-var style config-file | Kay Sievers | |
This allows to source-in a file into the udev environment to have the defined keys available for later processing by udev itself or the forked helper programs. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-24 | allow rules to be compiled to one binary file | Kay Sievers | |
All the rule files can be compiled into a single file, which can be mapped into the udev process to avoid parsing the rules with every event. Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-22 | fix the fix and change the file to wait for to the "bus" link | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-21 | Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay | Greg KH | |
2005-06-22 | fix udevstart and let all events trvel trough udev | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-20 | prepare for module loading rules and add MODALIAS key | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-18 | remove device node, when type block/char has changed | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-06-16 | [PATCH] Dialout group fix for capi devices in the gentoo rules file | Stefan Schweizer | |
currently it is not possible to use the capi devices for users even when the user is in the dialout group. Please apply the attached patch and fix the issue. There is also a gentoo bug about this: http://bugs.gentoo.org/show_bug.cgi?id=92445 diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules | |||
2005-06-16 | Makefile: remove dev.d/ hotplug.d/ from install target | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> |