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
*
sd-daemon: Set SO_LINGER on AF_VSOCK notify socket fds
Daan De Meyer
2024-04-25
2
-9
/
+14
*
Fix _do_log conditions in log_exec_* macros
Łukasz Stelmach
2024-04-25
1
-4
/
+4
*
Merge pull request #32477 from DaanDeMeyer/fixes
Daan De Meyer
2024-04-25
41
-101
/
+46
|
\
|
*
tree-wide: Use log_setup() everywhere
Daan De Meyer
2024-04-25
38
-99
/
+43
|
*
portable: Don't fail if /etc/resolv.conf doesn't exist
Daan De Meyer
2024-04-25
2
-2
/
+2
|
*
test: Skip meson integration tests if SYSTEMD_INTEGRATION_TESTS != 1
Daan De Meyer
2024-04-25
1
-0
/
+1
*
|
Merge pull request #32474 from poettering/varlink-no-pidfd
Luca Boccassi
2024-04-25
2
-2
/
+3
|
\
\
|
*
|
varlink: fix varlink_get_peer_pidref() fallback
Lennart Poettering
2024-04-25
1
-1
/
+1
|
*
|
errno-util: consider ENOPROTOOPT another "not supported"
Lennart Poettering
2024-04-25
1
-1
/
+2
*
|
|
Merge pull request #32467 from yuwata/network-radv-cleanup
Luca Boccassi
2024-04-25
4
-80
/
+76
|
\
\
\
|
*
|
|
network/radv: use sd_ndisc_prefix and friends to manage prefixes and so on
Yu Watanabe
2024-04-25
2
-51
/
+48
|
*
|
|
network/radv: rename pref64Prefix -> Prefix64
Yu Watanabe
2024-04-25
3
-25
/
+25
|
*
|
|
network/route: use our definitions of route preference
Yu Watanabe
2024-04-25
1
-4
/
+3
*
|
|
|
cryptsetup-tokens: fix pin asserts
Antonio Alvarez Feijoo
2024-04-25
3
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
execute: make ExecStatus dump more useful by showing passed time
Lennart Poettering
2024-04-25
1
-6
/
+27
*
|
|
swap: hook up with handoff timestamps
Lennart Poettering
2024-04-25
1
-0
/
+18
*
|
|
mount: hook up with handoff timestamps
Lennart Poettering
2024-04-25
1
-0
/
+18
*
|
|
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
4
-11
/
+47
*
|
|
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
1
-1
/
+1
|
\
|
*
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 #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
*
|
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
*
|
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
|
/
*
core/manager: add unmerged-bin taint
Mike Yuan
2024-04-24
1
-6
/
+10
*
core/manager: rearrange taint tags
Mike Yuan
2024-04-24
1
-9
/
+9
*
core/manager: drop obsolete cgroup taint string
Mike Yuan
2024-04-24
1
-6
/
+3
*
mount-setup: use mount_verbose_full where appropriate
Mike Yuan
2024-04-24
1
-4
/
+1
*
Merge pull request #32437 from keszybz/notify-fixups-split-out
Luca Boccassi
2024-04-23
1
-14
/
+26
|
\
[next]