summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2016-05-31udevd: remove unnecessary cgroups handlingMurray Calavera
2015-11-22src/udev/udevd.c: add eudev startup message for kmsgRichard Narron
2015-09-11Revert "udevd: warn if we receive SIGCHLD from untracked worker"eudev/v3.1.3Anthony G. Basile
2015-07-20udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen
2015-07-20udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen
2015-06-18Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.Anthony G. Basile
2015-06-18Revert "udev: don't close std{in,out,err}"Anthony G. Basile
2015-05-27nspawn: finish user namespace supportLennart Poettering
2015-05-27udevd: main - use _exit() when daemonizingTom Gundersen
2015-05-27udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen
2015-05-27udevd: worker - use loop_write() rather than send()Tom Gundersen
2015-05-26udevd: remove stale commentTom Gundersen
2015-05-26udevd: explicitly update queue file before answering to pingTom Gundersen
2015-05-26udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-26udevd: remove unused functionThomas Hindoe Paaboel Andersen
2015-05-26udevd: don't explicitly count the number of workersTom Gundersen
2015-05-26udevd: keep workers in a hashmap rather than a listTom Gundersen
2015-05-26udevd: worker - drop reference countingTom Gundersen
2015-05-26udev: fix weird coding-styleDavid Herrmann
2015-05-26udevd: worker - allow passing NULL to worker_unref()Tom Gundersen
2015-05-26udevd: worker - use _exit() rather than exit()Tom Gundersen
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