summaryrefslogtreecommitdiffstats
path: root/src/run (follow)
Commit message (Expand)AuthorAgeFilesLines
* machined: call unlockpt() in container, not hostLennart Poettering2015-09-011-3/+3
* run: enable interactive authorizationEvgeny Vereshchagin2015-09-011-0/+39
* tree-wide: use free_and_strdup()Daniel Mack2015-07-301-6/+2
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-6/+3
* Fix typoZbigniew Jędrzejewski-Szmek2015-06-101-1/+1
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-061-22/+22
* run: by default, wait until the transient unit finished start-upLennart Poettering2015-04-281-4/+32
* run: synchronously wait until the scope unit we create is startedLennart Poettering2015-04-281-7/+35
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2015-02-181-1/+1
* run: if we fail to set a property assignment then really failLennart Poettering2015-02-181-7/+2
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek2015-01-281-5/+5
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-071-1/+1
* run: uninitialized variableZbigniew Jędrzejewski-Szmek2014-12-251-8/+4
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-2/+2
* systemd-run: support -t mode when combined with -MLennart Poettering2014-12-231-30/+70
* systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering2014-12-231-6/+15
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-231-153/+272
* run: introduce timer support optionWaLyong Cho2014-12-091-139/+489
* treewide: another round of simplificationsMichal Schmidt2014-11-281-16/+8
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-4/+3
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-231-2/+5
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-041-7/+4
* Always check asprintf return codeKarel Zak2014-07-261-8/+8
* analyze/run: use bus_open_transport_systemd instead of bus_open_transportThomas Bächler2014-05-261-1/+1
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* systemd-run: don't print error messages twiceLennart Poettering2014-03-051-34/+38
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop...Lennart Poettering2014-03-051-3/+71
* systemd-run: add some extra safety checksLennart Poettering2014-03-051-2/+2
* systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering2014-03-051-23/+55
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+2
* nspawn: add --quiet switch for turning off any output noiseLennart Poettering2014-02-061-1/+1
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-051-26/+120
* run: drop mistakenly committed test codeLennart Poettering2014-01-311-8/+0
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-311-0/+8
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-3/+3
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-3/+3
* logind,machined,run: properly invoke StartTransientUnit() bus callLennart Poettering2013-11-211-0/+4
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-1/+1
* bus: port remaining code over to use bus_error_message()Lennart Poettering2013-11-081-10/+16
* localectl: port over to bus_log_create_error()Lennart Poettering2013-11-081-0/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3