summaryrefslogtreecommitdiffstats
path: root/src/timesync/test-timesync.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-21journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov5-6/+31
2021-04-21doc: slightly reorder/improve partition type tableLennart Poettering1-2/+2
2021-04-21doc: verity partitions may only contain Verity data (fix copypasta)Lennart Poettering1-1/+1
2021-04-21man: --add was renamed --copy-to when it was merged, fix man page reference t...Lennart Poettering1-2/+2
2021-04-21update TODOLennart Poettering1-11/+0
2021-04-21generator: write out special systemd-fsck-usr.serviceLennart Poettering2-12/+34
2021-04-21repart: reword log messageZbigniew Jędrzejewski-Szmek1-1/+1
2021-04-21partition,shared/gpt: use sd_id128_in_set()Zbigniew Jędrzejewski-Szmek2-34/+38
2021-04-21sd-id128: add convenience functions to compare multiple sd_id128_tZbigniew Jędrzejewski-Szmek4-0/+66
2021-04-21journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen1-7/+28
2021-04-21generator: explain why systemd-root-fsck.service exists in a commentLennart Poettering1-0/+5
2021-04-21generator: exit early when asked to generate fsck unit for / and /usr in initrdLennart Poettering1-1/+8
2021-04-21network: dhcp: constify link_get_duid()Yu Watanabe4-16/+19
2021-04-21network: dhcp: introduce duid_needs_product_uuid() helper functionYu Watanabe1-1/+7
2021-04-21network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe12-126/+122
2021-04-21network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe14-97/+307
2021-04-21network: move dhcp related conf parsers to networkd-dhcp-common.cYu Watanabe6-157/+151
2021-04-21units: fix repart conditions to run if definitions exist in /sysroot + /sysusrLennart Poettering1-0/+5
2021-04-21doc: fix typoYu Watanabe2-2/+2
2021-04-21man: mention sd_id128_is_allf(), SD_ID128_ALLFZbigniew Jędrzejewski-Szmek2-10/+17
2021-04-21man: dedent examples in sd-id128 to 2 columnsZbigniew Jędrzejewski-Szmek1-16/+16
2021-04-21network: dhcp6: logs about generated addresses in delegated prefixYu Watanabe1-0/+28
2021-04-21network: dhcp6: logs about delegated prefixesYu Watanabe3-11/+50
2021-04-21in-addr-util: introduce 'struct in_addr_prefix' and hash ops for itYu Watanabe2-0/+37
2021-04-21in-addr-util: add assertionsYu Watanabe1-0/+10
2021-04-21test-network: update test for RouteMetric=Yu Watanabe1-23/+25
2021-04-21man: update explanation about route metricYu Watanabe1-2/+4
2021-04-21network: set metric for prefix route of IPv4 link-local addressYu Watanabe1-0/+1
2021-04-21network: radv: add RouteMetric= setting in [IPv6Prefix]Yu Watanabe6-0/+53
2021-04-21network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]Yu Watanabe5-0/+13
2021-04-21network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe7-21/+24
2021-04-21network: dhcp4: also apply RouteMetric= setting in [DHCPv4] to prefix routeYu Watanabe1-0/+1
2021-04-21network: add RouteMetric= setting in [Address] sectionYu Watanabe5-0/+59
2021-04-21network: show route metric in debug logYu Watanabe1-2/+2
2021-04-21sd-netlink: add missing address typesYu Watanabe1-5/+5
2021-04-20tools: shellcheck-ify most of the tool scriptsFrantisek Sumsal13-67/+83
2021-04-20man: document new initrd-usr-fs.targetLennart Poettering1-11/+29
2021-04-20units: change order of settings to match order in other similar unitLennart Poettering1-1/+1
2021-04-20repart: use /sysusr/ as --root= default in initrd, if mountedLennart Poettering1-2/+12
2021-04-20repart: try harder to find OS prefixLennart Poettering1-3/+42
2021-04-20src: shellcheck-ify shell scriptsFrantisek Sumsal11-85/+98
2021-04-20fstab-generator: properly order generated mount units before "post" target unitsLennart Poettering1-0/+5
2021-04-20fstab-generator: extend logging a bitLennart Poettering1-1/+1
2021-04-20fstab-generator: if usr= is specified, mount it to /sysusr/usr/ firstLennart Poettering7-17/+100
2021-04-20ci: drop test/TEST-50-DISSECT/deny-list-ubuntu-ciLennart Poettering1-2/+0
2021-04-20dissect: ignore udev database entries from before the loopback attachmentLennart Poettering10-14/+35
2021-04-20loop-util: track CLOCK_MONOTONIC timestamp immediately before attaching a loo...Lennart Poettering2-2/+16
2021-04-20sd-device: add API to query from when a udev database entry isLennart Poettering3-0/+23
2021-04-20dissect: ignore old uevents when waiting for loopback partition scanLennart Poettering10-10/+39
2021-04-20loop-util: read kernel's uevent seqnum right before attaching a loopback deviceLennart Poettering2-2/+47