summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2015-05-03udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen
2015-05-03udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen
2015-05-03udevd: improve logging in SIGCHLD handlingTom Gundersen
2015-04-12udevd: fix synchronization with settle when handling inotify eventsDaniel Drake
2015-04-12sd-device,udevd: fix spelling /ammend/amend/Tom Gundersen
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18udevd: improve handling of failed workerTom Gundersen
2015-03-18udevd: don't free event when killing the worker, wait until it has been reapedTom Gundersen
2015-03-18udev: simplify event_queue_update() and add debug loggingTom Gundersen
2015-03-18udevd: close race in udev settleTom Gundersen
2015-02-11src/udev/udevd.c: remove create static nodes from modulesAnthony G. Basile
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-07udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2014-12-29util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-11core: unify how we iterate over inotify eventsLennart Poettering
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: 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: switch to systemd logging functionsKay Sievers
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07s/commandline/command line/gHarald Hoyer
2014-11-07udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-07udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones
2014-10-25src/udev/udevd.c: rename apis again in static_dev_create_from_modules()Anthony G. Basile
2014-10-25src/udev/udevd.c: rename apis in static_dev_create_from_modules() alsoAnthony G. Basile
2014-10-25mac: 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-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