index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: hookup handoff timestamps with processes forked off by socket units
Lennart Poettering
2024-04-25
1
-0
/
+18
*
manager: switch service unit type over to using new handoff timestamping logic
Lennart Poettering
2024-04-25
7
-37
/
+74
*
execute: send handoff timestamps from executor to service manager
Lennart Poettering
2024-04-25
5
-73
/
+113
*
manager: add socket for receiving handoff timestamps from forked children
Lennart Poettering
2024-04-25
4
-17
/
+151
*
core: fix assertions in manager_dispatch_user_lookup_fd()
Lennart Poettering
2024-04-25
1
-3
/
+2
*
run/run: fix invocation ID handling
Yu Watanabe
2024-04-25
2
-5
/
+4
*
Merge pull request #32464 from YHNdnzj/journal-object-invocation-id
Yu Watanabe
2024-04-24
2
-6
/
+15
|
\
|
*
man/systemd.journal-fields: add missing OBJECT_SYSTEMD_INVOCATION_ID
Mike Yuan
2024-04-24
1
-5
/
+14
|
*
journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOCATION_ID
Mike Yuan
2024-04-24
1
-1
/
+1
*
|
systemctl: list-jobs: interchange 'waiting for' and 'blocking' in output
Rasmus Villemoes
2024-04-24
1
-2
/
+2
*
|
Merge pull request #32458 from poettering/manager_get_units_for_pidref
Luca Boccassi
2024-04-24
1
-66
/
+82
|
\
\
|
*
|
manager: also port manager_dispatch_sigchld() to manager_get_units_for_pidref()
Lennart Poettering
2024-04-24
1
-34
/
+17
|
*
|
manager: split out helper that gets Unit objects with interest in given PidRef
Lennart Poettering
2024-04-24
1
-32
/
+65
|
|
/
*
|
mount,swap: include ExecStatus output in dump
Lennart Poettering
2024-04-24
4
-1
/
+31
*
|
Merge pull request #32465 from CodethinkLabs/mkosi-debug
Daan De Meyer
2024-04-24
2
-0
/
+2
|
\
\
|
*
|
test: Add --debug when running mkosi through integration-test-wrapper
Richard Maw
2024-04-24
1
-0
/
+1
|
*
|
mkosi: Build images with --debug to aid debugging in CI
Richard Maw
2024-04-24
1
-0
/
+1
|
|
/
*
|
Merge pull request #32461 from DaanDeMeyer/test-fixes
Daan De Meyer
2024-04-24
3
-2
/
+42
|
\
\
|
|
/
|
/
|
|
*
TEST-50-DISSECT: Skip mutable sysext tests on virtiofs
Daan De Meyer
2024-04-24
1
-0
/
+31
|
*
TEST-50-DISSECT: Use --apparent-size when calling du
Daan De Meyer
2024-04-24
1
-2
/
+2
|
*
TEST-50-DISSECT: Skip mountfsd test if the user namespace interface is not su...
Daan De Meyer
2024-04-24
1
-0
/
+9
*
|
Merge pull request #32447 from keszybz/test-taint
Zbigniew Jędrzejewski-Szmek
2024-04-24
9
-103
/
+109
|
\
\
|
*
|
core/taint: make short_uid_range() not take a path
Zbigniew Jędrzejewski-Szmek
2024-04-24
1
-8
/
+6
|
*
|
core: drop unused param, move taint calculation to separate file
Zbigniew Jędrzejewski-Szmek
2024-04-24
9
-103
/
+111
*
|
|
ci: remove packages.microsoft.com
Luca Boccassi
2024-04-24
2
-0
/
+4
*
|
|
manager: port user lookup fd serialization to serialize_fd_many()
Lennart Poettering
2024-04-24
1
-21
/
+10
*
|
|
manager: comprehensively mark manager_dispatch_user_lookup_fd() as static
Lennart Poettering
2024-04-24
1
-1
/
+1
*
|
|
capability-util: avoid thread_local
Lennart Poettering
2024-04-24
1
-23
/
+24
*
|
|
cryptenroll: fix typo (close parenthesis out of nowhere)
Mike Yuan
2024-04-24
1
-1
/
+1
*
|
|
manager: use startswith() return value
Lennart Poettering
2024-04-24
1
-3
/
+3
*
|
|
manager: use proper unicode arrow in dump
Lennart Poettering
2024-04-24
3
-6
/
+6
*
|
|
exec-invoke: correct dont_close[] size
Lennart Poettering
2024-04-24
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge pull request #32449 from DaanDeMeyer/mkosi
Daan De Meyer
2024-04-24
10
-7
/
+20
|
\
\
|
*
|
mkosi: Add attr
Daan De Meyer
2024-04-24
1
-0
/
+1
|
*
|
mkosi: Add nvme-cli
Daan De Meyer
2024-04-24
1
-0
/
+1
|
*
|
mkosi: Add psmisc to opensuse for killall
Richard Maw
2024-04-24
1
-0
/
+1
|
*
|
mkosi: Add psmisc to debian-ubuntu for killall
Richard Maw
2024-04-24
1
-0
/
+1
|
*
|
mkosi: Add psmisc to arch for killall
Richard Maw
2024-04-24
1
-0
/
+1
|
*
|
test: Shut down tests on crash
Richard Maw
2024-04-24
1
-6
/
+10
|
*
|
test: document when writable /usr overlays may be needed
Richard Maw
2024-04-24
4
-0
/
+4
|
*
|
mkosi: Update to latest
Richard Maw
2024-04-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #32424 from yuwata/network-radv-cleanups
Yu Watanabe
2024-04-24
6
-147
/
+101
|
\
\
|
*
|
network/radv: merge two boolean flags for prefix into one
Yu Watanabe
2024-04-24
3
-17
/
+14
|
*
|
sd-radv: use in6_addr_prefix_intersect()
Yu Watanabe
2024-04-24
1
-7
/
+4
|
*
|
in-addr-util: introduce in{4,6}_addr_prefix_intersect()
Yu Watanabe
2024-04-24
2
-35
/
+61
|
*
|
sd-radv: allow to send multiple routes or prefix64 that have intersection wit...
Yu Watanabe
2024-04-24
1
-46
/
+12
|
*
|
sd-radv: send RA on update in caller side
Yu Watanabe
2024-04-24
2
-42
/
+10
*
|
|
Merge pull request #32443 from weblate/weblate-systemd-main
Frantisek Sumsal
2024-04-24
4
-7
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
po: Translated using Weblate (Georgian)
Temuri Doghonadze
2024-04-24
1
-1
/
+4
|
*
|
po: Translated using Weblate (Ukrainian)
Yuri Chornoivan
2024-04-24
1
-1
/
+5
[next]