summaryrefslogtreecommitdiffstats
path: root/src/basic/signal-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-31resolve: do not try to send varlink error more than onceYu Watanabe1-70/+36
2024-10-31NEWS: fix typoYu Watanabe1-6/+6
2024-10-31sd-varlink: update commentYu Watanabe2-2/+2
2024-10-31sd-varlink: change sd_varlink_error() to always return an errorLennart Poettering2-13/+35
2024-10-31sd-varlink: add helper VARLINK_STATE_WANTS_REPLY()Lennart Poettering2-4/+12
2024-10-31sd-varlink: don't show error code we already decoded as part of the log messageLennart Poettering1-1/+1
2024-10-31sd-varlink: if we reply to errors without passing to callback, go through reg...Lennart Poettering1-4/+4
2024-10-30sd-json: don't use C99 bool in public headersLennart Poettering2-3/+1
2024-10-30man: update documentation for 'networkctl reload'Yu Watanabe1-7/+16
2024-10-30test-network: test for reload of .netdev file of stacked netdevYu Watanabe1-10/+214
2024-10-30network/netdev: replace old NetDev object with newer one on reloadYu Watanabe3-2/+80
2024-10-30network/netdev: reconfigure netdev if possibleYu Watanabe1-8/+5
2024-10-30network/netdev: move calls of netdev_attach() and netdev_request_to_create() ...Yu Watanabe3-22/+24
2024-10-30mkosi: Ensure we build with debuginfoDaan De Meyer4-4/+4
2024-10-30coredump: allow only empty messages after first "sentinel"Michal Sekletar1-2/+8
2024-10-30firstboot: generalize prompt_loop moreMichael Ferrari1-82/+62
2024-10-30firstboot: use consistent wording for promptsMichael Ferrari1-8/+10
2024-10-30firstboot: clean up welcome messageMichael Ferrari1-4/+3
2024-10-30firstboot: order non-interactive options lastMichael Ferrari1-3/+3
2024-10-30test-network: add test case for reuse of existing 6rd SIT tunnelYu Watanabe1-9/+15
2024-10-30ask-password: Allow configuring the keyring timeout via an environment variableDaan De Meyer2-4/+37
2024-10-30logind: add BlockWeakInhibited propertyLuca Boccassi4-10/+21
2024-10-30core: make mount(8) and swapon(8) inherit SMACK label from systemdŁukasz Stelmach2-0/+6
2024-10-30network/ipvlan: do not try to update MAC addressYu Watanabe1-0/+9
2024-10-30network/macsec: IFLA_MACSEC_PORT attribute cannot be changedYu Watanabe1-6/+14
2024-10-30network/vxlan: do not try to update several parametersYu Watanabe1-28/+42
2024-10-30network/netdev: introduce netdev_can_set_mac/mtu() helper functionsYu Watanabe2-2/+33
2024-10-30network: use newly loaded Network object if a referenced NetDev object is upd...Yu Watanabe1-2/+30
2024-10-30network: drop no-op cleanupYu Watanabe5-12/+10
2024-10-30network/netdev: update state file when NetDev object assignment is changedYu Watanabe1-6/+17
2024-10-30network: swap asterisk and spaceYu Watanabe2-4/+4
2024-10-30github: drop workaround and use distro moldYu Watanabe1-9/+1
2024-10-30test-network: add test for DHCPv4 address removal on stopYu Watanabe1-0/+19
2024-10-30network: process queued remove requests before networkd is stoppedYu Watanabe4-21/+73
2024-10-30mkosi: update debian commit referenceDaan De Meyer1-1/+1
2024-10-30mkosi: update arch commit referenceDaan De Meyer1-1/+1
2024-10-30NEWS: remove duplicated entryZbigniew Jędrzejewski-Szmek1-16/+6
2024-10-30cryptenroll,homectl,journalctl: adjust messages before qrcodesZbigniew Jędrzejewski-Szmek3-5/+3
2024-10-30bsod: make message for qrcode more usefulZbigniew Jędrzejewski-Szmek2-5/+5
2024-10-30test: add test coverage for EnterNamespace=Michal Sekletar2-1/+33
2024-10-30coredump: return correct error variableMichal Sekletár1-1/+1
2024-10-30coredump: rename AccessContainer= to EnterNamespace=Michal Sekletar3-9/+11
2024-10-30coredump: rework gather_pid_mount_tree_fd()Michal Sekletar1-17/+29
2024-10-30coredump: use FORK_WAITMichal Sekletar1-8/+2
2024-10-30core: add EXEC_DIRECTORY_TYPE_SHALL_CHOWN() helperLennart Poettering3-5/+12
2024-10-30coredump: store actual fd in appropriate variableMichal Sekletar1-3/+3
2024-10-30coredump: use FORK_LOG to get more precise loggingMichal Sekletar1-2/+2
2024-10-30coredump: fix coding styleMichal Sekletar1-1/+11
2024-10-30coredump: get rid of redundant double spaceMichal Sekletar1-1/+1
2024-10-30coredump: use more appropriate return codeMichal Sekletar1-3/+3