summaryrefslogtreecommitdiff
path: root/src/udev/udev-event.c
AgeCommit message (Expand)Author
2015-09-25Forward-ported network rule-generator code from eudev-1.10eudev/v3.1.4Ian Stakenvicius
2015-06-18udevd: fix REMOVE handlingChris Clayton
2015-05-03udev: event - update tags before writing out dbTom Gundersen
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18libudev: introduce clone_with_db()Tom Gundersen
2015-03-18udevd: event - make db loading lazy in REMOVE event handlingTom Gundersen
2015-03-18libudev: introduce udev_device_properties_copy()Tom Gundersen
2015-03-18libudev: add missing hunksTom Gundersen
2015-03-18libudev: udev_device_read_db - drop unused argumentTom Gundersen
2015-03-18udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen
2015-02-11src/udev/udev-event.c: clean up net if renaming codeAnthony G. Basile
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-11rule_generator: remove legacy codeAnthony G. Basile
2015-02-08udev: event - minor nitTom Gundersen
2015-02-08udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
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-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-17udev: event - modernize spawn_exec()Tom Gundersen
2014-09-17udev: event - explicitly don't read() from invalid fdTom Gundersen
2014-09-17udev: event - modernize spawn_read()Tom Gundersen
2014-09-13udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-13skip udev: event - keep one rtnl per worker, rather than per eventAnthony G. Basile
2014-09-10udev: import the full db on MOVE events for devices without dev_tTom Gundersen
2014-09-10udev - drop print_kmsgTom Gundersen
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-07-30udev: unify event timeout handlingKay Sievers
2014-05-15udev: do not skip the execution of RUN when renaming a network device failsKay Sievers
2014-03-17udev: properly detect reference to unexisting part of PROGRAM's resultLukas Nykryn
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-13src/udev: bring up to date with upstream.Anthony G. Basile
2014-01-09udev: support custom Linux Security Module labels for device nodesKay Sievers
2013-08-16fix usage of glibc-specific sys/poll.hrofl0r
2013-08-02rule-generator: proactively rename ifaces to avoid conflictsIan Stakenvicius
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-04-07src/udev/udev-event.c: restore code to allow rule generator to workAnthony G. Basile
2013-04-02udev: updateAnthony G. Basile
2013-01-28Cleanup of spacing to help with diffsIan Stakenvicius
2013-01-28Honor DEVUID, DEVGID in addition to DEVMODEIan Stakenvicius
2012-12-12Changed --enable-split-usr to add hard-coded paths for rules etc in both / an...Ian Stakenvicius
2012-11-23Propagation of configured installation paths to Makefile.am and .c codeAnthony G. Basile
2012-11-20udev: allow helpers to be in /lib/udevEgor Y. Egorov
2012-11-13udev: properly handle symlink removal by 'change' eventKay Sievers
2012-11-12use the same email address everywhereKay Sievers
2012-11-12udev: use usec_t and now()Kay Sievers
2012-07-30udev: add missing newline when writing to /dev/kmsgKay Sievers