summaryrefslogtreecommitdiff
path: root/udev/udev-rules.c
AgeCommit message (Expand)Author
2009-01-30fix NAME="" logicKay Sievers
2009-01-20Allow user and group lookup to be disabled.Scott James Remnant
2009-01-15udevadm: test - remove --force optionKay Sievers
2009-01-15do not complain about a missing /etc/udev/rules.d/Kay Sievers
2009-01-06libudev: device - add udev_device_get_property_value()Kay Sievers
2009-01-05enable skipping of "naming-only" rulesKay Sievers
2008-11-24silence PHYSDEV* warning for WAIT_FOR* rulesKay Sievers
2008-11-13remove len == 0 check, the index root is always '\0'Kay Sievers
2008-11-13merge trie nodes, childs and root into a single arrayKay Sievers
2008-11-12reserve child slot 0Kay Sievers
2008-11-12string index - split nodes and childs to allow and unlimited number of childsKay Sievers
2008-11-11silence "comparison between signed and unsigned"Kay Sievers
2008-11-11udevd: de-duplicate strings in rulesAlan Jenkins
2008-11-07convert debug string arrays to functionsKay Sievers
2008-11-07fix size_t compiler warning on 32 bit platformsKay Sievers
2008-11-06cleanup /dev/.udev/queue on startup and exitKay Sievers
2008-11-05udevd: shrink struct token to 12 bytesAlan Jenkins
2008-11-05unify string replacementKay Sievers
2008-11-05info() PROGRAM and IMPORT executionKay Sievers
2008-11-04fix list handling in enumerate and rules file sortingKay Sievers
2008-11-01move debugging strings inside #ifdef DEBUGKay Sievers
2008-11-01move some info() to dbg()Kay Sievers
2008-11-01skip entire rule containing device naming keys, if no device can be namedKay Sievers
2008-11-01log rules file and line number when NAME, SYMLINK, OWNER, GROUP, MODE, RUN is...Kay Sievers
2008-11-01udevd: be more careful when matching against parentsAlan Jenkins
2008-11-01udevd: fix termination of rule executionAlan Jenkins
2008-10-29ATTR{}== always fails if the attribute does not existKay Sievers
2008-10-28udevd: simplify rules execution loopAlan Jenkins
2008-10-26do not init string arrays, just clear first byteKay Sievers
2008-10-26match_attr() - copy attr value only when neededKay Sievers
2008-10-26udevd: avoid implicit memset in match_attr()Alan Jenkins
2008-10-25fix handling of string_escape optionAlan Jenkins
2008-10-25match KEY="A|B" without temporary string copyKay Sievers
2008-10-24fix "unused" warningsKay Sievers
2008-10-24special-case "?*" match to skip fnmatch()Kay Sievers
2008-10-24determine at rule parse time if we need to call fnmatch()Kay Sievers
2008-10-24distinguish "match" from "assign" by (op < OP_MATCH_MAX)Kay Sievers
2008-10-24cache uid/gid during rule parsingKay Sievers
2008-10-24rules: let empty strings added to buffer always return offset 0Kay Sievers
2008-10-23skip SYMLINK rules for devices without a device nodeKay Sievers
2008-10-23udevd: fix WAIT_FOR_SYSFS execution orderAlan Jenkins
2008-10-23udevd: fix memory leakAlan Jenkins
2008-10-23shrink struct udev_eventKay Sievers
2008-10-23shrink struct udev_eventKay Sievers
2008-10-23replace in-memory rules array with match/action token listKay Sievers
2008-10-21use more appropriate alternatives to malloc()Alan Jenkins
2008-10-21replace missing get_attr_value() -> get_sysattr_value()Kay Sievers
2008-10-18prefix udev-util.c functions with util_*Kay Sievers
2008-10-18udev_list_cleanup() -> udev_list_cleanup_entries()Kay Sievers
2008-10-18move udev_rules_apply_format() to udev-event.cKay Sievers