Age | Commit message (Expand) | Author |
2015-05-27 | ata_id: drop spurious space | Lennart Poettering |
2015-05-27 | udevd: on_worker - distinguish between EINTR and EAGAIN | Tom Gundersen |
2015-05-27 | src/shared/util.h: import loop_write() from upstream | Anthony G. Basile |
2015-05-27 | udevd: worker - use loop_write() rather than send() | Tom Gundersen |
2015-05-27 | udev-ctrl: make _unref() always return NULL | Tom Gundersen |
2015-05-26 | udevd: remove stale comment | Tom Gundersen |
2015-05-26 | udevd: explicitly update queue file before answering to ping | Tom Gundersen |
2015-05-26 | udevd: make udev_ctrl_connection global | Tom Gundersen |
2015-05-26 | treewide: Correct typos and spell plural of bus consistent | Torstein Husebø |
2015-05-26 | udevd: remove unused function | Thomas Hindoe Paaboel Andersen |
2015-05-26 | udevd: don't explicitly count the number of workers | Tom Gundersen |
2015-05-26 | udevd: keep workers in a hashmap rather than a list | Tom Gundersen |
2015-05-26 | udevd: worker - drop reference counting | Tom Gundersen |
2015-05-26 | udev: fix weird coding-style | David Herrmann |
2015-05-26 | udevd: worker - allow passing NULL to worker_unref() | Tom Gundersen |
2015-05-26 | udevd: worker - use _exit() rather than exit() | Tom Gundersen |
2015-05-26 | src/shared/util.[ch]: import functions from upstream for previous commits | Anthony G. Basile |
2015-05-26 | udevd: modernize error handling | Tom Gundersen |
2015-05-26 | udevd: use kernel cmdline parser | Tom Gundersen |
2015-05-26 | udevd: worker - move some fields from the worker to the event | Tom Gundersen |
2015-05-26 | udevd: worker - introduce worker_attach_event() | Tom Gundersen |
2015-05-26 | udevd: worker - make refcounting clearer | Tom Gundersen |
2015-05-26 | udevd: worker - only allocate the worker struct in the main process | Tom Gundersen |
2015-05-26 | udevd: rename worker_new() to worker_spawn() | Tom Gundersen |
2015-05-26 | udevd: don't track worker exitcode | Tom Gundersen |
2015-05-04 | core: rework cgroup path parse logic | Lennart Poettering |
2015-05-04 | path-util: fix fstat fallback in fd_is_mount_point | Thomas Hindoe Paaboel Andersen |
2015-05-04 | sysctl: minor simplifications | Lennart Poettering |
2015-05-04 | path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t... | Lennart Poettering |
2015-05-04 | util: Fix assertion in split() on missing ' | Martin Pitt |
2015-05-03 | shared/hashmap: normalize whitespace | Zbigniew Jędrzejewski-Szmek |
2015-05-03 | udevd: worker - log if worker result cannot be sent | Tom Gundersen |
2015-05-03 | udevd: worker - warn if unknown worker returns | Tom Gundersen |
2015-05-03 | src/udev/udevd.c: remove initializer for struct for gcc-4.5. | Anthony G. Basile |
2015-05-03 | udevd: worker - let the kernel attach the sender pid | Tom Gundersen |
2015-05-03 | udevd: don't unref worker objects on SIGSTOP/SIGCONT | Tom Gundersen |
2015-05-03 | udevd: warn if we receive SIGCHLD from untracked worker | Tom Gundersen |
2015-05-03 | udevd: improve logging in SIGCHLD handling | Tom Gundersen |
2015-05-03 | src/shared/util.h: import xsprintf() from upstream. | Anthony G. Basile |
2015-05-03 | udev: event - update tags before writing out db | Tom Gundersen |
2015-05-03 | udev: Fix ping timeout when settle timeout is 0 | Nir Soffer |
2015-05-03 | udevadm: enclose invocation of unlinkat() with a (void) cast | Lennart Poettering |
2015-05-03 | udev: settle should return immediately when timeout is 0 | Nir Soffer |
2015-05-03 | udev-builtin-usb_id: fix inverted condition | Zbigniew Jędrzejewski-Szmek |
2015-05-03 | udev-builtin-usb_id: simplification | Zbigniew Jędrzejewski-Szmek |
2015-05-03 | udev: downgrade a few warnings to debug messages | Lennart Poettering |
2015-05-03 | input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboard | Hans de Goede |
2015-05-03 | udev: input_id: Make test_pointer / test_keys return if they've found anything | Hans de Goede |
2015-05-03 | udev: input_id: whitespace fixes | Peter Hutterer |
2015-05-03 | libudev: monitor - fix typo in log message | Tom Gundersen |