summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-29add $name substitutionKay Sievers
2007-08-29rules: Gentoo updateMatthias Schwarzott
2007-08-29volume_id: fix linux_raid metadata version 1.0 detectionKay Sievers
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773
2007-08-28man: recreate man pagesKay Sievers
2007-08-28rules: add i2o driver ruleKay Sievers
2007-08-26rules: Gentoo updateKay Sievers
2007-08-26track "move" events to rename database and failed filesKay Sievers
2007-08-26rules: add REMOVE_CMD ruleKay Sievers
2007-08-25rules: random and urandom are 0666Kay Sievers
Thanks to: Alexander E. Patrakov <patrakov@ums.usu.ru>.
2007-08-24rules: fix two trivial typosKay Sievers
Thanks to: Alexander E. Patrakov <patrakov@ums.usu.ru>
2007-08-24set buffer size if strlcpy/strlcat indicate truncationMichael Morony
2007-08-24release 115Kay Sievers
2007-08-23Makefile: install default rulesKay Sievers
2007-08-23rules: update FedoraKay Sievers
2007-08-21rule_generator: fix wrong DRIVERS!= logicKay Sievers
Thanks to Matthias for identifying that.
2007-08-16do not ignore dynamic rule if it is the last one in the listKay Sievers
2007-08-16volume_id: fix sqashfs detectionKay Sievers
2007-08-16rules: add iowarrior ruleKay Sievers
2007-08-16accept relative path for TESTKay Sievers
2007-08-14edd_id: move persistent rules to its own fileKay Sievers
2007-08-11rules: update Fedora rulesKay Sievers
2007-08-11rules: run vol_id only for partitionsKay Sievers
Until we add support to the kernel to report media changes with a "change" event, do not read the device content, because it will not get updated when the media is removed or replaced.
2007-08-10rules: move md-raid rules to packages dirKay Sievers
2007-08-10rules: fix typo in 80-drivers.rulesHarald Hoyer
2007-08-10rules: add ia64 rulesKay Sievers
2007-08-10rules: add packages rulesKay Sievers
2007-08-10ruls: update SUSE rulesKay Sievers
2007-08-10rules: add default rulesKay Sievers
2007-08-07rules: Debian updateMarco d'Itri
2007-08-07rules_generator: fix write_cd_rules when similar names exist in the root ↵Marco d'Itri
directory The argument to find_all_rules must be quoted or it will be subject to shell expansion, which will happen if in the root directory there are mount points with the same base name. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407738 for details.
2007-08-07rules_generator: remove policy from write_cd_rulesMarco d'Itri
The decision about when to create by-id or by-path persistent rules should be made in the generator rules file where it's obvious and easy to modify locally, not in the script.
2007-08-05release 114Kay Sievers
2007-08-03rules: Gentoo updateMatthias Schwarzott
2007-08-02write changed network interface names to the kernel logKay Sievers
2007-08-02rules_generator: skip random MAC addressesKay Sievers
2007-07-31rules: Fedora updateKay Sievers
2007-07-31rules: add "do not edit" commentKay Sievers
Default udev rules are not system configuration for users to edit, we need to be able to replace them with a package update. Custom rules have to go into their own files.
2007-07-28rules: Fedora updateKay Sievers
2007-07-27rules: update SUSEKay Sievers
2007-07-27udevtrigger: trigger "driver" eventsKay Sievers
2007-07-26fix inotify to work not only onceMatthias Schwarzott
2007-07-25rules_generator: remove "installation" functionKay Sievers
This should be called by triggering events not by looping with the script itself. It also keeps a second blacklist outside of the rules which we do not want to maintain.
2007-07-25rules_generator: add S/390 persistent network supportHannes Reinecke
2007-07-25restore behavior of NAME==Kay Sievers
2007-07-25add $driver subtitutionHannes Reinecke
2007-07-25Makefile: add --as-needed flag to ldKay Sievers
2007-07-24rules: Gentoo updateMatthias Schwarzott
2007-07-24collect: extra to synchronize actions across eventsHannes Reinecke
2007-07-22libvolume_id: use /usr/$libdir in pc fileKay Sievers
2007-07-22Makefile: add "make dist" for nightly snapshotsRichard Hughes