summaryrefslogtreecommitdiff
path: root/src/run
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-08-21Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek1-2/+2
2018-08-20Rename USER_CREDS_SYNTHESIZE_FALLBACK to …_PREFER_NSSZbigniew Jędrzejewski-Szmek1-1/+1
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-2/+2
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+15
2018-08-07tree-wide: shorten error logging a bitYu Watanabe1-12/+6
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-31tree-wide: some O_NDELAY → O_NONBLOCK fixesLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-28bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe1-0/+1
2018-03-21When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek1-5/+5
2018-03-20bus-util: make bus_map_all_properties() not copy stringYu Watanabe1-0/+1
2018-01-05tree-wide: install matches asynchronouslyLennart Poettering1-9/+10
2018-01-04run: double freeZbigniew Jędrzejewski-Szmek1-3/+1
2017-12-23run: add support to create transient path and socket unitYu Watanabe1-20/+66
2017-12-23bus-unit-util: add socket unit related optionsYu Watanabe1-5/+6
2017-12-11run: allow to specify multiple timer optionsYu Watanabe1-85/+49
2017-12-05run: run pty forwarder at higher event priority than the busLennart Poettering1-1/+4
2017-11-29run: rearrange error handling when adding unit propertiesLennart Poettering1-48/+53
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-16run: add "-G" as shortcut for "--property=CollectMode=inactive-or-failed"Lennart Poettering1-2/+15
2017-10-30treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek1-15/+3
2017-09-26run: also show IP traffic accounting data on "systemd-run --wait"Lennart Poettering1-2/+21
2017-09-12run: add new --pipe option for including "systemd-run" commands in shell pipe...Lennart Poettering1-18/+62
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-1/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-28run: also pin unit when we we are in --pty modeLennart Poettering1-2/+1
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering1-1/+3
2017-02-03run: exit early in --pty if service failedLennart Poettering1-27/+27
2017-02-03run: explicitly close pty forwarder before printing summaryLennart Poettering1-0/+6
2017-02-03run: complain when --pty is used together with --no-block, which makes no senseLennart Poettering1-0/+5
2017-02-02run: fix race for "systemd-run --wait"Lennart Poettering1-3/+15
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-09-25execute: move suppression of HOME=/ and SHELL=/bin/nologin into user-util.cLennart Poettering1-7/+11
2016-08-26Merge pull request #3984 from poettering/refcntEvgeny Vereshchagin1-25/+206
2016-08-24run: respect quiet when starting timer (#4029)Nick Owens1-3/+5
2016-08-22run: optionally, wait for the service to finish and show its resultLennart Poettering1-25/+206
2016-08-18run: various minor improvementsLennart Poettering1-12/+10
2016-08-18bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering1-6/+3
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering1-5/+3
2016-07-05systemd-run: really make -E an alias for --setenv (#3654)Michał Bartoszkiewicz1-1/+1
2016-05-21run: do not try to use reply after freeing it (#3318)Zbigniew Jędrzejewski-Szmek1-4/+3
2016-04-22Merge pull request #3094 from poettering/run-sliceZbigniew Jędrzejewski-Szmek1-0/+4
2016-04-22run: make --slice= work in conjunction with --scopeLennart Poettering1-0/+4
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering1-0/+1
2016-04-20run: add -E as alias for --setenvZbigniew Jędrzejewski-Szmek1-4/+3
2016-04-19run: change --tty option to --pty as documentedZbigniew Jędrzejewski-Szmek1-4/+4
2016-04-04run: add colon before printing started unitsIago López Galeiras1-5/+5