summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-251-1/+14
|\
| * systemctl: show IO stats in 'status' outputLennart Poettering2019-04-121-1/+14
* | unit: Add DefaultMemoryMinChris Down2019-04-161-0/+2
* | cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-0/+3
|/
* systemctl: print a more accurate error message when we canLennart Poettering2019-04-021-1/+1
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-1/+1
* systemctl: add new --show-transaction switchLennart Poettering2019-03-271-55/+127
* systemctl: split out extra args generation into helper function of its ownLennart Poettering2019-03-271-15/+21
* systemctl: reindent tableLennart Poettering2019-03-271-15/+15
* systemctl: more SYNTHETIC_ERRNO() conversionLennart Poettering2019-03-271-2/+2
* systemctl: replace switch statement by table of structuresLennart Poettering2019-03-271-47/+21
* systemctl: define less stuff when !HAVE_SYSV_COMPATZbigniew Jędrzejewski-Szmek2019-03-261-1/+2
* systemctl: move --failed close to --state= in help textLennart Poettering2019-03-251-1/+1
* systemctl: underline sections in help textLennart Poettering2019-03-251-9/+10
* systemctl: use structured initializationLennart Poettering2019-03-251-8/+10
* systemctl: use SYNTHETIC_ERRNO everywhereLennart Poettering2019-03-251-56/+33
* systemctl: split out some SysV compat stuff into its own C fileLennart Poettering2019-03-251-111/+2
* Merge pull request #11602 from vesajaaskelainen/dbus-reboot-with-parametersLennart Poettering2019-03-221-2/+2
|\
| * systemctl: restore "systemctl reboot ARG" functionalityVesa Jääskeläinen2019-03-221-2/+2
* | systemctl: make a copy of the "verb" from argv[] before forking off a childLennart Poettering2019-03-211-2/+8
* | systemctl: tiny optimizationLennart Poettering2019-03-211-1/+1
* | systemctl: add missing OOM checkLennart Poettering2019-03-211-2/+7
* | systemctl: document argv[] arrayLennart Poettering2019-03-211-3/+3
* | systemctl: use saved_argv where we canLennart Poettering2019-03-211-7/+5
|/
* Merge pull request #12014 from poettering/systemctl-exit-fixZbigniew Jędrzejewski-Szmek2019-03-211-1/+1
|\
| * systemctl: start_unit() returns > 0 on error, let's catch that properlyLennart Poettering2019-03-201-1/+1
* | systemctl: use strv_consume() where we canLennart Poettering2019-03-201-6/+2
* | systemctl: port to static destructorsLennart Poettering2019-03-201-7/+6
|/
* bus-unit-util: split out code that shows a unit's process treeLennart Poettering2019-03-131-0/+1
* shared: split out code to wait for jobs to complet into its own source fileLennart Poettering2019-03-131-0/+1
* systemctl: drop unnecessary {}Lennart Poettering2019-03-131-4/+3
* systemctl: use strv_consume() where appropriateLennart Poettering2019-03-131-4/+2
* systemctl: minimize scope of 'p'Lennart Poettering2019-03-131-2/+8
* systemctl: refactor code to watch unit ActiveState a bitLennart Poettering2019-03-131-35/+52
* bootspec: don't log in boot_entries_load_config_auto() about no ESPLennart Poettering2019-03-131-0/+2
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-2/+2
* systemctl: add support for booting into boot menu/entryLennart Poettering2019-03-051-12/+136
* bootspec: get rid of find_default_boot_entry() entirelyLennart Poettering2019-03-051-1/+8
* bootspec: simplify find_default_boot_entry()Lennart Poettering2019-03-051-1/+1
* systemctl: let's FORK_WAIT where we canLennart Poettering2019-03-051-8/+3
* systemctl: when something is not supported use EOPNOTSUPPLennart Poettering2019-03-051-2/+2
* systemctl: be careful with boot loader entries lacking a 'linux' lineLennart Poettering2019-03-051-0/+3
* bootspec: move log msg from systemctl.c to bootspec.cLennart Poettering2019-03-051-3/+0
* systemctl: format LogExtraFields= in 'show' commandYu Watanabe2019-03-041-0/+50
* systemctl: format BindPaths= or TemporaryFileSystems= in 'show' commandYu Watanabe2019-03-041-0/+72
* systemctl: print RestrictAddressFamilies= in 'show' commandYu Watanabe2019-03-041-1/+2
* systemctl: show nothing if no LoadError=Yu Watanabe2019-03-041-1/+3
* systemctl: show IPAddressAllow= and IPAddressDeny= in 'show' commandYu Watanabe2019-03-041-0/+62
* systemctl: show SuccessExitStatus= and friendsYu Watanabe2019-03-041-0/+62