Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-30 | update SUSE rules | Kay Sievers | |
2006-09-30 | create missing ChangeLog for version 101 | Kay Sievers | |
2006-09-30 | release 101 | Kay Sievers | |
2006-09-23 | add IMPORT operations to the udev man page | Bryan Kadzban | |
2006-09-23 | cleanup default rules | Bryan Kadzban | |
2006-09-20 | update slackware rules | Piter PUNK | |
2006-09-20 | fix spelling in deprecation warning | Kay Sievers | |
Found by Andreas Hanke. | |||
2006-09-20 | fix udevinfo help text typo | Arjan Opmeer | |
2006-09-20 | udevtrigger: fix typo that prevents partition events | Michał Bartoszkiewicz | |
2006-09-20 | update Frugalware rules | VMiklos | |
2006-09-19 | udevtrigger: trigger devices sorted by their dependency | Kay Sievers | |
Resolve the links to the real device location in the tree, and sort the list, to make sure that parent devices are triggered before their childs. | |||
2006-09-19 | udev_sysfs: unify symlink resolving | Kay Sievers | |
2006-09-19 | udevinfo: print error in --attribute-walk | Kay Sievers | |
2006-09-18 | don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rules | Kay Sievers | |
2006-09-18 | warn if a PHYSEDV* key, the "device" link, or a parent attribute is used | Kay Sievers | |
2006-09-16 | clarify "specified user/group unknown" error | Miles Lane | |
2006-09-12 | volume_id: correct iso9660 high sierra header | Kay Sievers | |
Thanks to David Härdeman. | |||
2006-09-09 | rule_generator: improve net rule comment generation | Kay Sievers | |
2006-09-08 | udevd: add --debug-trace option | Kay Sievers | |
2006-09-08 | udevd: add --verbose option to log also to stdout | Kay Sievers | |
2006-09-08 | udevd: use getopt_long() | Kay Sievers | |
2006-09-07 | remove Makefile magic for leading '0' in version | Kay Sievers | |
2006-09-07 | release 100 | Kay Sievers | |
2006-09-07 | revert persistent-storage ata-serial '_' '-' replacement | Kay Sievers | |
It's not worth changing it, also scsi usually has an underscore in the SERIAL string itself: scsi-SSEAGATE_ST3146854SS_3KN0JH8600008609GTBW scsi-SATA_HTS726060M9AT00_MRH453M4HWHG7B | |||
2006-09-07 | man: add $attr{} section about symlinks | Kay Sievers | |
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 | |