index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
systemctl
/
systemctl-edit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
edit-util: EditFileContext: avoid reserved 'stdin'
A. Wilcox
2024-09-06
1
-1
/
+1
*
systemctl: cat: do not exit(1) on missing units if `--force`
Ivan Shapovalov
2024-09-05
1
-2
/
+3
*
networkctl: support edit --stdin
Mike Yuan
2024-08-12
1
-1
/
+1
*
path-lookup: rename lookup_paths_free -> _done
Mike Yuan
2024-03-06
1
-2
/
+2
*
systemctl: use SYNTHETIC_ERRNO()
Frantisek Sumsal
2023-12-25
1
-7
/
+6
*
systemctl: swap cached_id_map and cached_name_map
Yu Watanabe
2023-12-22
1
-5
/
+5
*
systemctl: add "edit --stdin"
Zbigniew Jędrzejewski-Szmek
2023-12-05
1
-1
/
+6
*
analyze/cat-config: add switch to print only "interesting" parts of config files
Zbigniew Jędrzejewski-Szmek
2023-10-24
1
-1
/
+1
*
systemctl: make unit_is_masked always query manager
Mike Yuan
2023-09-27
1
-6
/
+1
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-2
/
+2
*
label: Introduce LabelOps to do pre/post labelling operations
Daan De Meyer
2023-05-31
1
-1
/
+1
*
edit-util: introduce overwrite_with_origin switch
Mike Yuan
2023-04-07
1
-0
/
+1
*
edit-util: add DROPIN_MARKER_{START,END}
Mike Yuan
2023-04-07
1
-5
/
+2
*
systemctl-edit: invert one error check
Yu Watanabe
2023-03-11
1
-3
/
+3
*
systemctl-edit: shorten code a bit
Yu Watanabe
2023-03-11
1
-10
/
+2
*
systemctl: edit: several cleanups
Mike Yuan
2023-03-10
1
-14
/
+23
*
edit-util: introduce EditFileContext
Mike Yuan
2023-03-10
1
-85
/
+28
*
shared: extract edit-util from systemctl-edit
Mike Yuan
2023-03-10
1
-254
/
+4
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-6
/
+6
*
systemctl: edit: fix double free of instanced name
Ronan Pigott
2023-02-18
1
-3
/
+3
*
systemctl: edit: rephrase edit markers to avoid misunderstanding
Mike Yuan
2023-01-05
1
-2
/
+2
*
systemctl: new option --drop-in for specifying drop-in filename
Mike Yuan
2022-12-20
1
-2
/
+22
*
systemctl: don't unlink non-existing temporary files
Lennart Poettering
2022-12-15
1
-2
/
+5
*
systemctl: if we edit a single file only, jump to the right line
Lennart Poettering
2022-12-15
1
-55
/
+115
*
systemctl: stop using basename() at one more place
Lennart Poettering
2022-12-15
1
-4
/
+7
*
systemctl: line break string where the newlines are
Lennart Poettering
2022-12-15
1
-2
/
+4
*
systemctl: minor modernizations/simplifications
Lennart Poettering
2022-12-15
1
-6
/
+7
*
systemctl: simplify trim_edit_markers()
Lennart Poettering
2022-12-15
1
-37
/
+25
*
systemctl: edit: write override files as text files
наб
2022-11-22
1
-0
/
+12
*
tree-wide: replace "plural(s)" by "plurals"
Zbigniew Jędrzejewski-Szmek
2022-10-17
1
-1
/
+1
*
tree-wide: port things dirname_malloc() → path_extract_directory()
Lennart Poettering
2022-08-23
1
-3
/
+3
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-3
/
+3
*
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+4
*
systemctl: use the right name in error message
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-1
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-4
/
+4
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-5
/
+1
*
systemctl: rework daemon_reload() functions
Lennart Poettering
2022-02-22
1
-2
/
+5
*
systemctl: systematically rename verb entrypoints verb_xyz()
Lennart Poettering
2022-02-22
1
-3
/
+3
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
systemctl: avoid crash when pattern expands to empty unit list
Zbigniew Jędrzejewski-Szmek
2021-05-25
1
-0
/
+2
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
Merge pull request #19030 from dtardon/rhel9-covscan
Luca Boccassi
2021-03-18
1
-3
/
+5
|
\
|
*
systemctl-edit: don't leak the old value of contents
David Tardon
2021-03-18
1
-3
/
+5
*
|
systemctl: pecify read_full_file() size argument as NULL
Lennart Poettering
2021-03-17
1
-4
/
+5
|
/
*
systemctl-edit: Add missing ret_dropin_paths argument in retry path
Anita Zhang
2021-01-15
1
-1
/
+1
*
systemctl-edit: fix abort in find_paths_to_edit()
Anita Zhang
2021-01-15
1
-5
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
systemctl: show original contents when editing unit
williamvds
2020-10-21
1
-19
/
+121
*
systemctl: fix reversed arguments in function call
Zbigniew Jędrzejewski-Szmek
2020-10-09
1
-5
/
+5
[next]