summaryrefslogtreecommitdiffstats
path: root/src/systemctl/systemctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-291-5/+5
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-11/+11
* core: add mount options support for MountImagesLuca Boccassi2020-08-201-7/+39
* systemctl: add --timestamp to change timestamp print formatLuca Boccassi2020-08-191-11/+32
* fix typo in systemctl helpMatt Fenwick2020-08-071-1/+1
* core: new feature MountImagesLuca Boccassi2020-08-051-0/+33
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-1/+1
* table add table_log_show_error()fangxiuning2020-07-081-1/+1
* shared: split out code for printing propertiesLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* core: add RootHashSignature service parameterLuca Boccassi2020-06-251-1/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-4/+4
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-1/+1
* Improve message for scheduled shutdown or rebootTomáš Pospíšek2020-06-141-1/+7
* Merge pull request #15940 from keszybz/names-set-optimizationLennart Poettering2020-06-101-1/+1
|\
| * core: store unit aliases in a separate setZbigniew Jędrzejewski-Szmek2020-06-101-1/+1
* | resolvectl,systemctl: reduce scope of variablesZbigniew Jędrzejewski-Szmek2020-06-031-3/+2
* | Introduce strcasecmp_ptr() and use it in a few placesZbigniew Jędrzejewski-Szmek2020-06-031-38/+15
* | #15773 add --reboot-argument to systemctl rebootlaydervus2020-05-291-5/+25
|/
* systemctl: Fix frozen state coloringMichal Koutný2020-05-191-1/+1
* systemctl: Check clean_or_freeze_unit(): Add assert if unknown methodBenjamin Robin2020-05-131-0/+2
* systemctl: fix indentation of 'Active:' field in status outputLennart Poettering2020-05-131-1/+1
* systemctl: switch to BusLocator-oriented helpersVito Caputo2020-05-071-398/+53
* systemctl: underline whole rows, gaplessLennart Poettering2020-05-061-14/+14
* systemctl: ensure underline for "list-unit-files" empty cellsLennart Poettering2020-05-061-2/+3
* systemctl: let's tweak how we synthesize a cell for activating unitLennart Poettering2020-05-061-7/+15
* systemctl: change column name in "list-sockets" out from "units" to "unit"Lennart Poettering2020-05-061-1/+1
* systemctl: show empty cells as '-'Lennart Poettering2020-05-061-0/+12
* Merge pull request #15692 from keszybz/preset-cleanupLennart Poettering2020-05-061-31/+63
|\
| * systemctl: do not show preset state for "static"/"alias"/"generated"/"transie...Zbigniew Jędrzejewski-Szmek2020-05-051-24/+46
| * systemctl: add new enablement state "alias"Zbigniew Jędrzejewski-Szmek2020-05-051-1/+4
| * shared/install: optionally cache the preset listZbigniew Jędrzejewski-Szmek2020-05-051-3/+3
| * systemctl: fix --root support in querying presetsZbigniew Jędrzejewski-Szmek2020-05-051-1/+1
| * systemctl: refuse online-only ops with --rootZbigniew Jędrzejewski-Szmek2020-05-051-0/+6
| * systemctl: mark log-level,log-target,service-watchdogs as online-onlyZbigniew Jędrzejewski-Szmek2020-05-051-3/+3
| * systemctl: fix hint when 'systemctl help' is givenZbigniew Jędrzejewski-Szmek2020-05-051-1/+2
* | systemctl: optionally output tables in JSON formatLennart Poettering2020-05-051-10/+30
* | core: introduce support for cgroup freezerMichal Sekletár2020-04-301-9/+30
|/
* sd-bus: work around ubsan warningLennart Poettering2020-04-231-1/+1
* systemctl: hide first column with --plain instead of --no-legendJouke Witteveen2020-04-171-4/+4
* systemctl: add -P as short for --value --property=Zbigniew Jędrzejewski-Szmek2020-04-031-4/+7
* systemctl: exit with 1 if no unit files foundGiedrius Statkevičius2020-03-251-0/+3
* Merge pull request #14749 from msekletar/cpu-aff-numa-v3Zbigniew Jędrzejewski-Szmek2020-03-181-0/+1
|\
| * shared: split out NUMA code from cpu-set-util.c to numa-util.cMichal Sekletár2020-03-161-0/+1
* | systemctl: print a notice when set-default is not effectiveZbigniew Jędrzejewski-Szmek2020-03-171-10/+30
* | systemctl: emit notice about some kernel commandline optionsZbigniew Jędrzejewski-Szmek2020-03-131-1/+39
|/
* systemctl: hide the 'glyph' column when --no-legend is requestedFrantisek Sumsal2020-03-111-5/+14
* systemctl: make list-dependencies take multiple argumentsZbigniew Jędrzejewski-Szmek2020-03-051-18/+27
* systemctl: do not print items twice in list-dependenciesZbigniew Jędrzejewski-Szmek2020-03-041-0/+2