summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
AgeCommit message (Expand)Author
2015-05-29udevd: only check for changed config before scheduling new eventsTom Gundersen
2015-05-29udevd: introduce manager_exit() and manager_reload()Tom Gundersen
2015-05-27udevd: fix SIGCHLD handling in --daemon modeTom Gundersen
2015-05-26udev: fix inotify handlingDavid Herrmann
2015-05-24udevd: event - fix event queue in daemenozied modeTom Gundersen
2015-05-24udevd: worker - modernize a bitTom Gundersen
2015-05-24udevd: worker - fully clean up unnecessary fdsTom Gundersen
2015-05-21nspawn: finish user namespace supportLennart Poettering
2015-05-18udevd: main - use _exit() when daemonizingTom Gundersen
2015-05-18udevd: main - reshuffleTom Gundersen
2015-05-18udevd: rename on_reque_{exit,reload} to on_sig{term,chld}Tom Gundersen
2015-05-18udevd: introduce on_event_timeout{,_warning}Tom Gundersen
2015-05-18udevd: process all SIGCHLD events every time the handler is invokedTom Gundersen
2015-05-18udevd: init/exit the builtins in manager_new/freeTom Gundersen
2015-05-18udevd: move file descriptors to ManagerTom Gundersen
2015-05-16udevd: queue - update queue state when events are queued/freedTom Gundersen
2015-05-16udevd: on_worker - distinguish between EINTR and EAGAINTom Gundersen
2015-05-16udevd: worker - use loop_write() rather than send()Tom Gundersen
2015-05-12udevd: manager - move a few global variables into the Manager objectTom Gundersen
2015-05-12udevd: pass a Manager objcet to event handlersTom Gundersen
2015-05-12udevd: remove stale commentTom Gundersen
2015-05-12udevd: explicitly update queue file before answering to pingTom Gundersen
2015-05-12udevd: explicitly read out uevents we create ourselvesTom Gundersen
2015-05-12udevd: move to sd-event-style event handlersTom Gundersen
2015-05-12udevd: make udev_ctrl_connection globalTom Gundersen
2015-05-07udevd: remove unused functionThomas Hindoe Paaboel Andersen
2015-05-06udevd: don't explicitly count the number of workersTom Gundersen
2015-05-06udevd: keep workers in a hashmap rather than a listTom Gundersen
2015-05-06udevd: worker - drop reference countingTom Gundersen
2015-05-06udev: fix weird coding-styleDavid Herrmann
2015-05-06udevd: worker - allow passing NULL to worker_unref()Tom Gundersen
2015-05-06udevd: worker - use _exit() rather than exit()Tom Gundersen
2015-05-06udevd: modernize error handlingTom Gundersen
2015-05-06udevd: use kernel cmdline parserTom Gundersen
2015-05-06udevd: worker - move some fields from the worker to the eventTom Gundersen
2015-05-06udevd: worker - introduce worker_attach_event()Tom Gundersen
2015-05-06udevd: worker - make refcounting clearerTom Gundersen
2015-05-06udevd: worker - only allocate the worker struct in the main processTom Gundersen
2015-05-06udevd: rename worker_new() to worker_spawn()Tom Gundersen
2015-05-06udevd: don't track worker exitcodeTom Gundersen
2015-04-24udevd: worker - log if worker result cannot be sentTom Gundersen
2015-04-24udevd: worker - warn if unknown worker returnsTom Gundersen
2015-04-24udevd: worker - let the kernel attach the sender pidTom Gundersen
2015-04-24udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen
2015-04-24udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen
2015-04-24udevd: improve logging in SIGCHLD handlingTom Gundersen
2015-04-11udevd: fix synchronization with settle when handling inotify eventsDaniel Drake
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-03sd-device,udevd: fix spelling /ammend/amend/Tom Gundersen
2015-03-13udev: make set_usec_initialized() internal to libudevTom Gundersen