index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
install.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix typo
Yu Watanabe
2022-03-30
1
-1
/
+1
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-46
/
+46
*
shared/install: when creating symlinks, accept different but equivalent symlinks
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-15
/
+44
*
shared/install: fix handling of a linked unit file
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+3
*
shared/install: split UNIT_FILE_SYMLINK into two states
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-5
/
+9
*
shared/install: stop passing duplicate root argument to install_name_printf()
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+4
*
shared/install: when looking for symlinks in .wants/.requires, ignore symlink...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-33
/
+60
*
shared/install: create relative symlinks for enablement and aliasing
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-5
/
+9
*
shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-3
/
+13
*
shared/install: skip unnecessary chasing of symlinks in disable
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-18
/
+25
*
shared/install: do not try to resolve symlinks outside of root directory
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
shared/install: when we fail to chase a symlink, show some logs
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-0
/
+3
*
shared/install: fix reenable on linked unit files
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-9
/
+64
*
shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-33
/
+72
*
install: when linking a file, create the link first or abort
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-5
/
+7
*
shared/install: also check for self-aliases during installation and ignore them
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-0
/
+9
*
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-1
/
+1
*
shared/install: return failure when enablement fails, but process as much as ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+6
*
shared/install: propagate errors about invalid aliases and such too
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-17
/
+44
*
shared/install: simplify unit_file_dump_changes()
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-36
/
+27
*
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+5
*
shared/install: move scope into InstallContext
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-195
/
+191
*
shared/install: provide proper error messages when invalid specifiers are used
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-5
/
+6
*
shared/specifier: provide proper error messages when specifiers fail to read ...
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-10
/
+21
*
shared/install: add a bit more quoting
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-11
/
+11
*
shared/install: reuse the standard symlink verification subroutine
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-61
/
+11
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-24
/
+4
*
shared/install: do not print aliases longer than UNIT_NAME_MAX
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-1
/
+1
*
shared/install: adjust comment formatting
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-12
/
+8
*
shared/install: drop unnecessary casts
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-6
/
+5
*
shared/install: drop unnecessary parentheses
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-2
/
+1
*
shared/install: consistently use 'lp' as the name for the LookupPaths instance
Zbigniew Jędrzejewski-Szmek
2022-03-18
1
-215
/
+212
*
glyph-util: add new glyphs for up/down arrows
Lennart Poettering
2022-02-16
1
-1
/
+1
*
Define FOREACH_DIRENT through FOREACH_DIRENT_ALL
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-5
/
+0
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-2
/
+2
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-0
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-3
/
+3
*
tree-wide: make specifier expansion --root= aware
Lennart Poettering
2021-06-24
1
-9
/
+19
*
dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()
Yu Watanabe
2021-06-23
1
-10
/
+0
*
shared/install: ignore enablement of template units w/o instance when presetting
Zbigniew Jędrzejewski-Szmek
2021-06-10
1
-3
/
+13
*
shared/install: pass UnitFileFlags down into the call chain
Zbigniew Jędrzejewski-Szmek
2021-06-10
1
-19
/
+23
*
shared/install: improve message about template mismatch
Zbigniew Jędrzejewski-Szmek
2021-06-09
1
-2
/
+2
*
shared/install: remove custom error handling in unit_file_preset_all()
Zbigniew Jędrzejewski-Szmek
2021-06-09
1
-11
/
+5
*
shared/install: ignore failures for auxiliary files
Zbigniew Jędrzejewski-Szmek
2021-06-09
1
-5
/
+18
*
install: allow adding plain templates to .wants/ or .requires/
Zbigniew Jędrzejewski-Szmek
2021-06-07
1
-8
/
+30
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-4
/
+4
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-10
/
+9
*
meson: use jinja2 for rpm templates
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-1
/
+1
*
tree-wide: refuse too long strings earlier in specifier_printf()
Yu Watanabe
2021-05-12
1
-4
/
+4
*
Make unit_name_to_instance() return UnitNameFlags
Zbigniew Jędrzejewski-Szmek
2021-05-05
1
-7
/
+7
[prev]
[next]