summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-edit.c
Commit message (Expand)AuthorAgeFilesLines
* edit-util: introduce overwrite_with_origin switchMike Yuan2023-04-071-0/+1
* edit-util: add DROPIN_MARKER_{START,END}Mike Yuan2023-04-071-5/+2
* systemctl-edit: invert one error checkYu Watanabe2023-03-111-3/+3
* systemctl-edit: shorten code a bitYu Watanabe2023-03-111-10/+2
* systemctl: edit: several cleanupsMike Yuan2023-03-111-14/+23
* edit-util: introduce EditFileContextMike Yuan2023-03-111-85/+28
* shared: extract edit-util from systemctl-editMike Yuan2023-03-111-254/+4
* basic: add RuntimeScope enumLennart Poettering2023-03-101-6/+6
* systemctl: edit: fix double free of instanced nameRonan Pigott2023-02-191-3/+3
* systemctl: edit: rephrase edit markers to avoid misunderstandingMike Yuan2023-01-051-2/+2
* systemctl: new option --drop-in for specifying drop-in filenameMike Yuan2022-12-201-2/+22
* 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: edit: write override files as text filesнаб2022-11-221-0/+12
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-3/+3
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-3/+3
* systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-291-4/+4
* systemctl: use the right name in error messageZbigniew Jędrzejewski-Szmek2022-03-231-1/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-4/+4
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-5/+1
* systemctl: rework daemon_reload() functionsLennart Poettering2022-02-221-2/+5
* systemctl: systematically rename verb entrypoints verb_xyz()Lennart Poettering2022-02-221-3/+3
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* systemctl: avoid crash when pattern expands to empty unit listZbigniew Jędrzejewski-Szmek2021-05-251-0/+2
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* Merge pull request #19030 from dtardon/rhel9-covscanLuca Boccassi2021-03-181-3/+5
|\
| * systemctl-edit: don't leak the old value of contentsDavid Tardon2021-03-181-3/+5
* | systemctl: pecify read_full_file() size argument as NULLLennart Poettering2021-03-171-4/+5
|/
* systemctl-edit: Add missing ret_dropin_paths argument in retry pathAnita Zhang2021-01-141-1/+1
* systemctl-edit: fix abort in find_paths_to_edit()Anita Zhang2021-01-141-5/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* systemctl: show original contents when editing unitwilliamvds2020-10-211-19/+121
* systemctl: fix reversed arguments in function callZbigniew Jędrzejewski-Szmek2020-10-091-5/+5
* systemctl: split up humungous systemctl.c fileLennart Poettering2020-10-071-0/+490