summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: rename special string "infinity" taken by the watchdog timeout opti...Franck Bui2021-10-133-9/+45
* watchdog: handle timeout programming errors more safelyFranck Bui2021-10-131-5/+17
* core: introduce systemd.watchdog_sec=<sec> optionFranck Bui2021-10-131-0/+11
* watchdog: passing 0 to watchdog_setup now closes the watchdogFranck Bui2021-10-133-31/+32
* watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...Franck Bui2021-10-131-17/+15
* watchdog: configuring a timeout value might not be supported by the HWFranck Bui2021-10-131-8/+29
* watchdog: minor optimization in watchdog_setup()Franck Bui2021-10-131-0/+4
* watchdog: cleanup: create an helper for each ioctlFranck Bui2021-10-131-46/+68
* mount-util: fix fd_is_mount_point() when both the parent and directory are ne...Franck Bui2021-10-011-27/+41
* test: Add failing/non-failing syscall filter test setting architectureBenjamin Berg2021-09-301-0/+2
* test: Check that "native" architecture is always filteredBenjamin Berg2021-09-301-0/+61
* seccomp: Always install filters for native architectureBenjamin Berg2021-09-301-0/+4
* Merge pull request #20876 from poettering/openssl3-credsYu Watanabe2021-09-293-11/+15
|\
| * openssl-util: use EVP API to get RSA bitsLennart Poettering2021-09-291-6/+1
| * creds-util: switch to OpenSSL 3.0 APIsLennart Poettering2021-09-292-5/+14
* | headers: update bpf_insn.h to dual licenseLuca Boccassi2021-09-291-1/+1
* | core/mount: add implicit unit dependencies even if when mount unit is generat...Yu Watanabe2021-09-291-0/+4
* | Merge pull request #20824 from yuwata/sd-dhcp6-client-cleanupsYu Watanabe2021-09-297-533/+553
|\ \
| * | sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-294-5/+4
| * | sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-294-15/+20
| * | sd-dhcp6-client: support multiple NTP server optionsYu Watanabe2021-09-293-9/+11
| * | sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-294-9/+6
| * | sd-dhcp6-client: make dhcp6_lease_free() accepts NULLYu Watanabe2021-09-291-6/+4
| * | sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-295-51/+39
| * | sd-dhcp6-client: use dhcp6_option_parse() in client_parse_message()Yu Watanabe2021-09-291-17/+7
| * | sd-dhcp6-client: constify several argumentsYu Watanabe2021-09-292-13/+9
| * | sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...Yu Watanabe2021-09-293-35/+43
| * | sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()Yu Watanabe2021-09-293-35/+24
| * | sd-dhcp6-client: modernize dhcp6_option_parse_ia()Yu Watanabe2021-09-294-248/+240
| * | sd-dhcp6-client: make dhcp6_option_parse_status() also parse error messageYu Watanabe2021-09-294-74/+122
| * | test: add tests for reading unaligned dataYu Watanabe2021-09-291-8/+21
| * | sd-dhcp6-client: modernize dhcp6_option_parse()Yu Watanabe2021-09-294-81/+76
| * | sd-dhcp6-client: constify one argumentYu Watanabe2021-09-292-2/+2
* | | Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-2929-2278/+1624
|\ \ \
| * | | network: drop unnecessary link_drop_foreign_config()Yu Watanabe2021-09-241-5/+1
| * | | network: drop unused features in request queueYu Watanabe2021-09-242-10/+0
| * | | network: address_equal() is not used anymore, hence move it to test-network.cYu Watanabe2021-09-243-11/+10
| * | | network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-2427-2252/+1613
* | | | Merge pull request #20871 from mrc0mmand/udevadm-property-valueYu Watanabe2021-09-294-14/+99
|\ \ \ \
| * | | | udev: teach udevadm --property=NAME and --value optionsFrantisek Sumsal2021-09-291-14/+55
| * | | | basic: introduce test_strv_split_and_extend()Frantisek Sumsal2021-09-293-0/+44
| * | | | udev: sort the options alphabeticallyFrantisek Sumsal2021-09-291-7/+7
* | | | | Merge pull request #20877 from yuwata/network-test-modeYu Watanabe2021-09-299-22/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | network: do not configure anything when running in test modeYu Watanabe2021-09-291-0/+6
| * | | | network: do not update state files when running in test modeYu Watanabe2021-09-299-22/+34
* | | | | basic/unit-file: don't filter out names starting with dotAnita Zhang2021-09-291-1/+1
* | | | | core: drop "const" from NeedsDaemonReload unit dbus propertyLennart Poettering2021-09-291-1/+1
* | | | | resolvconf-compat: make "-u" operation a NOPLennart Poettering2021-09-291-3/+6
|/ / / /
* | | | Merge pull request #20802 from yuwata/network-receive-nl80211-multicast-messagesYu Watanabe2021-09-2922-237/+793
|\ \ \ \ | |/ / / |/| | |
| * | | network: receive genl multicast messages about wlan connectionsYu Watanabe2021-09-294-72/+332