summaryrefslogtreecommitdiff
path: root/src/run
Commit message (Expand)AuthorAge
* nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2015-02-18
* run: if we fail to set a property assignment then really failLennart Poettering2015-02-18
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek2015-01-27
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-07
* run: uninitialized variableZbigniew Jędrzejewski-Szmek2014-12-25
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-24
* systemd-run: support -t mode when combined with -MLennart Poettering2014-12-23
* systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering2014-12-23
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-23
* run: introduce timer support optionWaLyong Cho2014-12-09
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-22
* bus: always explicitly close bus from main programsLennart Poettering2014-08-04
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Always check asprintf return codeKarel Zak2014-07-26
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-26
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* systemd-run: don't print error messages twiceLennart Poettering2014-03-05
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2014-03-05
* systemd-run: add some extra safety checksLennart Poettering2014-03-05
* systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering2014-03-05
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-06
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-05
* run: drop mistakenly committed test codeLennart Poettering2014-01-31
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-31
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-21
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-12
* bus: port remaining code over to use bus_error_message()Lennart Poettering2013-11-08
* localectl: port over to bus_log_create_error()Lennart Poettering2013-11-08
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* run: support --system to match other commands, even if redundantLennart Poettering2013-11-06
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-30
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* Fix two compiler warningsZbigniew Jędrzejewski-Szmek2013-09-09
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-30
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-26
* man: extend systemd-run man page a littleLennart Poettering2013-07-19
* core: add support to run transient units in arbitrary slicesLennart Poettering2013-07-01
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-01
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-01