2010-08-03 |
Yin Kangkai | malloc()+memset() -> calloc() |
blob | commitdiff | raw |
2010-08-02 |
Yin Kangkai | udevd: fix some memory leaks in error path |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kay Sievers | allow final assignment for OPTIONS:="nowatch" |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kay Sievers | IMPORT{cmdline}: start at first char after '=' |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Kay Sievers | add IMPORT{cmdline} |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Kay Sievers | while (1) -> for (;;) |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Kay Sievers | fix compilation with --enable-debug |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Kay Sievers | create static nodes provided by kernel modules to allow... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kay Sievers | reset process priority before executing RUN+= |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kay Sievers | add info message when empty NAME is given |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Kay Sievers | warn when renaming kernel-provided nodes instead of... |
blob | commitdiff | raw | diff to current |
2010-05-03 |
Kay Sievers | remove debug output during rules parsing |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Kay Sievers | use the usual TAG+=, TAG= logic |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Kay Sievers | all to match against a given TAG== |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Kay Sievers | add TAG= to improve event filtering and device enumeration |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Kay Sievers | fix previous commit |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Kay Sievers | remove left-over from ignore_remove and all_partitions |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Kay Sievers | remove "ignore_remove" option |
blob | commitdiff | raw | diff to current |
2010-04-13 |
Kay Sievers | remove "all_partitions" option |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Kay Sievers | replace "add|change" with "!remove" |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Kay Sievers | allow IMPORT{db}="KEY" |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Kay Sievers | libbudev-private: rename udev_list_entry_get_flag() |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Kay Sievers | print warning for BUS=, SYSFS{}=, ID= |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Kay Sievers | remove "ignore_device" |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Kay Sievers | udevd: create /dev/.udev/rules.d/ before watching it... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kay Sievers | remove "last_rule" option |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Kay Sievers | fix SYMLINK{} option parsing |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Kay Sievers | simplify "symlink name stack" |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Kay Sievers | fix randonm findings from llvm-clang-analyzer |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Kay Sievers | fix whitespace |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Jeremy Kerr | util_run_program: restore signal mask before executing... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Kay Sievers | Revert "udev-rules.c: remove 'first_token' variable" |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Florian Zumbiehl | udev-rules.c: parse_file() - fix possible buffer overflow |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Kay Sievers | udev-rules.c: remove 'first_token' variable |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Florian Zumbiehl | ude_rules.c: fix possible NULL pointer dereference... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Daniel Mierswa | use nanosleep() instead of usleep() |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kay Sievers | warn about non-readable or empty rules file |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kay Sievers | print warning for NAME="%k" - it breaks the kernel... |
blob | commitdiff | raw | diff to current |
2009-08-08 |
Alan Jenkins | fix spelling |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Kay Sievers | "record_failed" -> "fail_event_on_error" |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Kay Sievers | re-enable failed event tracking |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Kay Sievers | update a few years of copyright |
blob | commitdiff | raw | diff to current |
2009-06-28 |
Kay Sievers | do not exports properties starting with a '.' |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Kay Sievers | cleanup ./configure installation directory options |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Kay Sievers | USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_S... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Kay Sievers | allow format substitution in path of ATTR{<path>}=... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Kay Sievers | udevd: use enum instead of char in struct declaration |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Kay Sievers | require key names in uppercase |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Kay Sievers | remove unused GL_FORMAT from rules parser |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Kay Sievers | use openat(), unlinkat(), fstatat() |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Kay Sievers | use more efficient string copying |
blob | commitdiff | raw | diff to current |
2009-05-14 |
Scott James Remnant | OWNER/GROUP: fix if logic |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Kay Sievers | fix possible endless loop for GOTO to non-existent... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Kay Sievers | remove all PHYSDEVPATH handling and warning about |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Kay Sievers | IMPORT: 2048 -> 4096 bytes buffer |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Michael Prokop | fix compile error in debug mode |
blob | commitdiff | raw | diff to current |
2009-02-25 |
Kay Sievers | add "nowatch" to disable a default installed watch... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Scott James Remnant | udevd: optionally watch device nodes with inotify |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Kay Sievers | fix NAME= and OPTION+="string_escape=..." logic |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Kay Sievers | fix NAME="" logic |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Kay Sievers | Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6' |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Scott James Remnant | Allow user and group lookup to be disabled. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Kay Sievers | udevadm: test - remove --force option |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Kay Sievers | do not complain about a missing /etc/udev/rules.d/ |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Kay Sievers | libudev: device - add udev_device_get_property_value() |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Kay Sievers | enable skipping of "naming-only" rules |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Kay Sievers | silence PHYSDEV* warning for WAIT_FOR* rules |
blob | commitdiff | raw | diff to current |
2008-11-13 |
Kay Sievers | remove len == 0 check, the index root is always '\0' |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Kay Sievers | merge trie nodes, childs and root into a single array |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Kay Sievers | reserve child slot 0 |
blob | commitdiff | raw | diff to current |
2008-11-12 |
Kay Sievers | string index - split nodes and childs to allow and... |
blob | commitdiff | raw | diff to current |
2008-11-11 |
Kay Sievers | silence "comparison between signed and unsigned" |
blob | commitdiff | raw | diff to current |
2008-11-11 |
Alan Jenkins | udevd: de-duplicate strings in rules |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Kay Sievers | convert debug string arrays to functions |
blob | commitdiff | raw | diff to current |
2008-11-07 |
Kay Sievers | fix size_t compiler warning on 32 bit platforms |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Kay Sievers | cleanup /dev/.udev/queue on startup and exit |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Alan Jenkins | udevd: shrink struct token to 12 bytes |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Kay Sievers | unify string replacement |
blob | commitdiff | raw | diff to current |
2008-11-05 |
Kay Sievers | info() PROGRAM and IMPORT execution |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Kay Sievers | fix list handling in enumerate and rules file sorting |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Kay Sievers | move debugging strings inside #ifdef DEBUG |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Kay Sievers | move some info() to dbg() |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Kay Sievers | skip entire rule containing device naming keys, if... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Kay Sievers | log rules file and line number when NAME, SYMLINK,... |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Alan Jenkins | udevd: be more careful when matching against parents |
blob | commitdiff | raw | diff to current |
2008-11-01 |
Alan Jenkins | udevd: fix termination of rule execution |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Kay Sievers | ATTR{}== always fails if the attribute does not exist |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Alan Jenkins | udevd: simplify rules execution loop |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Kay Sievers | do not init string arrays, just clear first byte |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Kay Sievers | match_attr() - copy attr value only when needed |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Alan Jenkins | udevd: avoid implicit memset in match_attr() |
blob | commitdiff | raw | diff to current |
2008-10-25 |
Alan Jenkins | fix handling of string_escape option |
blob | commitdiff | raw | diff to current |
2008-10-25 |
Kay Sievers | match KEY="A|B" without temporary string copy |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | fix "unused" warnings |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | special-case "?*" match to skip fnmatch() |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | determine at rule parse time if we need to call fnmatch() |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | distinguish "match" from "assign" by (op < OP_MATCH_MAX) |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | cache uid/gid during rule parsing |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Kay Sievers | rules: let empty strings added to buffer always return... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
Kay Sievers | skip SYMLINK rules for devices without a device node |
blob | commitdiff | raw | diff to current |
next |