summaryrefslogtreecommitdiff
path: root/src/run
Commit message (Expand)AuthorAgeFilesLines
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.cLennart Poettering2016-09-251-7/+11
* Merge pull request #3984 from poettering/refcntEvgeny Vereshchagin2016-08-261-25/+206
|\
| * run: optionally, wait for the service to finish and show its resultLennart Poettering2016-08-221-25/+206
* | run: respect quiet when starting timer (#4029)Nick Owens2016-08-241-3/+5
|/
* run: various minor improvementsLennart Poettering2016-08-181-12/+10
* bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering2016-08-181-6/+3
* util-lib: unify parsing of nice level valuesLennart Poettering2016-08-051-5/+3
* systemd-run: really make -E an alias for --setenv (#3654)Michał Bartoszkiewicz2016-07-051-1/+1
* run: do not try to use reply after freeing it (#3318)Zbigniew Jędrzejewski-Szmek2016-05-211-4/+3
* Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek2016-04-221-0/+4
|\
| * run: make --slice= work in conjunction with --scopeLennart Poettering2016-04-221-0/+4
* | shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering2016-04-221-0/+1
|/
* run: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek2016-04-201-4/+3
* run: change --tty option to --pty as documentedZbigniew Jędrzejewski-Szmek2016-04-191-4/+4
* run: add colon before printing started unitsIago López Galeiras2016-04-041-5/+5
* run: remove period when printing started unitsIago López Galeiras2016-03-231-5/+5
* 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