summaryrefslogtreecommitdiff
path: root/src/udev/udev-rules.c
AgeCommit message (Expand)Author
2017-02-25src/udev/udev-rules.c: fix global properties, issue #142Anthony G. Basile
2015-09-25Forward-ported network rule-generator code from eudev-1.10eudev/v3.1.4Ian Stakenvicius
2015-06-18Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.Anthony G. Basile
2015-04-04Revert "udev: rules - modernise add_rule a bit"Yann E. MORIN
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-18udev: add SYSCTL{} supportKay Sievers
2015-03-18libudev: add missing hunksTom Gundersen
2015-03-18libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11rule_generator: remove legacy codeAnthony G. Basile
2014-12-01udev: strings in C are NUL-terminated anyway, no need to add a second NUL...Lennart Poettering
2014-12-01udev: rules - ignore the lack of trailing newlineTom Gundersen
2014-12-01udev: rules - print the first invalid characterTom Gundersen
2014-12-01udev: rules - modernise add_rule a bitTom Gundersen
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-30treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: use properly the systemd logging functionsRonny Chevalier
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-09-17udev: rules - close empty fileTom Gundersen
2014-09-17udev: rules - add missing whitespace to log messageTom Gundersen
2014-09-17libudev: drop util_lookup_{user,group}Tom Gundersen
2014-09-13udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-13udev: allow removing tags via TAG-="foobar"David Herrmann
2014-09-10udev: fix copy-paste error in log messageTom Gundersen
2014-07-30udev: fixup commit dd5eddd28a74a49607a8fffcaf960040dba98479Hannes Reinecke
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-07-30udev: unify event timeout handlingKay Sievers
2014-07-19Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek
2014-04-24udev: increase the size of RESULT bufferRobert Milasan
2014-04-03udev: do not export "static node" tags for non-existing devicesKay Sievers
2014-03-17Use strlen even for constant stringsJosh Triplett
2014-02-21Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek
2014-02-21everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-27udev: static_node - do not exit rule after first static_node itemKay Sievers
2014-01-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-09udev: move udev_rules_check_timestamp to sharedTom Gundersen
2014-01-09udev: support custom Linux Security Module labels for device nodesKay Sievers
2014-01-09udev-rules: avoid erroring on trailing whitespaceDave Reisner
2013-09-10udev: fix printf(3) type specifierShawn Landden
2013-09-10udev: when complaining about invalid characters, print them outZbigniew Jędrzejewski-Szmek
2013-08-02rule-generator: proactively rename ifaces to avoid conflictsIan Stakenvicius
2013-07-30udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Anthony G. Basile
2013-07-30udev-rules: report rule parsing errors from get_keyDave Reisner
2013-07-07Import strxcpyx from upstreamAnthony G. Basile