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
*
watchdog: rename special string "infinity" taken by the watchdog timeout opti...
Franck Bui
2021-10-13
3
-9
/
+45
*
watchdog: handle timeout programming errors more safely
Franck Bui
2021-10-13
1
-5
/
+17
*
core: introduce systemd.watchdog_sec=<sec> option
Franck Bui
2021-10-13
1
-0
/
+11
*
watchdog: passing 0 to watchdog_setup now closes the watchdog
Franck Bui
2021-10-13
3
-31
/
+32
*
watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...
Franck Bui
2021-10-13
1
-17
/
+15
*
watchdog: configuring a timeout value might not be supported by the HW
Franck Bui
2021-10-13
1
-8
/
+29
*
watchdog: minor optimization in watchdog_setup()
Franck Bui
2021-10-13
1
-0
/
+4
*
watchdog: cleanup: create an helper for each ioctl
Franck Bui
2021-10-13
1
-46
/
+68
*
mount-util: fix fd_is_mount_point() when both the parent and directory are ne...
Franck Bui
2021-10-01
1
-27
/
+41
*
test: Add failing/non-failing syscall filter test setting architecture
Benjamin Berg
2021-09-30
1
-0
/
+2
*
test: Check that "native" architecture is always filtered
Benjamin Berg
2021-09-30
1
-0
/
+61
*
seccomp: Always install filters for native architecture
Benjamin Berg
2021-09-30
1
-0
/
+4
*
Merge pull request #20876 from poettering/openssl3-creds
Yu Watanabe
2021-09-29
3
-11
/
+15
|
\
|
*
openssl-util: use EVP API to get RSA bits
Lennart Poettering
2021-09-29
1
-6
/
+1
|
*
creds-util: switch to OpenSSL 3.0 APIs
Lennart Poettering
2021-09-29
2
-5
/
+14
*
|
headers: update bpf_insn.h to dual license
Luca Boccassi
2021-09-29
1
-1
/
+1
*
|
core/mount: add implicit unit dependencies even if when mount unit is generat...
Yu Watanabe
2021-09-29
1
-0
/
+4
*
|
Merge pull request #20824 from yuwata/sd-dhcp6-client-cleanups
Yu Watanabe
2021-09-29
7
-533
/
+553
|
\
\
|
*
|
sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()
Yu Watanabe
2021-09-29
4
-5
/
+4
|
*
|
sd-dhcp6-client: do not merge NTP and SNTP options
Yu Watanabe
2021-09-29
4
-15
/
+20
|
*
|
sd-dhcp6-client: support multiple NTP server options
Yu Watanabe
2021-09-29
3
-9
/
+11
|
*
|
sd-dhcp6-client: support multiple domains
Yu Watanabe
2021-09-29
4
-9
/
+6
|
*
|
sd-dhcp6-client: make dhcp6_lease_free() accepts NULL
Yu Watanabe
2021-09-29
1
-6
/
+4
|
*
|
sd-dhcp6-client: drop domains_count and ntp_fqdn_count
Yu Watanabe
2021-09-29
5
-51
/
+39
|
*
|
sd-dhcp6-client: use dhcp6_option_parse() in client_parse_message()
Yu Watanabe
2021-09-29
1
-17
/
+7
|
*
|
sd-dhcp6-client: constify several arguments
Yu Watanabe
2021-09-29
2
-13
/
+9
|
*
|
sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...
Yu Watanabe
2021-09-29
3
-35
/
+43
|
*
|
sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()
Yu Watanabe
2021-09-29
3
-35
/
+24
|
*
|
sd-dhcp6-client: modernize dhcp6_option_parse_ia()
Yu Watanabe
2021-09-29
4
-248
/
+240
|
*
|
sd-dhcp6-client: make dhcp6_option_parse_status() also parse error message
Yu Watanabe
2021-09-29
4
-74
/
+122
|
*
|
test: add tests for reading unaligned data
Yu Watanabe
2021-09-29
1
-8
/
+21
|
*
|
sd-dhcp6-client: modernize dhcp6_option_parse()
Yu Watanabe
2021-09-29
4
-81
/
+76
|
*
|
sd-dhcp6-client: constify one argument
Yu Watanabe
2021-09-29
2
-2
/
+2
*
|
|
Merge pull request #20226 from yuwata/network-introduce-source-and-status
Yu Watanabe
2021-09-29
29
-2278
/
+1624
|
\
\
\
|
*
|
|
network: drop unnecessary link_drop_foreign_config()
Yu Watanabe
2021-09-24
1
-5
/
+1
|
*
|
|
network: drop unused features in request queue
Yu Watanabe
2021-09-24
2
-10
/
+0
|
*
|
|
network: address_equal() is not used anymore, hence move it to test-network.c
Yu Watanabe
2021-09-24
3
-11
/
+10
|
*
|
|
network: use NetworkConfigSource/State to manage addresses and routes
Yu Watanabe
2021-09-24
27
-2252
/
+1613
*
|
|
|
Merge pull request #20871 from mrc0mmand/udevadm-property-value
Yu Watanabe
2021-09-29
4
-14
/
+99
|
\
\
\
\
|
*
|
|
|
udev: teach udevadm --property=NAME and --value options
Frantisek Sumsal
2021-09-29
1
-14
/
+55
|
*
|
|
|
basic: introduce test_strv_split_and_extend()
Frantisek Sumsal
2021-09-29
3
-0
/
+44
|
*
|
|
|
udev: sort the options alphabetically
Frantisek Sumsal
2021-09-29
1
-7
/
+7
*
|
|
|
|
Merge pull request #20877 from yuwata/network-test-mode
Yu Watanabe
2021-09-29
9
-22
/
+40
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
network: do not configure anything when running in test mode
Yu Watanabe
2021-09-29
1
-0
/
+6
|
*
|
|
|
network: do not update state files when running in test mode
Yu Watanabe
2021-09-29
9
-22
/
+34
*
|
|
|
|
basic/unit-file: don't filter out names starting with dot
Anita Zhang
2021-09-29
1
-1
/
+1
*
|
|
|
|
core: drop "const" from NeedsDaemonReload unit dbus property
Lennart Poettering
2021-09-29
1
-1
/
+1
*
|
|
|
|
resolvconf-compat: make "-u" operation a NOP
Lennart Poettering
2021-09-29
1
-3
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #20802 from yuwata/network-receive-nl80211-multicast-messages
Yu Watanabe
2021-09-29
22
-237
/
+793
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
network: receive genl multicast messages about wlan connections
Yu Watanabe
2021-09-29
4
-72
/
+332
[next]