summaryrefslogtreecommitdiff
path: root/src/run
AgeCommit message (Expand)Author
2016-09-25execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.cLennart Poettering
2016-08-26Merge pull request #3984 from poettering/refcntEvgeny Vereshchagin
2016-08-24run: respect quiet when starting timer (#4029)Nick Owens
2016-08-22run: optionally, wait for the service to finish and show its resultLennart Poettering
2016-08-18run: various minor improvementsLennart Poettering
2016-08-18bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-07-05systemd-run: really make -E an alias for --setenv (#3654)Michał Bartoszkiewicz
2016-05-21run: do not try to use reply after freeing it (#3318)Zbigniew Jędrzejewski-Szmek
2016-04-22Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek
2016-04-22run: make --slice= work in conjunction with --scopeLennart Poettering
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering
2016-04-20run: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek
2016-04-19run: change --tty option to --pty as documentedZbigniew Jędrzejewski-Szmek
2016-04-04run: add colon before printing started unitsIago López Galeiras
2016-03-23run: remove period when printing started unitsIago López Galeiras
2016-03-12run: Improve the help message about timer options and existing unitsWieland Hoffmann
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17run: automatically clean up transient timers created by systemd-runLennart Poettering
2015-11-17run: when automatically generating names for transient units, use unique bus ...Lennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25run: fix "couldn't find executable" for the existing executablesEvgeny Vereshchagin
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering
2015-10-08run: various modernizations and smaller fixesLennart Poettering
2015-10-08basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering
2015-10-07machinectl: fix race when opening new shells with "machinectl shell"Lennart Poettering
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering
2015-09-01run: enable interactive authorizationEvgeny Vereshchagin
2015-07-30tree-wide: use free_and_strdup()Daniel Mack
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10Fix typoZbigniew Jędrzejewski-Szmek
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-28run: by default, wait until the transient unit finished start-upLennart Poettering
2015-04-28run: synchronously wait until the scope unit we create is startedLennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-02-18nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering
2015-02-18run: if we fail to set a property assignment then really failLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-27notify,firstboot,analyze,run: trim --help output to 80 linesZbigniew Jędrzejewski-Szmek
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering