index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test-sysusers
/
test-2.expected-group
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
build(deps): bump github/codeql-action from 3.25.11 to 3.25.15
dependabot[bot]
2
-4
/
+4
2024-08-01
build(deps): bump meson from 1.4.1 to 1.5.1 in /.github/workflows
dependabot[bot]
1
-3
/
+3
2024-08-01
build(deps): bump systemd/mkosi
dependabot[bot]
1
-1
/
+1
2024-08-01
build(deps): bump redhat-plumbers-in-action/differential-shellcheck
dependabot[bot]
1
-1
/
+1
2024-08-01
build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0
dependabot[bot]
1
-1
/
+1
2024-08-01
journalctl: fix compile error on i386
Yu Watanabe
1
-1
/
+1
2024-08-01
test: add test for journalctl --list-invocations and --invocation=
Yu Watanabe
2
-0
/
+68
2024-08-01
journalctl: add --list-invocations command and -I/--invocation options
Yu Watanabe
9
-11
/
+244
2024-08-01
logs-show: extend journal_get_boots() and friends to find invocation IDs
Yu Watanabe
2
-54
/
+235
2024-08-01
logs-show: introduce several helper functions
Yu Watanabe
2
-34
/
+71
2024-08-01
use int64_t for index in show_log_ids()
Yu Watanabe
1
-5
/
+6
2024-08-01
journalctl: split out show_log_ids() from action_list_boots()
Yu Watanabe
1
-21
/
+31
2024-08-01
journalctl: update log messages
Yu Watanabe
1
-2
/
+2
2024-08-01
logs-show: rename BootId -> LogId
Yu Watanabe
4
-78
/
+78
2024-07-31
core/socket: stop hardcoding every service inactive state
Mike Yuan
1
-14
/
+27
2024-07-31
core/cgroup: use UNIT_IS_INACTIVE_OR_FAILED where appropriate
Mike Yuan
1
-1
/
+1
2024-07-31
core/unit: merge use of LOG_CONTEXT_SET_LOG_LEVEL into LOG_CONTEXT_PUSH_UNIT
Mike Yuan
2
-7
/
+7
2024-07-31
core: clean up ambient capability logging
Mike Yuan
2
-3
/
+6
2024-07-31
mkosi: Beef up testuser a bit
Daan De Meyer
2
-1
/
+15
2024-07-31
mkosi: Switch to autologin via credentials
Daan De Meyer
1
-2
/
+6
2024-07-31
socket: fix socket activation of stopped services with pinned FD store
Michal Sekletar
2
-2
/
+12
2024-07-31
units: Import tty specific credentials for each getty unit
Daan De Meyer
4
-0
/
+8
2024-07-31
core: Add support for renaming credentials with ImportCredential=
Daan De Meyer
12
-45
/
+339
2024-07-31
exec-credential: Skip duplicate credentials in load_credential_glob()
Daan De Meyer
2
-5
/
+15
2024-07-31
exec-credential: Log if we skip duplicate credential
Daan De Meyer
1
-1
/
+3
2024-07-31
Drop EEXIST handling in load_credential_glob()
Daan De Meyer
1
-2
/
+0
2024-07-31
cgroup-util: Don't try to open pidfd for kernel threads
Daan De Meyer
1
-1
/
+3
2024-07-31
log: Fix size calculation for number of iovecs
Daan De Meyer
1
-3
/
+3
2024-07-31
execute: Drop log level to unit log level in exec_spawn()
Daan De Meyer
3
-2
/
+15
2024-07-31
Revert "execute: Call capability_ambient_set_apply even if ambient set is 0"
Łukasz Stelmach
1
-1
/
+1
2024-07-31
core: drop ambient capabilities in systemd-executor
Łukasz Stelmach
4
-5
/
+43
2024-07-31
man: suggest to enable global IPv6Forwarding= setting to make IPv6 packets fo...
Yu Watanabe
1
-1
/
+9
2024-07-31
NEWS: mention that udevadm test and test-builtin are now non-destructive
Yu Watanabe
1
-0
/
+7
2024-07-31
network: mention that IPv4 ACD is enabled by default for 169.254.0.0/16
Yu Watanabe
1
-3
/
+11
2024-07-31
network: request non-NULL SSID when a wlan interface is configured as station
Yu Watanabe
1
-0
/
+1
2024-07-31
efi: fix link to legacy EFI handover protocol
Luca Boccassi
1
-1
/
+1
2024-07-31
stub: allocate and zero enough space in legacy x86 handover protocol
Luca Boccassi
6
-10
/
+29
2024-07-30
network: shorten code a bit
Yu Watanabe
1
-3
/
+0
2024-07-30
network: call link_handle_bound_by_list() before trying to reconfigure interface
Yu Watanabe
1
-4
/
+7
2024-07-30
Revert "network/ndisc: ignore most fields of RA header when lifetime is zero"
Ivan Shapovalov
1
-6
/
+0
2024-07-30
Fix detection of TDX confidential VM on Azure platform
Daniel P. Berrangé
3
-6
/
+15
2024-07-30
test-network: add test case for preferred source with peer
Yu Watanabe
2
-0
/
+13
2024-07-30
network: make link_get_address() provide matching address with peer
Yu Watanabe
6
-37
/
+63
2024-07-30
network/ipv4acd: manage ACD engines with Address object
Yu Watanabe
3
-31
/
+44
2024-07-30
network: do not bring down bound interfaces immediately
Yu Watanabe
1
-19
/
+11
2024-07-30
document how TimeoutStartSec= affects notify-reload (#33653)
Arian van Putten
1
-0
/
+6
2024-07-30
nspawn: remove macvlan interfaces before network namespace died
Yu Watanabe
3
-0
/
+55
2024-07-30
cgroup-util: Ignore kernel threads in cg_kill_items()
Daan De Meyer
1
-0
/
+6
2024-07-29
kernel-install: Try some more initrd variants in 90-loaderentry.install
Daan De Meyer
1
-2
/
+12
2024-07-29
kernel-install: Only read cmdline from /proc/cmdline when not in container
Daan De Meyer
1
-2
/
+4
[next]