index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup-util: allow cg_read_pid() to skip unmapped (zero) pids
Timo Rothenpieler
2024-05-14
7
-32
/
+48
*
libsystemd-network: skip dhcp server test in case of EAFNOSUPPORT
Radoslav Kolev
2024-05-14
1
-1
/
+3
*
Merge pull request #32804 from YHNdnzj/bootspec-modernization
Mike Yuan
2024-05-14
1
-27
/
+24
|
\
|
*
shared/bootspec: use FOREACH_ARRAY more
Mike Yuan
2024-05-14
1
-7
/
+6
|
*
shared/bootspec: use isempty where appropriate
Mike Yuan
2024-05-14
1
-1
/
+1
|
*
shared/bootspec: use path_make_absolute where appropriate
Mike Yuan
2024-05-14
1
-4
/
+1
|
*
shared/bootspec: inline iterator var
Mike Yuan
2024-05-14
1
-12
/
+6
|
*
shared/bootspec: add missing assertions
Mike Yuan
2024-05-14
1
-3
/
+10
*
|
core: Imply DefaultDependencies=no for credential mounts
Daan De Meyer
2024-05-14
1
-4
/
+4
*
|
sd-event: increase test-event timeout to 120s
Radoslav Kolev
2024-05-14
1
-1
/
+4
*
|
dlfcn-util: fix typo
Yu Watanabe
2024-05-14
1
-1
/
+1
|
/
*
bootctl: fix crash when parsing addon without .cmdline section
Luca Boccassi
2024-05-14
1
-2
/
+4
*
network: IPv6 Compliance RFC4862: Address Lifetime Expiry (Hosts Only) [v6LC....
Matt Muggeridge
2024-05-14
1
-15
/
+16
*
network: IPv6 Compliance: Router Advertisement Processing, Reachable Time [v6...
Matt Muggeridge
2024-05-13
1
-21
/
+0
*
curl-glue: catch libcurl attempting to change timeout handler when we destroy...
Lennart Poettering
2024-05-13
1
-0
/
+7
*
machined: return recognizable error when we try to register the same machine ...
Lennart Poettering
2024-05-13
3
-2
/
+6
*
core/service: remove unnecessary reset of notify_access_override
Mike Yuan
2024-05-13
1
-4
/
+1
*
varlink: rename vsockCid → vSockCid field
Lennart Poettering
2024-05-13
3
-3
/
+3
*
journal-rate-limit: replace in-house management of JournalRateLimitGroup with...
Yu Watanabe
2024-05-13
5
-123
/
+60
*
journal-rate-limit: split out journal_ratelimit_group_acquire()
Yu Watanabe
2024-05-12
1
-18
/
+37
*
journal-rate-limit: introduce cleanup function for JournalRateLimitGroup
Yu Watanabe
2024-05-12
1
-18
/
+21
*
journal-rate-limit: rename variables
Yu Watanabe
2024-05-12
2
-15
/
+33
*
journal-rate-limit: use FOREACH_ELEMENT() and usec_add()
Yu Watanabe
2024-05-12
1
-5
/
+3
*
journal-rate-limit: make journal_ratelimit_group_free() return NULL
Yu Watanabe
2024-05-12
1
-3
/
+4
*
journal-rate-limit: add trailing comma in table
Yu Watanabe
2024-05-12
1
-1
/
+1
*
test: introduce test cases for journal_ratelimit_test()
Yu Watanabe
2024-05-12
2
-0
/
+50
*
tree-wide: use LOG_PRI() and LOG_FAC()
Yu Watanabe
2024-05-12
8
-16
/
+22
*
debug-generator: Allow specifying name of unit-dropin credential
Daan De Meyer
2024-05-11
2
-13
/
+35
*
libcrypt-util: fix wrong errno value assignment
Yu Watanabe
2024-05-10
1
-1
/
+1
*
Merge pull request #32747 from YHNdnzj/tmpfiles-ret-gather
Luca Boccassi
2024-05-10
1
-60
/
+58
|
\
|
*
tmpfiles: use RET_GATHER more, add missing assertions
Mike Yuan
2024-05-10
1
-45
/
+44
|
*
tmpfiles: don't compare errno with negative value
Mike Yuan
2024-05-10
1
-1
/
+1
|
*
tmpfiles: clean up hardlinks_vulnerable a bit
Mike Yuan
2024-05-10
1
-14
/
+13
*
|
Merge pull request #32738 from yuwata/trivial-cleanups
Mike Yuan
2024-05-10
5
-19
/
+18
|
\
\
|
*
|
core/unit: use FOREACH_ELEMENT() to add dependencies for journal namespace in...
Yu Watanabe
2024-05-10
1
-14
/
+13
|
*
|
core/service: shorten code a bit
Yu Watanabe
2024-05-10
1
-3
/
+1
|
*
|
time-util: define TIMESPEC_OMIT
Yu Watanabe
2024-05-10
3
-2
/
+4
*
|
|
Merge pull request #32491 from yuwata/journalctl-fix-boot
Luca Boccassi
2024-05-10
11
-161
/
+249
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
journalctl: make --list-boots support -n/--lines= option
Yu Watanabe
2024-05-10
5
-12
/
+75
|
*
|
journalctl: fail and show error message when no boot ID found
Yu Watanabe
2024-05-10
1
-1
/
+2
|
*
|
logs-show: use GREEDY_REALLOC_APPEND()
Yu Watanabe
2024-05-10
1
-3
/
+1
|
*
|
logs-show: fix stored timestamp when advance_older is true
Yu Watanabe
2024-05-10
1
-2
/
+2
|
*
|
journalctl: fix support of --boot=ID±offset format
Yu Watanabe
2024-05-10
4
-79
/
+81
|
*
|
logs-show: flush matches before and after finding boots
Yu Watanabe
2024-05-10
1
-0
/
+5
|
*
|
journalctl: fix --boot=0 with --file=- (from stdin)
Yu Watanabe
2024-05-10
1
-1
/
+1
|
*
|
journalctl: split out journal_acquire_boot() from add_boot()
Yu Watanabe
2024-05-10
3
-35
/
+61
|
*
|
journalctl: several cleanups for parse_boot_descriptor()
Yu Watanabe
2024-05-10
1
-17
/
+16
|
*
|
logs-show: add missing strempty()
Yu Watanabe
2024-05-10
1
-1
/
+1
|
*
|
logs-show: drop uid argument from add_matches_for_user_units()
Yu Watanabe
2024-05-10
6
-25
/
+19
|
|
/
*
|
Merge pull request #32741 from yuwata/network-dhcp4-route-to-dns
Luca Boccassi
2024-05-10
2
-26
/
+77
|
\
\
[next]