Age | Commit message (Expand) | Author |
2015-05-18 | udevd: init/exit the builtins in manager_new/free | Tom Gundersen |
2015-05-18 | udevd: move file descriptors to Manager | Tom Gundersen |
2015-05-16 | udevd: queue - update queue state when events are queued/freed | Tom Gundersen |
2015-05-16 | udevd: on_worker - distinguish between EINTR and EAGAIN | Tom Gundersen |
2015-05-16 | udevd: worker - use loop_write() rather than send() | Tom Gundersen |
2015-05-12 | udevd: manager - move a few global variables into the Manager object | Tom Gundersen |
2015-05-12 | udevd: pass a Manager objcet to event handlers | Tom Gundersen |
2015-05-12 | udevd: remove stale comment | Tom Gundersen |
2015-05-12 | udevd: explicitly update queue file before answering to ping | Tom Gundersen |
2015-05-12 | udevd: explicitly read out uevents we create ourselves | Tom Gundersen |
2015-05-12 | udevd: move to sd-event-style event handlers | Tom Gundersen |
2015-05-12 | udevd: make udev_ctrl_connection global | Tom Gundersen |
2015-05-07 | udevd: remove unused function | Thomas Hindoe Paaboel Andersen |
2015-05-06 | udevd: don't explicitly count the number of workers | Tom Gundersen |
2015-05-06 | udevd: keep workers in a hashmap rather than a list | Tom Gundersen |
2015-05-06 | udevd: worker - drop reference counting | Tom Gundersen |
2015-05-06 | udev: fix weird coding-style | David Herrmann |
2015-05-06 | udevd: worker - allow passing NULL to worker_unref() | Tom Gundersen |
2015-05-06 | udevd: worker - use _exit() rather than exit() | Tom Gundersen |
2015-05-06 | udevd: modernize error handling | Tom Gundersen |
2015-05-06 | udevd: use kernel cmdline parser | Tom Gundersen |
2015-05-06 | udevd: worker - move some fields from the worker to the event | Tom Gundersen |
2015-05-06 | udevd: worker - introduce worker_attach_event() | Tom Gundersen |
2015-05-06 | udevd: worker - make refcounting clearer | Tom Gundersen |
2015-05-06 | udevd: worker - only allocate the worker struct in the main process | Tom Gundersen |
2015-05-06 | udevd: rename worker_new() to worker_spawn() | Tom Gundersen |
2015-05-06 | udevd: don't track worker exitcode | Tom Gundersen |
2015-04-24 | udevd: worker - log if worker result cannot be sent | Tom Gundersen |
2015-04-24 | udevd: worker - warn if unknown worker returns | Tom Gundersen |
2015-04-24 | udevd: worker - let the kernel attach the sender pid | Tom Gundersen |
2015-04-24 | udevd: don't unref worker objects on SIGSTOP/SIGCONT | Tom Gundersen |
2015-04-24 | udevd: warn if we receive SIGCHLD from untracked worker | Tom Gundersen |
2015-04-24 | udevd: improve logging in SIGCHLD handling | Tom Gundersen |
2015-04-11 | udevd: fix synchronization with settle when handling inotify events | Daniel Drake |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-03 | sd-device,udevd: fix spelling /ammend/amend/ | Tom Gundersen |
2015-03-13 | udev: make set_usec_initialized() internal to libudev | Tom Gundersen |
2015-03-13 | udev: dont use EWOULDBLOCK | David Herrmann |
2015-03-12 | udevd: improve handling of failed worker | Tom Gundersen |
2015-03-12 | udevd: don't free event when killing the worker, wait until it has been reaped | Tom Gundersen |
2015-03-09 | udev: simplify event_queue_update() and add debug logging | Tom Gundersen |
2015-03-09 | udevd: close race in udev settle | Tom Gundersen |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the vari... | Lennart Poettering |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-03 | udevd: don't take reference for NULL rtnl object | Tom Gundersen |