| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop... | Lennart Poettering | 2014-03-05 | 1 | -3/+71 |
* | systemd-run: add some extra safety checks | Lennart Poettering | 2014-03-05 | 1 | -2/+2 |
* | systemd-run: add new --property= switch that can set arbitrary properties for... | Lennart Poettering | 2014-03-05 | 1 | -23/+55 |
* | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering | 2014-02-20 | 1 | -1/+2 |
* | nspawn: add --quiet switch for turning off any output noise | Lennart Poettering | 2014-02-06 | 1 | -1/+1 |
* | core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat... | Lennart Poettering | 2014-02-05 | 1 | -26/+120 |
* | run: drop mistakenly committed test code | Lennart Poettering | 2014-01-31 | 1 | -8/+0 |
* | core: introduce new stop protocol for unit scopes | Lennart Poettering | 2014-01-31 | 1 | -0/+8 |
* | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek | 2013-12-26 | 1 | -3/+3 |
* | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek | 2013-12-26 | 1 | -3/+3 |
* | logind,machined,run: properly invoke StartTransientUnit() bus call | Lennart Poettering | 2013-11-21 | 1 | -0/+4 |
* | bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call() | Lennart Poettering | 2013-11-12 | 1 | -1/+1 |
* | bus: port remaining code over to use bus_error_message() | Lennart Poettering | 2013-11-08 | 1 | -10/+16 |
* | localectl: port over to bus_log_create_error() | Lennart Poettering | 2013-11-08 | 1 | -0/+1 |
* | clients: unify how we invoke getopt_long() | Lennart Poettering | 2013-11-06 | 1 | -5/+3 |