summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
Commit message (Expand)AuthorAge
* udevd: don't fail if /run/udev existsTom Gundersen2014-09-18
* udev: fix typosTom Gundersen2014-09-18
* udevd: check return of various functionsTom Gundersen2014-09-18
* udevd: parse_argv - warn if argumens are invalidTom Gundersen2014-09-18
* udevd: use safe_ato*() in place of strto*()Tom Gundersen2014-09-16
* udev: apply permissions to static nodes before signallying READYTom Gundersen2014-09-16
* udev: only print after final log level has been determinedTom Gundersen2014-09-16
* udevd: initialize epoll_event structs on allocationTom Gundersen2014-09-16
* udev: don't close std{in,out,err}Tom Gundersen2014-09-16
* udev: drop duplicate loggingTom Gundersen2014-09-16
* udev: split out parse_argv()Tom Gundersen2014-09-16
* udev: split out help and modernise a bitTom Gundersen2014-09-16
* udev: timeout - warn after a third of the timeout before killingTom Gundersen2014-09-11
* udev: timeout - increase timeoutTom Gundersen2014-09-10
* udev - drop print_kmsgTom Gundersen2014-09-09
* udev: event - keep one rtnl per worker, rather than per eventTom Gundersen2014-09-09
* udev: bump event timeout to 60 secondsKay Sievers2014-08-30
* udev: remove userspace firmware loading supportKay Sievers2014-08-30
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-29
* udev: unify event timeout handlingKay Sievers2014-07-29
* udevd: add --event-timeout commandline optionHannes Reinecke2014-07-29
* udev: exclude MD from block device ownership event lockingKay Sievers2014-07-24
* udev: check the return value from udev_enumerate_scan_devicesThomas Hindoe Paaboel Andersen2014-06-10
* udev: really exclude device-mapper from block device ownership event lockingChristian Hesse2014-06-10
* udev: guard REREADPT by exclusive lock instead of O_EXCLKay Sievers2014-06-04
* udev: make sure we always get "change" for the diskKay Sievers2014-06-04
* udev: guard REREADP logic with open(O_ECXL)Kay Sievers2014-06-04
* udev: try first re-reading the partition tableKay Sievers2014-06-04
* udev: synthesize "change' events for partitions when tools change the diskKay Sievers2014-06-04
* udevd: inotify - modernizationsKay Sievers2014-06-04
* udev: exclude device-mapper from block device ownership event lockingKay Sievers2014-06-03
* udev: always close lock file descriptorKay Sievers2014-06-03
* udev: avoid use of uninitialized errThomas Hindoe Paaboel Andersen2014-05-17
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-15
* udev: serialize/synchronize block device event handling with file locksKay Sievers2014-04-13
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-13
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-13
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-13
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* udev: LOG_PRIORITY -> LOG_LEVELKay Sievers2013-12-29
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* udev: declare some symbols staticKay Sievers2013-11-12
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-06
* udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek2013-10-13
* Revert "udevd: simplify sigterm check"Colin Walters2013-08-22
* udevd: simplify sigterm checkKay Sievers2013-08-15
* udevd: respect the log-level set in /etc/udev/udev.confTom Gundersen2013-08-09
* udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Tom Gundersen2013-07-16
* static-nodes: move creation of static nodes from udevd to tmpfilesTom Gundersen2013-07-08