summaryrefslogtreecommitdiff
path: root/src/systemctl
Commit message (Expand)AuthorAgeFilesLines
* systemctl: edit: rephrase edit markers to avoid misunderstandingMike Yuan2023-01-051-2/+2
* fundamental: rework IN_SET() to require at least three argumentsLennart Poettering2023-01-021-1/+1
* systemctl: rework how we detect if init is systemdLennart Poettering2022-12-231-6/+30
* systemctl: fix typoAntonio Alvarez Feijoo2022-12-211-1/+1
* systemctl: new option --drop-in for specifying drop-in filenameMike Yuan2022-12-203-2/+32
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-192-2/+2
* systemctl: don't unlink non-existing temporary filesLennart Poettering2022-12-151-2/+5
* systemctl: if we edit a single file only, jump to the right lineLennart Poettering2022-12-151-55/+115
* systemctl: stop using basename() at one more placeLennart Poettering2022-12-151-4/+7
* systemctl: line break string where the newlines areLennart Poettering2022-12-151-2/+4
* systemctl: minor modernizations/simplificationsLennart Poettering2022-12-151-6/+7
* systemctl: simplify trim_edit_markers()Lennart Poettering2022-12-151-37/+25
* systemctl: add support for LogFilterPatterns for show commandQuentin Deslandes2022-12-151-0/+18
* systemctl: is-*: return correct code when no unit is foundMike Yuan2022-12-144-13/+53
* fuzz-systemctl: adjust size limitYu Watanabe2022-12-071-1/+1
* Merge pull request #25616 from poettering/chase-symlinks-opendirZbigniew Jędrzejewski-Szmek2022-12-061-0/+8
|\
| * systemctl: print a clear warning if people invoke systemctl without /proc/Lennart Poettering2022-12-021-0/+8
* | Merge pull request #25437 from YHNdnzj/systemctl-disable-warn-statically-enab...Zbigniew Jędrzejewski-Szmek2022-12-053-6/+21
|\ \ | |/ |/|
| * systemctl: allow suppress the warning of no install info using --no-warnMike Yuan2022-12-033-1/+11
| * systemctl: warn if trying to disable a unit with no install infoMike Yuan2022-12-031-5/+10
* | fuzz-systemctl: limit the size of inputYu Watanabe2022-12-021-0/+3
* | systemctl: deprecate passing positional argument to reboot completelyMike Yuan2022-11-272-14/+3
* | systemctl: edit: write override files as text filesнаб2022-11-221-0/+12
* | MemoryZSwapMax directive to configure new memory.zswap.max cgroup filePasha Vorobyev2022-11-151-0/+8
|/
* systemctl: do not show unit properties with --allYu Watanabe2022-11-141-3/+4
* strv: move nulstr utilities to nulstr-util.[ch]Lennart Poettering2022-11-131-0/+1
* basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* shutdown: Add Xen kexec supportSamuel Thibault2022-11-022-0/+2
* systemd-sysv-install: change license to MIT-0Zbigniew Jędrzejewski-Szmek2022-10-261-1/+1
* systemctl: fix potential memleak on failure in determine_default()Yu Watanabe2022-10-241-9/+7
* Merge pull request #25036 from keszybz/pluralsLuca Boccassi2022-10-171-1/+1
|\
| * tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* | install: include full type name in special UnitFilePresetMode valuesLennart Poettering2022-10-141-1/+1
* | install: make InstallChange enum type a proper typeLennart Poettering2022-10-141-1/+1
|/
* shared/install: rename 'unit_file_change_type' to 'install_change' + followupsZbigniew Jędrzejewski-Szmek2022-10-131-1/+1
* shared/install: rename UnitFileChange to InstallChangeZbigniew Jędrzejewski-Szmek2022-10-135-13/+13
* core,logind,systemctl,journald: replace calls to strerror() with setting errn...Zbigniew Jędrzejewski-Szmek2022-10-111-2/+4
* systemctl: color ignored exit status in yellow, not redChristian Hesse2022-09-301-1/+1
* systemctl: add support for --image optionRichard Phibel2022-09-271-1/+39
* Merge pull request #24686 from d4nuu8/delta_outputLennart Poettering2022-09-231-1/+1
|\
| * shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-231-1/+1
* | Merge pull request #24781 from DaanDeMeyer/link-remove-checkZbigniew Jędrzejewski-Szmek2022-09-221-2/+3
|\ \
| * | systemctl: Fix style nitDaan De Meyer2022-09-221-1/+1
| * | systemctl: Improve link directory separator error messageDaan De Meyer2022-09-221-1/+2
| |/
* | shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-224-7/+7
|/
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* tree-wide: change --kill-who to --kill-whomZbigniew Jędrzejewski-Szmek2022-08-263-13/+13
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-232-7/+7
* Merge pull request #24054 from keszybz/initrd-no-reloadFrantisek Sumsal2022-08-181-6/+2
|\