index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/manager: add unmerged-bin taint
Mike Yuan
2024-04-24
1
-0
/
+9
*
core/manager: rearrange taint tags
Mike Yuan
2024-04-24
1
-12
/
+9
*
core/manager: drop obsolete cgroup taint string
Mike Yuan
2024-04-24
1
-8
/
+0
*
Merge pull request #32437 from keszybz/notify-fixups-split-out
Luca Boccassi
2024-04-23
1
-2
/
+2
|
\
|
*
man: sd_notify() does not fail if var is unset
Zbigniew Jędrzejewski-Szmek
2024-04-05
1
-2
/
+2
*
|
Merge pull request #32434 from poettering/cryptenroll-prefer-var
Luca Boccassi
2024-04-23
1
-2
/
+4
|
\
\
|
*
|
cryptenroll: default to block device backing /var/ rather than /
Lennart Poettering
2024-04-23
1
-2
/
+4
*
|
|
Add self-contained Python sd_notify example.
Simon Fowler
2024-04-23
2
-4
/
+118
*
|
|
Merge pull request #32428 from poettering/sd-notify-reboot-param
Zbigniew Jędrzejewski-Szmek
2024-04-23
1
-0
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
shutdown: send an sd_notify() message on shutdown with the shutdown reason an...
Lennart Poettering
2024-04-23
1
-0
/
+13
*
|
|
cryptenroll: use root device by default
Ludwig Nussel
2024-04-23
1
-1
/
+4
|
/
/
*
|
Document effective owner of stdout/stderr log file upon creation
Guido Leenders
2024-04-22
1
-2
/
+2
*
|
ukify: swap the ordering of config search paths
Yu Watanabe
2024-04-22
1
-1
/
+1
*
|
man: fix typo
Yu Watanabe
2024-04-22
1
-1
/
+1
*
|
man: fix typo
Yu Watanabe
2024-04-22
1
-1
/
+1
*
|
Merge pull request #32399 from poettering/doc-fixes-256
Lennart Poettering
2024-04-22
9
-78
/
+157
|
\
\
|
*
|
man: document that IPAccounting= works for system services only
Lennart Poettering
2024-04-22
1
-0
/
+3
|
*
|
man: be explicit that we don't proxy SO_PEER*, SCM_RIGHTS and co.
Lennart Poettering
2024-04-22
1
-0
/
+5
|
*
|
man: document that ReadOnlyPaths= doesn't affect ability to connect to AF_UNIX
Lennart Poettering
2024-04-22
1
-0
/
+5
|
*
|
man: document that "systemctl set-environment" cannot be used to unset env va...
Lennart Poettering
2024-04-22
1
-25
/
+43
|
*
|
man: say explicitly that $LESS + $LESSCHARSET have no effect on less invocati...
Lennart Poettering
2024-04-22
1
-1
/
+7
|
*
|
man: document missing resolved D-Bus APIs
Lennart Poettering
2024-04-22
1
-13
/
+28
|
*
|
man: document that StateDirectory= trumps ProtectSystem=strict explicitly
Lennart Poettering
2024-04-22
1
-8
/
+10
|
*
|
man: document explicitly that LogExtraFields= and LogFilterPatterns= are for ...
Lennart Poettering
2024-04-22
1
-0
/
+6
|
*
|
man: document explicitly that bind restrictions cannot be escaped by opening ...
Lennart Poettering
2024-04-22
1
-2
/
+11
|
*
|
man: explicitly document the various systemd.journald.max_level_*= kernel cmd...
Lennart Poettering
2024-04-22
1
-0
/
+18
|
*
|
journald: bring order of MaxLevelXYZ= setting explanations in sync with liste...
Lennart Poettering
2024-04-22
1
-26
/
+13
|
*
|
man: explicitly say that BindPaths=/BindReadOnlyPaths= opens a new mount
Lennart Poettering
2024-04-22
1
-2
/
+6
|
*
|
man: run update-man-rules again
Lennart Poettering
2024-04-22
1
-1
/
+2
*
|
|
nspawn: ensure single-process container running as --user can access credentials
Luca Boccassi
2024-04-22
1
-1
/
+8
|
/
/
*
|
core: add ExecMainHandoverTimestamp property recording time-of-execve
Luca Boccassi
2024-04-22
1
-7
/
+20
*
|
Merge pull request #32347 from yuwata/sd-radv-reachable-time
Luca Boccassi
2024-04-22
1
-4
/
+19
|
\
\
|
*
|
man: slightly rephrase RetransmitSec= setting
Yu Watanabe
2024-04-22
1
-4
/
+6
|
*
|
network/radv: introduce ReachableTimeSec= setting
Yu Watanabe
2024-04-22
1
-0
/
+13
*
|
|
sd-event: fix fd leak when fd is owned by IO event source
Yu Watanabe
2024-04-22
1
-10
/
+14
*
|
|
man: fix typo
Yu Watanabe
2024-04-22
2
-2
/
+2
|
/
/
*
|
Merge pull request #32359 from poettering/vmspawn-hyperv-enlight
Luca Boccassi
2024-04-20
1
-5
/
+16
|
\
\
|
*
|
sd-id128: add an app-specific flavour of the invocation ID too
Lennart Poettering
2024-04-20
1
-5
/
+16
*
|
|
Merge pull request #32276 from yuwata/network-global-use-domains-setting
Luca Boccassi
2024-04-20
2
-13
/
+62
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
network: introduce network- and protocol-independent default for UseDomains=
Yu Watanabe
2024-04-20
2
-13
/
+62
*
|
|
sd-event: fix sd_event_source_get_inotify_path()
Yu Watanabe
2024-04-20
1
-4
/
+8
|
/
/
*
|
Merge pull request #31872 from tfg13/main
Lennart Poettering
2024-04-19
3
-4
/
+24
|
\
\
|
*
|
ukify: Add support for .ucode UKI section
Tobias Fleig
2024-04-19
1
-0
/
+11
|
*
|
measure: Add .ucode UKI section support
Tobias Fleig
2024-04-19
1
-3
/
+4
|
*
|
stub: Add support for .ucode UKI section
Tobias Fleig
2024-04-19
1
-1
/
+9
*
|
|
Merge pull request #32142 from bluca/portable_vpick
Luca Boccassi
2024-04-19
2
-0
/
+7
|
\
\
\
|
*
|
|
portable: support vpick
Luca Boccassi
2024-04-19
2
-0
/
+7
*
|
|
|
Merge pull request #32251 from CodethinkLabs/vmspawn/docs_improvements
Luca Boccassi
2024-04-19
2
-33
/
+85
|
\
\
\
\
|
*
|
|
|
man: vmspawn - clarify behaviour of omitting --linux=/--initrd=
Sam Leonard
2024-04-19
1
-9
/
+13
|
*
|
|
|
man: vmspawn - clarify behaviour of omitting --vsock-cid=
Sam Leonard
2024-04-19
1
-6
/
+4
[next]