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
*
tree-wide: use path_simplify_alloc() more
Yu Watanabe
2023-10-07
1
-5
/
+3
*
Merge pull request #29193 from keszybz/path-util-adjustment
Daan De Meyer
2023-09-29
1
-14
/
+7
|
\
|
*
tree-wide: add path_simplify_alloc() and use it
Zbigniew Jędrzejewski-Szmek
2023-09-22
1
-14
/
+7
*
|
treewide: split commandline into command line
Joerg Behrmann
2023-09-20
1
-1
/
+1
|
/
*
install: Drop install_info_may_process() from unit_file_get_default()
Daan De Meyer
2023-08-18
1
-3
/
+0
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-5
/
+0
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
unit-file: support UpheldBy= in [Install] settings (adding Upholds= deps
Mike Yuan
2023-05-15
1
-5
/
+16
*
preset: Add ignore directive
Daan De Meyer
2023-04-14
1
-12
/
+33
*
Merge pull request #27266 from dtardon/take-struct
Luca Boccassi
2023-04-14
1
-2
/
+1
|
\
|
*
tree-wide: use TAKE_STRUCT
David Tardon
2023-04-14
1
-2
/
+1
*
|
install: use FOREACH_ARRAY
David Tardon
2023-04-14
1
-2
/
+2
*
|
tree-wide: rename cleanup function
David Tardon
2023-04-14
1
-5
/
+5
*
|
install: fix memory leak if GREEDY_REALLOC() fails
David Tardon
2023-04-14
1
-6
/
+11
|
/
*
install: rename function
David Tardon
2023-04-12
1
-4
/
+4
*
install: drop unused function
David Tardon
2023-04-12
1
-4
/
+0
*
install: define hash_ops for UnitFileList
David Tardon
2023-03-28
1
-0
/
+8
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-4
/
+4
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-46
/
+46
*
install: fail early if specifier expansion failed
David Tardon
2023-02-21
1
-0
/
+2
*
treewide: fix a few typos in NEWS, docs and comments
Dmitry V. Levin
2023-02-15
1
-1
/
+1
*
pid1: fix segv triggered by status query (#26279)
Robin Humble
2023-02-01
1
-1
/
+1
*
shared/install: rework an assert to appease gcc-13
Zbigniew Jędrzejewski-Szmek
2023-01-22
1
-1
/
+2
*
shared/install: rework InstallChange to always have .path set
Zbigniew Jędrzejewski-Szmek
2023-01-22
1
-2
/
+6
*
systemctl: enable: overwrite broken alias symlinks
Mike Yuan
2023-01-05
1
-1
/
+9
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
systemctl: warn if trying to disable a unit with no install info
Mike Yuan
2022-12-03
1
-4
/
+17
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
install: process all Wants= symlinks even if some of them fail
Yu Watanabe
2022-10-28
1
-5
/
+11
*
systemctl,manager: refuse linking unit files underneath the search paths
Zbigniew Jędrzejewski-Szmek
2022-10-24
1
-3
/
+20
*
shared/install: check that install_changes_add() didn't fail on success
Zbigniew Jędrzejewski-Szmek
2022-10-24
1
-19
/
+41
*
shared/install: add forgotten calls to install_changes_add()
Zbigniew Jędrzejewski-Szmek
2022-10-24
1
-25
/
+24
*
shared/install: make install_changes_add propagate passed-in errno value
Zbigniew Jędrzejewski-Szmek
2022-10-24
1
-49
/
+31
*
Make comment about coordinating offline and online installation symmetric
Zbigniew Jędrzejewski-Szmek
2022-10-20
1
-0
/
+2
*
install: include full type name in special UnitFilePresetMode values
Lennart Poettering
2022-10-14
1
-3
/
+3
*
install: make InstallChange enum type a proper type
Lennart Poettering
2022-10-14
1
-25
/
+21
*
shared/install: print warning when unmasking unit with cmdline mask
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-3
/
+29
*
shared/install: use cleanup func for InstallInfo*
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-50
/
+40
*
shared/install: rename 'UnitFileInstallInfo' to 'InstallInfo'
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-45
/
+45
*
shared/install: rename 'unit_file_change_type' to 'install_change' + followups
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-47
/
+47
*
shared/install: rename UnitFileInstallInfo.type to .install_mode
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-29
/
+30
*
shared/install: rename 'unit file type' to 'install mode'
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-36
/
+36
*
shared/install: rename UnitFileChange to InstallChange
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-71
/
+71
*
shared/install: rename 'files' param to 'names'
Zbigniew Jędrzejewski-Szmek
2022-10-13
1
-47
/
+50
*
tree-wide: port things dirname_malloc() → path_extract_directory()
Lennart Poettering
2022-08-23
1
-21
/
+27
*
tree-wide: allow ASCII fallback for → in logs
David Tardon
2022-06-28
1
-1
/
+2
*
Revert "shared/install: create relative symlinks for enablement and aliasing"
Zbigniew Jędrzejewski-Szmek
2022-05-05
1
-9
/
+5
*
shared/install: use correct cleanup function
Yu Watanabe
2022-05-02
1
-1
/
+1
*
shared/install: fix crash when reenable is called without --root
Zbigniew Jędrzejewski-Szmek
2022-04-15
1
-1
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
[next]