summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-07-16allow SYMLINK== matchKay Sievers
2007-07-15handle dynamic rules created in /dev/.udev/rules.d/Kay Sievers
2007-07-15name_list: rename loop_name -> name_loopKay Sievers
2007-07-14rules: SUSE updateKay Sievers
2007-07-14move udev_utils_run.c into udev_rules.cKay Sievers
2007-07-14add udev_rules_run() to handle RUN listKay Sievers
2007-07-14use global udev_log variable instead of parameter in run_programKay Sievers
2007-07-14add option to RUN key to ignore the return value of the programKay Sievers
2007-07-09udevtrigger: allow to specify action stringKay Sievers
2007-07-08volume_id: ext4 detectionKay Sievers
2007-07-05rules: SUSE updateKay Sievers
2007-06-25always unlink temporary file before creating new oneKay Sievers
2007-06-25rules_generator: remove executable flag from include fileKay Sievers
2007-06-23release 113Kay Sievers
2007-06-23udevd: do not use syslog if --verbose (debugging) is usedKay Sievers
2007-06-23no newline in log messagesKay Sievers
2007-06-22allow to disable the replacement of unusual charactersKay Sievers
2007-06-21Makefile: check for missing ChangeLog or RELEASE-NOTES at releaseKay Sievers
2007-06-21rules: SUSE updateKay Sievers
2007-06-21info() for ignore_removeKay Sievers
2007-06-21do not try to create existing fileKay Sievers
2007-06-21atomically replace existing nodes and symlinksKay Sievers
Based on a patch from Scott James Remnant <scott@ubuntu.com>.
2007-06-21rules: SUSE updateKay Sievers
2007-06-21rules: recognize partitions and disk devices properlyKay Sievers
2007-06-10make ATTR{[$SUBSYSTEM/$KERNEL]<attr>}="<value>" workingKay Sievers
2007-06-09fix typo in udev_utils_run.cTobias Klauser
2007-06-07vol_id: do not fail if unable to drop privilegesDavid Zeuthen
2007-06-04add missing ChangeLogKay Sievers
2007-06-04release 112Kay Sievers