summaryrefslogtreecommitdiff
path: root/src/run
Commit message (Expand)AuthorAgeFilesLines
* run: Improve the help message about timer options and existing unitsWieland Hoffmann2016-03-121-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: fix support for transient resource limit propertiesLennart Poettering2016-02-011-8/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-10/+9
* run: automatically clean up transient timers created by systemd-runLennart Poettering2015-11-171-0/+5
* run: when automatically generating names for transient units, use unique bus ...Lennart Poettering2015-11-171-7/+64
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* run: fix "couldn't find executable" for the existing executablesEvgeny Vereshchagin2015-10-251-5/+0
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-5/+11
* run: various modernizations and smaller fixesLennart Poettering2015-10-081-10/+15
* basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering2015-10-081-0/+1
* machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering2015-10-071-1/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-11/+9
* 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-051-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-271-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-221-2/+5
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* Always check asprintf return codeKarel Zak2014-07-261-8/+8