chiark / gitweb /
move debugging strings inside #ifdef DEBUG
[elogind.git] / udev / udev-rules.c
2008-11-01 Kay Sieversmove debugging strings inside #ifdef DEBUG
2008-11-01 Kay Sieversmove some info() to dbg()
2008-11-01 Kay Sieversskip entire rule containing device naming keys, if...
2008-11-01 Kay Sieverslog rules file and line number when NAME, SYMLINK,...
2008-11-01 Alan Jenkinsudevd: be more careful when matching against parents
2008-11-01 Alan Jenkinsudevd: fix termination of rule execution
2008-10-29 Kay SieversATTR{}== always fails if the attribute does not exist
2008-10-28 Alan Jenkinsudevd: simplify rules execution loop
2008-10-26 Kay Sieversdo not init string arrays, just clear first byte
2008-10-26 Kay Sieversmatch_attr() - copy attr value only when needed
2008-10-26 Alan Jenkinsudevd: avoid implicit memset in match_attr()
2008-10-25 Alan Jenkinsfix handling of string_escape option
2008-10-25 Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-24 Kay Sieversfix "unused" warnings
2008-10-24 Kay Sieversspecial-case "?*" match to skip fnmatch()
2008-10-24 Kay Sieversdetermine at rule parse time if we need to call fnmatch()
2008-10-24 Kay Sieversdistinguish "match" from "assign" by (op < OP_MATCH_MAX)
2008-10-24 Kay Sieverscache uid/gid during rule parsing
2008-10-24 Kay Sieversrules: let empty strings added to buffer always return...
2008-10-23 Kay Sieversskip SYMLINK rules for devices without a device node
2008-10-23 Alan Jenkinsudevd: fix WAIT_FOR_SYSFS execution order
2008-10-23 Alan Jenkinsudevd: fix memory leak
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-22 Kay Sieversreplace in-memory rules array with match/action token...
2008-10-21 Alan Jenkinsuse more appropriate alternatives to malloc()
2008-10-21 Kay Sieversreplace missing get_attr_value() -> get_sysattr_value()
2008-10-18 Kay Sieversprefix udev-util.c functions with util_*
2008-10-18 Kay Sieversudev_list_cleanup() -> udev_list_cleanup_entries()
2008-10-18 Kay Sieversmove udev_rules_apply_format() to udev-event.c
2008-10-18 Kay Sieversudev_rules_run() -> udev_event_execute_run();
2008-10-18 Kay Sieversmove run_program to util
2008-10-18 Kay Sieversmake struct udev_rules opaque
2008-10-18 Kay Sieversmerge udev-rules.c and udev-rules-parse.c
2008-10-16 Kay Sieversupdate rules file parsing
2008-10-16 Kay Sieversupdate IMPORT= file/stdout property parsing
2008-10-16 Kay Sieversrun_program: prevent empty last argv entry
2008-10-16 Kay Sieversrename udev source files