summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2015-03-09udevd: close race in udev settleTom Gundersen
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-05udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering
2014-12-03udevd: don't take reference for NULL rtnl objectTom Gundersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28udevd: don't set receive buffer size when socket activatedTom Gundersen
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal 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-13udev: support ENV{}=="" global property matchesKay Sievers
2014-11-13udev: move global property handling from libudev to udevdKay Sievers
2014-11-13udev: switch to systemd logging functionsKay Sievers
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-06s/commandline/command line/gHarald Hoyer
2014-11-05udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-05udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-09-18udevd: don't fail if /run/udev existsTom Gundersen
2014-09-18udev: fix typosTom Gundersen
2014-09-18udevd: check return of various functionsTom Gundersen
2014-09-18udevd: parse_argv - warn if argumens are invalidTom Gundersen
2014-09-16udevd: use safe_ato*() in place of strto*()Tom Gundersen
2014-09-16udev: apply permissions to static nodes before signallying READYTom Gundersen
2014-09-16udev: only print after final log level has been determinedTom Gundersen
2014-09-16udevd: initialize epoll_event structs on allocationTom Gundersen
2014-09-16udev: don't close std{in,out,err}Tom Gundersen
2014-09-16udev: drop duplicate loggingTom Gundersen
2014-09-16udev: split out parse_argv()Tom Gundersen
2014-09-16udev: split out help and modernise a bitTom Gundersen
2014-09-11udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-10udev: timeout - increase timeoutTom Gundersen
2014-09-09udev - drop print_kmsgTom Gundersen
2014-09-09udev: event - keep one rtnl per worker, rather than per eventTom Gundersen
2014-08-30udev: bump event timeout to 60 secondsKay Sievers
2014-08-30udev: remove userspace firmware loading supportKay Sievers
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-29udev: place opening { at the same line as the function declarationKay Sievers
2014-07-29udev: unify event timeout handlingKay Sievers
2014-07-29udevd: add --event-timeout commandline optionHannes Reinecke
2014-07-24udev: exclude MD from block device ownership event lockingKay Sievers
2014-06-10udev: check the return value from udev_enumerate_scan_devicesThomas Hindoe Paaboel Andersen
2014-06-10udev: really exclude device-mapper from block device ownership event lockingChristian Hesse
2014-06-04udev: guard REREADPT by exclusive lock instead of O_EXCLKay Sievers
2014-06-04udev: make sure we always get "change" for the diskKay Sievers
2014-06-04udev: guard REREADP logic with open(O_ECXL)Kay Sievers