index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
initreq.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
systemd-sleep: always prefer resume device or file
Zach Smith
3
-119
/
+236
2019-09-25
Updated log message when the timesync happens for the first time (#13624)
cbzxt
1
-3
/
+3
2019-09-25
units: make systemd-binfmt.service easier to work with no autofs
Zbigniew Jędrzejewski-Szmek
2
-0
/
+4
2019-09-25
basic/arphrd: stop discriminating against NETROM and CISCO
Zbigniew Jędrzejewski-Szmek
2
-2
/
+1
2019-09-25
basic: massively reduce the size of arphdr lookup functions
Zbigniew Jędrzejewski-Szmek
4
-34
/
+16
2019-09-25
test-arphdr-list: modernize and provide some useful output
Zbigniew Jędrzejewski-Szmek
1
-4
/
+5
2019-09-25
log: Add missing "%" in "%m" log format strings
Filipe Brandenburger
2
-2
/
+2
2019-09-25
semaphore: turn on systemd-networkd in lxc-containers on Semaphore
Evgeny Vereshchagin
1
-0
/
+2
2019-09-24
man: Add a missing space in machinectl(1)
Philip Withnall
1
-1
/
+1
2019-09-24
link: Add support to configure NIC ring buffer size
Susant Sahani
7
-0
/
+125
2019-09-24
test-mountpoint-util: improve output a bit
Zbigniew Jędrzejewski-Szmek
1
-3
/
+4
2019-09-24
cgroup-util: fix obsolete comment about supported controllers
Pavel Hrdina
1
-2
/
+1
2019-09-24
cgroup: introduce support for cgroup v2 CPUSET controller
Pavel Hrdina
14
-3
/
+268
2019-09-24
Corect man page reference in systemd-nologin.conf comments
Steve Traylen
1
-1
/
+1
2019-09-22
man: fix typo
Michael Biebl
1
-1
/
+1
2019-09-22
tree-wide: various code-formatting improvements
Frantisek Sumsal
7
-14
/
+9
2019-09-21
networkctl: add renew command
Yu Watanabe
3
-2
/
+54
2019-09-21
network: introduce new bus method Renew() and RenewLink()
Yu Watanabe
6
-0
/
+49
2019-09-21
network: add one more section validty check
Yu Watanabe
1
-0
/
+4
2019-09-21
po: update Japanese translations
Yu Watanabe
1
-3
/
+3
2019-09-21
l10n: update Czech Translation
AsciiWolf
1
-15
/
+165
2019-09-20
basic/log: put a ratelimit on our logging to /dev/kmsg
Zbigniew Jędrzejewski-Szmek
1
-0
/
+13
2019-09-20
pid1: disable printk ratelimit in early boot
Zbigniew Jędrzejewski-Szmek
3
-0
/
+17
2019-09-20
tree-wide: say "ratelimit" not "rate_limit"
Zbigniew Jędrzejewski-Szmek
17
-92
/
+92
2019-09-20
pid1: rename start_limit to start_ratelimit
Zbigniew Jędrzejewski-Szmek
5
-17
/
+17
2019-09-20
Drop RATELIMIT macros
Zbigniew Jędrzejewski-Szmek
11
-45
/
+20
2019-09-20
sd-radv: if lifetime < SD_RADV_DEFAULT_MAX_TIMEOUT_USEC, adjust timeout (#13491)
Georg Müller
1
-0
/
+11
2019-09-20
networkd: Fix SIP double-free
Chris Down
1
-1
/
+0
2019-09-20
dhcp: Log SIP server information correctly
Chris Down
1
-1
/
+1
2019-09-20
network: DHCP server Add support to transmit SIP server
Susant Sahani
22
-11
/
+370
2019-09-20
network dhcp4: Add support send request options in a generic manner
Susant Sahani
7
-2
/
+95
2019-09-20
polkit: fix typo
AsciiWolf
6
-8
/
+8
2019-09-20
test-network: Drop start dnsmasq
Susant Sahani
1
-2
/
+0
2019-09-20
dhcp6: use unaligned_read_be32()
Yu Watanabe
2
-1
/
+1
2019-09-19
pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2019-09-17
dhcp6: add missing option length check
Yu Watanabe
2
-2
/
+5
2019-09-17
networkd: unbreak routing_policy_rule_compare_func()
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2019-09-17
networkd: make neighbor_hash_func() handle the same data as neighbor_compare_...
Zbigniew Jędrzejewski-Szmek
1
-1
/
+3
2019-09-17
networkd: use same order in _hash_func() and _compare_func()
Zbigniew Jędrzejewski-Szmek
2
-27
/
+37
2019-09-17
networkd: split out helper function for address extraction
Zbigniew Jędrzejewski-Szmek
1
-30
/
+21
2019-09-17
unit: add ExecReload= in systemd-udevd.service
Yu Watanabe
1
-0
/
+1
2019-09-17
udevadm: use usec_add()
Yu Watanabe
1
-5
/
+4
2019-09-17
udevadm: missing initialization of descriptor
Yu Watanabe
1
-0
/
+1
2019-09-17
core: add ExecXYZEx= bus hook ups to all exec command properties
Anita Zhang
7
-2
/
+114
2019-09-17
test: rename TEST-EXECRELOAD to avoid name conflict
Frantisek Sumsal
3
-0
/
+0
2019-09-17
core: coldplug possible nop_job
ypf791
1
-2
/
+4
2019-09-17
network: also take Route::initcwnd and ::initrwnd into hash func
Yu Watanabe
2
-0
/
+35
2019-09-17
network: take more route information into hash func
Yu Watanabe
3
-68
/
+6
2019-09-17
network: make route_get() or friends take Route object
Yu Watanabe
5
-181
/
+120
2019-09-17
sd-netlink: fix invalid assertion
Yu Watanabe
1
-1
/
+3
[next]