summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-30update SUSE rulesKay Sievers
2006-09-30create missing ChangeLog for version 101Kay Sievers
2006-09-30release 101Kay Sievers
2006-09-23add IMPORT operations to the udev man pageBryan Kadzban
2006-09-23cleanup default rulesBryan Kadzban
2006-09-20update slackware rulesPiter PUNK
2006-09-20fix spelling in deprecation warningKay Sievers
Found by Andreas Hanke.
2006-09-20fix udevinfo help text typoArjan Opmeer
2006-09-20udevtrigger: fix typo that prevents partition eventsMichał Bartoszkiewicz
2006-09-20update Frugalware rulesVMiklos
2006-09-19udevtrigger: trigger devices sorted by their dependencyKay 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-19udev_sysfs: unify symlink resolvingKay Sievers
2006-09-19udevinfo: print error in --attribute-walkKay Sievers
2006-09-18don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rulesKay Sievers
2006-09-18warn if a PHYSEDV* key, the "device" link, or a parent attribute is usedKay Sievers
2006-09-16clarify "specified user/group unknown" errorMiles Lane
2006-09-12volume_id: correct iso9660 high sierra headerKay Sievers
Thanks to David Härdeman.
2006-09-09rule_generator: improve net rule comment generationKay Sievers
2006-09-08udevd: add --debug-trace optionKay Sievers
2006-09-08udevd: add --verbose option to log also to stdoutKay Sievers
2006-09-08udevd: use getopt_long()Kay Sievers
2006-09-07remove Makefile magic for leading '0' in versionKay Sievers
2006-09-07release 100Kay Sievers
2006-09-07revert persistent-storage ata-serial '_' '-' replacementKay 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-07man: add $attr{} section about symlinksKay Sievers
2006-09-06fix messed up ChangeLog from release 099Kay Sievers
2006-09-06update SUSE rulesKay Sievers
2006-09-06release 099Kay Sievers
2006-09-06changes 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-05add persistent rules generator for net devices and optical drivesMarco d'Itri
2006-09-05remove broken name_cdrom.plKay Sievers
We never get an event on media change, so this script can't work.
2006-09-05udevinfo: do not show symlinks as attributes in --attribute-walkKay Sievers
2006-09-05cdrom_id: add rules file to call cdrom_idKay Sievers
2006-09-05let $attr{symlink} return the last element of the pathKay 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-05fix ENV{TEST}="Test: $env{TEST}"Kay Sievers
2006-09-03udevinfo: fix SUBSYTEMS spelling errorKay Sievers
2006-09-03fix "subsytem" typoSergey Vlasov
2006-09-03make struct option arrays static constSergey Vlasov
2006-09-03update Gentoo rulesGreg KH
2006-09-03reorder options in udevinfo man pageKay Sievers
2006-09-03udevtrigger: fix pattern matchKay Sievers
2006-09-03udevd: use files instead of symlinks for /dev/.udev/queue,failedKay Sievers
2006-09-03udevinfo: use long optionsKay Sievers
2006-09-03udevtrigger: remove unused longindexKay Sievers
2006-09-03udevtrigger: options to filter by subsystem and sysfs attributeKay Sievers
2006-09-02update TODOKay Sievers
2006-08-28udevtest: print header that ENV{} can't workKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-27run_program: close pipe fd's which are connected to child processMarco 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-27update Debian rulesMarco d'Itri