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
*
repart: Fix a check for CopyBlocks on data partition
Valentin David
2023-09-19
1
-1
/
+1
*
path: make arg_pager_flags static
Lennart Poettering
2023-09-19
1
-1
/
+1
*
Merge pull request #29206 from mrc0mmand/lsan-followup
Mike Yuan
2023-09-18
1
-5
/
+7
|
\
|
*
core: limit the LSan shenanigans to PID 1
Frantisek Sumsal
2023-09-18
1
-5
/
+7
*
|
logind: slightly tweak error message about not enough swap for hibernation
Lennart Poettering
2023-09-18
1
-1
/
+1
|
/
*
Merge pull request #29119 from yuwata/network-dhcp-server-allow-null-server-a...
Luca Boccassi
2023-09-17
6
-88
/
+87
|
\
|
*
network: allow to set null address for [DHCPServer] ServerAddress=
Yu Watanabe
2023-09-08
1
-2
/
+2
|
*
network: find DHCP server address only on loading .network file
Yu Watanabe
2023-09-08
5
-82
/
+83
|
*
network: call network_adjust_dhcp_server() from network_drop_invalid_addresses()
Yu Watanabe
2023-09-08
3
-5
/
+3
*
|
core: redirect LSan's report to /dev/console during manager exit
Frantisek Sumsal
2023-09-17
1
-0
/
+10
*
|
path: add --no-pager option, enable pager by default
Zbigniew Jędrzejewski-Szmek
2023-09-14
1
-0
/
+11
*
|
path: rename functions
Zbigniew Jędrzejewski-Szmek
2023-09-14
1
-4
/
+4
*
|
path: modernize, return first error
Zbigniew Jędrzejewski-Szmek
2023-09-14
1
-17
/
+9
*
|
bootctl: use pager in help
Zbigniew Jędrzejewski-Szmek
2023-09-14
1
-0
/
+2
*
|
export: use highlighting in --help
Zbigniew Jędrzejewski-Szmek
2023-09-14
1
-8
/
+13
*
|
Merge pull request #29156 from bluca/signal_dump_jobs
Luca Boccassi
2023-09-11
6
-20
/
+69
|
\
\
|
*
|
core: dump jobs list on sigrtmin+18 with 0x500
Luca Boccassi
2023-09-11
5
-0
/
+44
|
*
|
core: use structured initialization in exec_context_init
Luca Boccassi
2023-09-10
1
-20
/
+25
*
|
|
serialize: don#t allocate 1M on the stack just like that
Lennart Poettering
2023-09-11
1
-9
/
+27
*
|
|
logind: add PrepareForShutdownWithMetadata signal
Luca Boccassi
2023-09-11
2
-13
/
+43
|
/
/
*
|
Merge pull request #29130 from poettering/unit-defaults
Luca Boccassi
2023-09-09
18
-332
/
+371
|
\
\
|
*
|
core: introduce unit_defaults_init() common initialization helper
Lennart Poettering
2023-09-08
3
-46
/
+43
|
*
|
manager: add manager_set_unit_defaults() call that sets all unit defaults in ...
Lennart Poettering
2023-09-08
5
-54
/
+93
|
*
|
manager: move various fields that declare unit defaults into a new structure ...
Lennart Poettering
2023-09-08
16
-308
/
+311
|
|
/
*
|
Merge pull request #29142 from poettering/pidref
Luca Boccassi
2023-09-09
26
-266
/
+548
|
\
\
|
*
|
machined: port over to PidRef too
Lennart Poettering
2023-09-09
5
-39
/
+62
|
*
|
logind: also port session leader tracking over to PidRef
Lennart Poettering
2023-09-09
7
-30
/
+52
|
*
|
core: don't manually destroy timer when we can't spawn a child
Lennart Poettering
2023-09-09
2
-16
/
+8
|
*
|
core: also port swap units to PidRef
Lennart Poettering
2023-09-09
3
-28
/
+39
|
*
|
core: also port mount units to PidRef
Lennart Poettering
2023-09-09
3
-28
/
+41
|
*
|
core: convert Socket logic to PidRef too
Lennart Poettering
2023-09-09
2
-30
/
+56
|
*
|
core: reference main/control pid of .service units via PidRef
Lennart Poettering
2023-09-09
3
-97
/
+117
|
*
|
pidref: add structure that can reference a pid via both pidfd and pid_t
Lennart Poettering
2023-09-09
3
-0
/
+175
*
|
|
Merge pull request #29117 from Werkov/memory_available
Mike Yuan
2023-09-09
2
-47
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cgroup: Estimate MemoryAvailable= when DefaultMemoryAccounting=no
Michal Koutný
2023-09-08
1
-8
/
+6
|
*
|
cgroup: Refactor MemoryAvailable= evaluation
Michal Koutný
2023-09-08
1
-45
/
+16
|
*
|
cgroup: Fix MemoryAvailable= by considering physical memory
Michal Koutný
2023-09-08
2
-5
/
+8
*
|
|
Merge pull request #29127 from YHNdnzj/wall-followup
Luca Boccassi
2023-09-09
3
-54
/
+89
|
\
\
\
|
*
|
|
shared/wall: fall back to logind if utmpx database doesn't exist
Mike Yuan
2023-09-08
1
-9
/
+25
|
*
|
|
shared/wall: several cleanups
Mike Yuan
2023-09-08
2
-49
/
+73
|
*
|
|
utmp-wtmp: remove unneeded include
Mike Yuan
2023-09-08
1
-5
/
+0
|
|
/
/
*
|
|
Merge pull request #29116 from yuwata/network-sriov-debug
Luca Boccassi
2023-09-09
1
-32
/
+30
|
\
\
\
|
*
|
|
network/sr-iov: move common parts to link_set_sr_iov_ifindices()
Yu Watanabe
2023-09-08
1
-38
/
+30
|
*
|
|
network/sr-iov: ignore -EINVAL in reading dev_port sysfs attribute
Yu Watanabe
2023-09-08
1
-0
/
+6
*
|
|
|
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
8
-32
/
+16
*
|
|
|
serialize: add common deserialize_read_line() helper and use it everywhere
Lennart Poettering
2023-09-08
5
-30
/
+48
|
|
/
/
|
/
|
|
*
|
|
conf-parser: parse main config first only if not symlinked to/as drop-in
Mike Yuan
2023-09-08
1
-0
/
+30
*
|
|
repart,bootspec: use set_ensure_consume
Mike Yuan
2023-09-08
2
-5
/
+4
*
|
|
ukify/man: Look for a config file in systemd folders if not specified
Alvin Alvarado
2023-09-08
1
-3
/
+21
|
|
/
|
/
|
*
|
Merge pull request #29123 from yuwata/conf-parser-cleanups-for-config-section
Mike Yuan
2023-09-08
4
-12
/
+55
|
\
\
[next]