index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
signal-util.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-31
resolve: do not try to send varlink error more than once
Yu Watanabe
1
-70
/
+36
2024-10-31
NEWS: fix typo
Yu Watanabe
1
-6
/
+6
2024-10-31
sd-varlink: update comment
Yu Watanabe
2
-2
/
+2
2024-10-31
sd-varlink: change sd_varlink_error() to always return an error
Lennart Poettering
2
-13
/
+35
2024-10-31
sd-varlink: add helper VARLINK_STATE_WANTS_REPLY()
Lennart Poettering
2
-4
/
+12
2024-10-31
sd-varlink: don't show error code we already decoded as part of the log message
Lennart Poettering
1
-1
/
+1
2024-10-31
sd-varlink: if we reply to errors without passing to callback, go through reg...
Lennart Poettering
1
-4
/
+4
2024-10-30
sd-json: don't use C99 bool in public headers
Lennart Poettering
2
-3
/
+1
2024-10-30
man: update documentation for 'networkctl reload'
Yu Watanabe
1
-7
/
+16
2024-10-30
test-network: test for reload of .netdev file of stacked netdev
Yu Watanabe
1
-10
/
+214
2024-10-30
network/netdev: replace old NetDev object with newer one on reload
Yu Watanabe
3
-2
/
+80
2024-10-30
network/netdev: reconfigure netdev if possible
Yu Watanabe
1
-8
/
+5
2024-10-30
network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...
Yu Watanabe
3
-22
/
+24
2024-10-30
mkosi: Ensure we build with debuginfo
Daan De Meyer
4
-4
/
+4
2024-10-30
coredump: allow only empty messages after first "sentinel"
Michal Sekletar
1
-2
/
+8
2024-10-30
firstboot: generalize prompt_loop more
Michael Ferrari
1
-82
/
+62
2024-10-30
firstboot: use consistent wording for prompts
Michael Ferrari
1
-8
/
+10
2024-10-30
firstboot: clean up welcome message
Michael Ferrari
1
-4
/
+3
2024-10-30
firstboot: order non-interactive options last
Michael Ferrari
1
-3
/
+3
2024-10-30
test-network: add test case for reuse of existing 6rd SIT tunnel
Yu Watanabe
1
-9
/
+15
2024-10-30
ask-password: Allow configuring the keyring timeout via an environment variable
Daan De Meyer
2
-4
/
+37
2024-10-30
logind: add BlockWeakInhibited property
Luca Boccassi
4
-10
/
+21
2024-10-30
core: make mount(8) and swapon(8) inherit SMACK label from systemd
Łukasz Stelmach
2
-0
/
+6
2024-10-30
network/ipvlan: do not try to update MAC address
Yu Watanabe
1
-0
/
+9
2024-10-30
network/macsec: IFLA_MACSEC_PORT attribute cannot be changed
Yu Watanabe
1
-6
/
+14
2024-10-30
network/vxlan: do not try to update several parameters
Yu Watanabe
1
-28
/
+42
2024-10-30
network/netdev: introduce netdev_can_set_mac/mtu() helper functions
Yu Watanabe
2
-2
/
+33
2024-10-30
network: use newly loaded Network object if a referenced NetDev object is upd...
Yu Watanabe
1
-2
/
+30
2024-10-30
network: drop no-op cleanup
Yu Watanabe
5
-12
/
+10
2024-10-30
network/netdev: update state file when NetDev object assignment is changed
Yu Watanabe
1
-6
/
+17
2024-10-30
network: swap asterisk and space
Yu Watanabe
2
-4
/
+4
2024-10-30
github: drop workaround and use distro mold
Yu Watanabe
1
-9
/
+1
2024-10-30
test-network: add test for DHCPv4 address removal on stop
Yu Watanabe
1
-0
/
+19
2024-10-30
network: process queued remove requests before networkd is stopped
Yu Watanabe
4
-21
/
+73
2024-10-30
mkosi: update debian commit reference
Daan De Meyer
1
-1
/
+1
2024-10-30
mkosi: update arch commit reference
Daan De Meyer
1
-1
/
+1
2024-10-30
NEWS: remove duplicated entry
Zbigniew Jędrzejewski-Szmek
1
-16
/
+6
2024-10-30
cryptenroll,homectl,journalctl: adjust messages before qrcodes
Zbigniew Jędrzejewski-Szmek
3
-5
/
+3
2024-10-30
bsod: make message for qrcode more useful
Zbigniew Jędrzejewski-Szmek
2
-5
/
+5
2024-10-30
test: add test coverage for EnterNamespace=
Michal Sekletar
2
-1
/
+33
2024-10-30
coredump: return correct error variable
Michal Sekletár
1
-1
/
+1
2024-10-30
coredump: rename AccessContainer= to EnterNamespace=
Michal Sekletar
3
-9
/
+11
2024-10-30
coredump: rework gather_pid_mount_tree_fd()
Michal Sekletar
1
-17
/
+29
2024-10-30
coredump: use FORK_WAIT
Michal Sekletar
1
-8
/
+2
2024-10-30
core: add EXEC_DIRECTORY_TYPE_SHALL_CHOWN() helper
Lennart Poettering
3
-5
/
+12
2024-10-30
coredump: store actual fd in appropriate variable
Michal Sekletar
1
-3
/
+3
2024-10-30
coredump: use FORK_LOG to get more precise logging
Michal Sekletar
1
-2
/
+2
2024-10-30
coredump: fix coding style
Michal Sekletar
1
-1
/
+11
2024-10-30
coredump: get rid of redundant double space
Michal Sekletar
1
-1
/
+1
2024-10-30
coredump: use more appropriate return code
Michal Sekletar
1
-3
/
+3
[next]