| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering | 2015-11-27 | 1 | -10/+9 |
* | run: automatically clean up transient timers created by systemd-run | Lennart Poettering | 2015-11-17 | 1 | -0/+5 |
* | run: when automatically generating names for transient units, use unique bus ... | Lennart Poettering | 2015-11-17 | 1 | -7/+64 |
* | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | 2015-11-16 | 1 | -1/+1 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering | 2015-10-26 | 1 | -0/+1 |
* | run: fix "couldn't find executable" for the existing executables | Evgeny Vereshchagin | 2015-10-25 | 1 | -5/+0 |
* | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | 2015-10-25 | 1 | -0/+1 |
* | path-util: rework find_binary(), fsck_exists() and mkfs_exists() | Lennart Poettering | 2015-10-24 | 1 | -5/+11 |
* | run: various modernizations and smaller fixes | Lennart Poettering | 2015-10-08 | 1 | -10/+15 |
* | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering | 2015-10-08 | 1 | -0/+1 |
* | machinectl: fix race when opening new shells with "machinectl shell" | Lennart Poettering | 2015-10-07 | 1 | -1/+1 |
* | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering | 2015-09-29 | 1 | -1/+1 |
* | util: introduce common version() implementation and use it everywhere | Lennart Poettering | 2015-09-29 | 1 | -11/+9 |
* | machined: call unlockpt() in container, not host | Lennart Poettering | 2015-09-01 | 1 | -3/+3 |
* | run: enable interactive authorization | Evgeny Vereshchagin | 2015-09-01 | 1 | -0/+39 |
* | tree-wide: use free_and_strdup() | Daniel Mack | 2015-07-30 | 1 | -6/+2 |
* | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering | 2015-07-03 | 1 | -1/+1 |
* | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering | 2015-06-15 | 1 | -6/+3 |
* | Fix typo | Zbigniew Jędrzejewski-Szmek | 2015-06-10 | 1 | -1/+1 |
* | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering | 2015-05-29 | 1 | -0/+1 |
* | core: rework unit name validation and manipulation logic | Lennart Poettering | 2015-05-06 | 1 | -22/+22 |
* | run: by default, wait until the transient unit finished start-up | Lennart Poettering | 2015-04-28 | 1 | -4/+32 |
* | run: synchronously wait until the scope unit we create is started | Lennart Poettering | 2015-04-28 | 1 | -7/+35 |
* | shared: add formats-util.h | Ronny Chevalier | 2015-04-10 | 1 | -0/+1 |
* | nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 | Lennart Poettering | 2015-02-18 | 1 | -1/+1 |
* | run: if we fail to set a property assignment then really fail | Lennart Poettering | 2015-02-18 | 1 | -7/+2 |
* | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 2015-02-03 | 1 | -1/+1 |
* | notify,firstboot,analyze,run: trim --help output to 80 lines | Zbigniew Jędrzejewski-Szmek | 2015-01-28 | 1 | -5/+5 |
* | machinectl: make sure that "machinectl login" exits immediately when the mach... | Lennart Poettering | 2015-01-07 | 1 | -1/+1 |
* | run: uninitialized variable | Zbigniew Jędrzejewski-Szmek | 2014-12-25 | 1 | -8/+4 |
* | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering | 2014-12-24 | 1 | -2/+2 |
* | systemd-run: support -t mode when combined with -M | Lennart Poettering | 2014-12-23 | 1 | -30/+70 |
* | systemd-run: add --quiet mode to suppress informational message on TTY usage | Lennart Poettering | 2014-12-23 | 1 | -6/+15 |
* | run: add a new "-t" mode for invoking a binary on an allocated TTY | Lennart Poettering | 2014-12-23 | 1 | -153/+272 |
* | run: introduce timer support option | WaLyong Cho | 2014-12-09 | 1 | -139/+489 |
* | treewide: another round of simplifications | Michal Schmidt | 2014-11-28 | 1 | -16/+8 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -5/+5 |
* | treewide: yet more log_*_errno + return simplifications | Michal Schmidt | 2014-11-28 | 1 | -8/+4 |
* | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt | 2014-11-28 | 1 | -4/+3 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -3/+3 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -3/+3 |
* | Do not check for existence of remote binaries | Zbigniew Jędrzejewski-Szmek | 2014-11-23 | 1 | -2/+5 |
* | bus: always explicitly close bus from main programs | Lennart Poettering | 2014-08-04 | 1 | -1/+1 |
* | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek | 2014-08-04 | 1 | -7/+4 |
* | Always check asprintf return code | Karel Zak | 2014-07-26 | 1 | -8/+8 |
* | analyze/run: use bus_open_transport_systemd instead of bus_open_transport | Thomas Bächler | 2014-05-26 | 1 | -1/+1 |
* | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | 2014-05-15 | 1 | -2/+2 |
* | systemd-run: don't print error messages twice | Lennart Poettering | 2014-03-05 | 1 | -34/+38 |