Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-01 | Merge pull request #1428 from franciozzy/tagenhance | Kay Sievers |
2015-10-01 | udev: fix format string after conversion to log_*_errno() | Michal Schmidt |
2015-09-30 | Support OP_NOMATCH for TAG key | Felipe Franciosi |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-30 | tree-wide: use free_and_strdup() | Daniel Mack |
2015-06-30 | Merge pull request #411 from teg/udev-simplify-exec-envp | Kay Sievers |
2015-06-30 | udev: remove WAIT_FOR key | Kay Sievers |
2015-06-29 | udev: event - simplify udev_event_spawn() logic | Tom Gundersen |
2015-06-10 | udevd: event - don't log about failures of spawn processes when this is expected | Tom Gundersen |
2015-06-08 | tree-wide: remove spurious space | Thomas Hindoe Paaboel Andersen |
2015-06-03 | udevd: simplify signal mask handling | Tom Gundersen |
2015-06-02 | udev: add some asserts | Tom Gundersen |
2015-03-11 | udev: add SYSCTL{} support | Kay Sievers |
2015-03-09 | libudev: add missing hunks | Tom Gundersen |
2015-03-09 | libudev: udev_device_add_property - implicitly mark properties for saving to db | Tom Gundersen |
2014-11-30 | udev: strings in C are NUL-terminated anyway, no need to add a second NUL... | Lennart Poettering |
2014-11-28 | udev: rules - ignore the lack of trailing newline | Tom Gundersen |
2014-11-28 | udev: rules - print the first invalid character | Tom Gundersen |
2014-11-28 | udev: rules - modernise add_rule a bit | Tom Gundersen |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions | Michal Schmidt |
2014-11-28 | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-13 | udev: support ENV{}=="" global property matches | Kay Sievers |
2014-11-12 | udev: use properly the systemd logging functions | Ronny Chevalier |
2014-11-12 | udev: use the systemd logging functions in udev tools | Kay Sievers |
2014-09-17 | udev: rules - close empty file | Tom Gundersen |
2014-09-16 | udev: rules - add missing whitespace to log message | Tom Gundersen |
2014-09-16 | libudev: drop util_lookup_{user,group} | Tom Gundersen |
2014-09-11 | udev: timeout - warn after a third of the timeout before killing | Tom Gundersen |
2014-09-11 | udev: allow removing tags via TAG-="foobar" | David Herrmann |
2014-09-10 | udev: fix copy-paste error in log message | Tom Gundersen |
2014-08-01 | Revert "libudev: use get_*_creds from shared rather than util_lookup_*" | Tom Gundersen |
2014-08-01 | libudev: use get_*_creds from shared rather than util_lookup_* | Tom Gundersen |
2014-07-30 | udev: fixup commit dd5eddd28a74a49607a8fffcaf960040dba98479 | Hannes Reinecke |
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers |
2014-07-29 | udev: unify event timeout handling | Kay Sievers |