Age | Commit message (Expand) | Author |
2016-09-25 | execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.c | Lennart Poettering |
2016-08-26 | Merge pull request #3984 from poettering/refcnt | Evgeny Vereshchagin |
2016-08-24 | run: respect quiet when starting timer (#4029) | Nick Owens |
2016-08-22 | run: optionally, wait for the service to finish and show its result | Lennart Poettering |
2016-08-18 | run: various minor improvements | Lennart Poettering |
2016-08-18 | bus-util: unify loop around bus_append_unit_property_assignment() | Lennart Poettering |
2016-08-05 | util-lib: unify parsing of nice level values | Lennart Poettering |
2016-07-05 | systemd-run: really make -E an alias for --setenv (#3654) | Michał Bartoszkiewicz |
2016-05-21 | run: do not try to use reply after freeing it (#3318) | Zbigniew Jędrzejewski-Szmek |
2016-04-22 | Merge pull request #3094 from poettering/run-slice | Zbigniew Jędrzejewski-Szmek |
2016-04-22 | run: make --slice= work in conjunction with --scope | Lennart Poettering |
2016-04-22 | shared: move unit-specific code from bus-util.h to bus-unit-util.h | Lennart Poettering |
2016-04-20 | run: add -E as alias for --setenv | Zbigniew Jędrzejewski-Szmek |
2016-04-19 | run: change --tty option to --pty as documented | Zbigniew Jędrzejewski-Szmek |
2016-04-04 | run: add colon before printing started units | Iago López Galeiras |
2016-03-23 | run: remove period when printing started units | Iago López Galeiras |
2016-03-12 | run: Improve the help message about timer options and existing units | Wieland Hoffmann |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-01 | core: fix support for transient resource limit properties | Lennart Poettering |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-17 | run: automatically clean up transient timers created by systemd-run | Lennart Poettering |
2015-11-17 | run: when automatically generating names for transient units, use unique bus ... | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-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 | run: fix "couldn't find executable" for the existing executables | Evgeny Vereshchagin |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | path-util: rework find_binary(), fsck_exists() and mkfs_exists() | Lennart Poettering |
2015-10-08 | run: various modernizations and smaller fixes | Lennart Poettering |
2015-10-08 | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering |
2015-10-07 | machinectl: fix race when opening new shells with "machinectl shell" | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-01 | machined: call unlockpt() in container, not host | Lennart Poettering |
2015-09-01 | run: enable interactive authorization | Evgeny Vereshchagin |
2015-07-30 | tree-wide: use free_and_strdup() | Daniel Mack |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-10 | Fix typo | Zbigniew Jędrzejewski-Szmek |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-05 | core: rework unit name validation and manipulation logic | Lennart Poettering |
2015-04-28 | run: by default, wait until the transient unit finished start-up | Lennart Poettering |
2015-04-28 | run: synchronously wait until the scope unit we create is started | Lennart Poettering |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-02-18 | nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1 | Lennart Poettering |
2015-02-18 | run: if we fail to set a property assignment then really fail | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-01-27 | notify,firstboot,analyze,run: trim --help output to 80 lines | Zbigniew Jędrzejewski-Szmek |
2015-01-07 | machinectl: make sure that "machinectl login" exits immediately when the mach... | Lennart Poettering |