summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-09-17udevd: use safe_ato*() in place of strto*()Tom Gundersen
2014-09-17udev: apply permissions to static nodes before signallying READYTom Gundersen
2014-09-17udev: only print after final log level has been determinedTom Gundersen
2014-09-17udevd: initialize epoll_event structs on allocationTom Gundersen
2014-09-17udev: don't close std{in,out,err}Tom Gundersen
2014-09-17udev: drop duplicate loggingTom Gundersen
2014-09-17udev: split out parse_argv()Tom Gundersen
2014-09-17udev: split out help and modernise a bitTom Gundersen
2014-09-13udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-13udev: remove userspace firmware loading supportKay Sievers
2014-09-10udev: timeout - increase timeoutTom Gundersen
2014-09-10udev - drop print_kmsgTom Gundersen
2014-09-01udev: bump event timeout to 60 secondsKay Sievers
2014-08-04Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-07-30udev: unify event timeout handlingKay Sievers
2014-07-30udevd: add --event-timeout commandline optionHannes Reinecke
2014-07-25udev: exclude MD from block device ownership event lockingKay Sievers
2014-06-15udev: check the return value from udev_enumerate_scan_devicesThomas Hindoe Paaboel Andersen
2014-06-15udev: really exclude device-mapper from block device ownership event lockingChristian Hesse
2014-06-07udev: guard REREADPT by exclusive lock instead of O_EXCLKay Sievers
2014-06-07udev: make sure we always get "change" for the diskKay Sievers
2014-06-07udev: guard REREADP logic with open(O_ECXL)Kay Sievers
2014-06-07[PATCH] udev: try first re-reading the partition tableAnthony G. Basile
2014-06-07udev: synthesize "change' events for partitions when tools change the diskKay Sievers
2014-06-06udevd: inotify - modernizationsKay Sievers
2014-06-06udev: exclude device-mapper from block device ownership event lockingKay Sievers
2014-06-06udev: always close lock file descriptorKay Sievers
2014-05-17udev: avoid use of uninitialized errThomas Hindoe Paaboel Andersen
2014-05-15udev: do not skip the execution of RUN when renaming a network device failsKay Sievers
2014-04-24udev: serialize/synchronize block device event handling with file locksKay Sievers
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-03-21fixed gcc warnings that call returns not checkedlhb-jr
2014-02-21everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
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: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek
2014-01-09udev: declare some symbols staticKay Sievers
2013-09-10udevd: respect the log-level set in /etc/udev/udev.confTom Gundersen
2013-08-16fix usage of glibc-specific sys/poll.hrofl0r
2013-07-31Revert "static-nodes: remove creation of static nodes if HAVE_LIBKMOD"Ian Stakenvicius
2013-07-31static-nodes: remove creation of static nodes if HAVE_LIBKMODAnthony G. Basile
2013-07-30src/udev/udevadm-hwdb.c: rename variable to match upstreamAnthony G. Basile
2013-07-30udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Anthony G. Basile
2013-07-10Fix potential memleak and use-after-free errors as reported by clangIan Stakenvicius
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-04-09build-sys: fix HAVE/ENABLE_FIRMWAREKay Sievers
2013-04-04Initial forward-port of rules.d inotify supportIan Stakenvicius