summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2015-05-26udevd: modernize error handlingTom Gundersen
2015-05-26udevd: use kernel cmdline parserTom Gundersen
2015-05-26udevd: worker - move some fields from the worker to the eventTom Gundersen
2015-05-26udevd: worker - introduce worker_attach_event()Tom Gundersen
2015-05-26udevd: worker - make refcounting clearerTom Gundersen
2015-05-26udevd: worker - only allocate the worker struct in the main processTom Gundersen
2015-05-26udevd: rename worker_new() to worker_spawn()Tom Gundersen
2015-05-26udevd: don't track worker exitcodeTom Gundersen
2015-05-03udevd: worker - log if worker result cannot be sentTom Gundersen
2015-05-03udevd: worker - warn if unknown worker returnsTom Gundersen
2015-05-03src/udev/udevd.c: remove initializer for struct for gcc-4.5.Anthony G. Basile
2015-05-03udevd: worker - let the kernel attach the sender pidTom Gundersen
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