summaryrefslogtreecommitdiffstats
path: root/src/systemctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* systemctl: drop pointless bitfieldZbigniew Jędrzejewski-Szmek2024-02-201-1/+1
* systemctl: drop chain invocation of telinitMichael Biebl2024-02-154-23/+2
* systemctl: don't warn unit needs reload if --no-warnMike Yuan2024-02-141-0/+3
* systemctl: fix typoYu Watanabe2024-02-091-1/+1
* systemctl: allow --now only if not install_client_side()Mike Yuan2024-02-091-6/+11
* systemctl: support disable/mask --now with unit templateMike Yuan2024-02-091-9/+30
* systemctl-util: some modernizationsMike Yuan2024-02-092-33/+23
* Remove duplicated command in help messageMartin Trigaux2024-01-231-1/+1
* tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering2024-01-171-5/+1
* systemctl-is-system-running: display "offline" with --imageAntonio Alvarez Feijoo2024-01-151-1/+1
* test: reinitialize arg_transport before parsing argumentsFrantisek Sumsal2024-01-061-0/+4
* systemctl: use SYNTHETIC_ERRNO()Frantisek Sumsal2023-12-251-7/+6
* systemctl: swap cached_id_map and cached_name_map at one more placeYu Watanabe2023-12-231-1/+1
* systemctl: swap cached_id_map and cached_name_mapYu Watanabe2023-12-221-5/+5
* systemctl: configure boot loader options only when going through firmwareMike Yuan2023-12-201-15/+14
* systemctl: show success messages when showing transactionMatteo Croce2023-12-191-0/+1
* dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-1/+3
* Merge pull request #30399 from YHNdnzj/memory-accounting-always-peakYu Watanabe2023-12-101-6/+16
|\
| * systemctl-show: always show memory peak if availableMike Yuan2023-12-091-6/+16
* | systemctl: fix copy/pasteLuca Boccassi2023-12-091-1/+0
|/
* Merge pull request #30302 from keszybz/systemd-edit-stdinZbigniew Jędrzejewski-Szmek2023-12-063-2/+17
|\
| * systemctl: add "edit --stdin"Zbigniew Jędrzejewski-Szmek2023-12-053-2/+17
* | Merge pull request #29853 from YHNdnzj/sleep-automatedZbigniew Jędrzejewski-Szmek2023-12-065-2/+14
|\ \
| * | systemctl: add support for Sleep() logind callMike Yuan2023-12-055-2/+14
| |/
* | systemctl-whoami: use pidfd to refer to processesMike Yuan2023-12-061-30/+134
* | Merge pull request #30101 from poettering/underline-reworkLennart Poettering2023-12-061-29/+52
|\ \ | |/ |/|
| * systemctl: also grey out useful hints in output, since no primary contents sh...Lennart Poettering2023-11-201-5/+7
| * systemctl: port to the new underline cell attributeLennart Poettering2023-11-201-24/+45
* | systemctl: include unit ID in the property mapFrantisek Sumsal2023-11-251-0/+1
* | systemctl: distinguish reload and reexecChristian Hesse2023-11-221-2/+4
* | systemctl: fix typoYu Watanabe2023-11-211-1/+1
* | systemctl-show: only show available memory if it was artifically limitedFlorian Schmaus2023-11-211-3/+6
|/
* Merge pull request #29995 from keszybz/voidify-timestamp-gettersLennart Poettering2023-11-132-2/+2
|\
| * Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-132-2/+2
* | core: rename MemoryZswapCurrent -> MemoryZSwapCurrentYu Watanabe2023-11-131-1/+1
|/
* systemctl-show: merge subsequent swap printf() blocksFlorian Schmaus2023-11-121-5/+2
* cgroup: add support for memory.zswap.currentFlorian Schmaus2023-11-121-1/+10
* cgroup: add support for memory.swap.currentFlorian Schmaus2023-11-111-3/+12
* cgroup: add support for memory.swap.peakFlorian Schmaus2023-11-111-0/+9
* systemctl: grey out legendLennart Poettering2023-11-071-5/+13
* cgroup: add support for memory.peakFlorian Schmaus2023-11-061-1/+9
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-022-2/+2
* parse-util: add parse_tristate() and use it everywhereLennart Poettering2023-11-011-8/+3
* Merge pull request #29553 from keszybz/analyze-cat-config-tldrLuca Boccassi2023-10-251-1/+1
|\
| * analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek2023-10-241-1/+1
* | systemctl: fallback if logind doesn't support new flagLuca Boccassi2023-10-231-0/+12
* | systemctl: automatically softreboot/kexec if set up on rebootLuca Boccassi2023-10-202-5/+7
* | Merge pull request #29595 from YHNdnzj/systemctl-failed-systemLuca Boccassi2023-10-194-14/+41
|\ \
| * | systemctl: is-failed: check if system is degraded when no unit givenMike Yuan2023-10-182-3/+27
| * | systemctl: minor modernizationMike Yuan2023-10-183-11/+14