Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-06 | fix messed up ChangeLog from release 099 | Kay Sievers | |
2006-09-06 | update SUSE rules | Kay Sievers | |
2006-09-06 | release 099 | Kay Sievers | |
2006-09-06 | changes rules for ata disk from '_' to '-' | MUNEDA Takahiro | |
by-id symlink rules for ata disk only have '_' before $env{ID_SERIAL}. The rules for SCSI disk, SCSI tape, mouse, event are not '_' but '-' | |||
2006-09-05 | add persistent rules generator for net devices and optical drives | Marco d'Itri | |
2006-09-05 | remove broken name_cdrom.pl | Kay Sievers | |
We never get an event on media change, so this script can't work. | |||
2006-09-05 | udevinfo: do not show symlinks as attributes in --attribute-walk | Kay Sievers | |
2006-09-05 | cdrom_id: add rules file to call cdrom_id | Kay Sievers | |
2006-09-05 | let $attr{symlink} return the last element of the path | Kay Sievers | |
Example for /block/sda: SUBSYSTEMS="scsi", ENV{COMMENT}="$attr{driver}" sets COMMENT=sd SUBSYSTEMS="pci", ENV{COMMENT}="$attr{driver}" sets COMMENT=ata_piix | |||
2006-09-05 | fix ENV{TEST}="Test: $env{TEST}" | Kay Sievers | |
2006-09-03 | udevinfo: fix SUBSYTEMS spelling error | Kay Sievers | |
2006-09-03 | fix "subsytem" typo | Sergey Vlasov | |
2006-09-03 | make struct option arrays static const | Sergey Vlasov | |
2006-09-03 | update Gentoo rules | Greg KH | |
2006-09-03 | reorder options in udevinfo man page | Kay Sievers | |
2006-09-03 | udevtrigger: fix pattern match | Kay Sievers | |
2006-09-03 | udevd: use files instead of symlinks for /dev/.udev/queue,failed | Kay Sievers | |
2006-09-03 | udevinfo: use long options | Kay Sievers | |
2006-09-03 | udevtrigger: remove unused longindex | Kay Sievers | |
2006-09-03 | udevtrigger: options to filter by subsystem and sysfs attribute | Kay Sievers | |
2006-09-02 | update TODO | Kay Sievers | |
2006-08-28 | udevtest: print header that ENV{} can't work | Kay Sievers | |
2006-08-28 | update source file headers | Kay Sievers | |
2006-08-27 | run_program: close pipe fd's which are connected to child process | Marco d'Itri | |
When udev_log="debug", the children of udev inherit the file descriptors of the pipes used to capture output. If they are not properly closed then udev will not exit until all programs started in the background by the children are terminated or have closed the fds themselves, and this may cause deadlocks with udevsettle. | |||
2006-08-27 | update Debian rules | Marco d'Itri | |
2006-08-24 | rename major/minor variable to maj/min to avoid warning | Kay Sievers | |
2006-08-24 | use fnmatch() instead of our own pattern match code | Kay Sievers | |
2006-08-24 | udev_db.c: include <sys/stat.h> | Kay Sievers | |
2006-08-23 | 098 release | Kay Sievers | |
2006-08-23 | update Debian rules | Marco d'Itri | |
2006-08-22 | fix rc when using udev --daemon | Marco d'Itri | |
2006-08-21 | man: add ATTR{file}="value" assignment | Kay Sievers | |
2006-08-21 | db: don't create a db file for only a node name to store | Kay Sievers | |
2006-08-21 | cleanup commandline argument handling | Kay Sievers | |
Print and log failure, but don't fail for tools which are usually not used iteractively. Add '--help' to all tools. | |||
2006-08-20 | use new key names in test programs | Kay Sievers | |
2006-08-20 | always expect KEY{value} on ATTR, ATTRS, ENV keys | Kay Sievers | |
2006-08-20 | remove built-in /etc/passwd /etc/group parser | Kay Sievers | |
2006-08-20 | vol_id: use primary group of 'nobody' instead of 'nogroup' | Kay Sievers | |
This fixes a Fedora issue not having the group 'nogroup'. | |||
2006-08-20 | volume_id: add suspend partition detection | Kay Sievers | |
Based on a patch from: Scott James Remnant <scott@ubuntu.com> | |||
2006-08-20 | udevtrigger: add --retry-failed | Kay Sievers | |
2006-08-20 | fix 'unknow user' error from getpwnam/getgrnam | Marco d'Itri | |
2006-08-20 | fix typo in SUBSYSTEMS key parsing | Kay Sievers | |
2006-08-20 | export DRIVER for older kernels as a replacement for PHYSDEVDRIVER | Kay Sievers | |
2006-08-20 | update default rules | Kay Sievers | |
2006-08-20 | update SUSE rules | Kay Sievers | |
2006-08-20 | introduce ATTR{file}="value" to set sysfs attributes | Kay Sievers | |
2006-08-20 | skip rule, if too may keys of the same type are used | Kay Sievers | |
2006-08-19 | consistent key naming to match only the event device or include all parent ↵ | Kay Sievers | |
devices This scheme is more consistent and makes it obvious if a match happens against the event device only, or the full chain of parent devices. The old key names are now: BUS -> SUBSYSTEMS ID -> KERNELS SYSFS -> ATTRS DRIVER -> DRIVERS Match keys for the event device: KERNEL SUBSYSTEM ATTR DRIVER (in a future release, for now the same as DRIVERS) Match keys for all devices along the parent device chain: KERNELS SUBSYSTEMS ATTRS DRIVERS ID, BUS, SYSFS are no longer mentioned in the man page but still work. DRIVER must be converted to DRIVERS to match the new scheme. For now, an error is logged, if DRIVER is used. In a future release, the DRIVER key behaviour will change. | |||
2006-08-18 | selinux: init once in the daemon, not in every event process | Harald Hoyer | |
2006-08-18 | lookup_user, lookup_group: report "unknown user" and "lookup failed" | Kay Sievers | |
Patch from Marco, but both cases are reported as an error. |