index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timesync
/
test-timesync.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-21
journald: Retry if posix_fallocate returned -1 (EINTR)
Igor Zhbanov
5
-6
/
+31
2021-04-21
doc: slightly reorder/improve partition type table
Lennart Poettering
1
-2
/
+2
2021-04-21
doc: verity partitions may only contain Verity data (fix copypasta)
Lennart Poettering
1
-1
/
+1
2021-04-21
man: --add was renamed --copy-to when it was merged, fix man page reference t...
Lennart Poettering
1
-2
/
+2
2021-04-21
update TODO
Lennart Poettering
1
-11
/
+0
2021-04-21
generator: write out special systemd-fsck-usr.service
Lennart Poettering
2
-12
/
+34
2021-04-21
repart: reword log message
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-04-21
partition,shared/gpt: use sd_id128_in_set()
Zbigniew Jędrzejewski-Szmek
2
-34
/
+38
2021-04-21
sd-id128: add convenience functions to compare multiple sd_id128_t
Zbigniew Jędrzejewski-Szmek
4
-0
/
+66
2021-04-21
journald: enforce longer line length limit during "setup" phase of stream pro...
Yangyang Shen
1
-7
/
+28
2021-04-21
generator: explain why systemd-root-fsck.service exists in a comment
Lennart Poettering
1
-0
/
+5
2021-04-21
generator: exit early when asked to generate fsck unit for / and /usr in initrd
Lennart Poettering
1
-1
/
+8
2021-04-21
network: dhcp: constify link_get_duid()
Yu Watanabe
4
-16
/
+19
2021-04-21
network: dhcp: introduce duid_needs_product_uuid() helper function
Yu Watanabe
1
-1
/
+7
2021-04-21
network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...
Yu Watanabe
12
-126
/
+122
2021-04-21
network: make IAID and DUID for DHCPv6 configurable explicitly
Yu Watanabe
14
-97
/
+307
2021-04-21
network: move dhcp related conf parsers to networkd-dhcp-common.c
Yu Watanabe
6
-157
/
+151
2021-04-21
units: fix repart conditions to run if definitions exist in /sysroot + /sysusr
Lennart Poettering
1
-0
/
+5
2021-04-21
doc: fix typo
Yu Watanabe
2
-2
/
+2
2021-04-21
man: mention sd_id128_is_allf(), SD_ID128_ALLF
Zbigniew Jędrzejewski-Szmek
2
-10
/
+17
2021-04-21
man: dedent examples in sd-id128 to 2 columns
Zbigniew Jędrzejewski-Szmek
1
-16
/
+16
2021-04-21
network: dhcp6: logs about generated addresses in delegated prefix
Yu Watanabe
1
-0
/
+28
2021-04-21
network: dhcp6: logs about delegated prefixes
Yu Watanabe
3
-11
/
+50
2021-04-21
in-addr-util: introduce 'struct in_addr_prefix' and hash ops for it
Yu Watanabe
2
-0
/
+37
2021-04-21
in-addr-util: add assertions
Yu Watanabe
1
-0
/
+10
2021-04-21
test-network: update test for RouteMetric=
Yu Watanabe
1
-23
/
+25
2021-04-21
man: update explanation about route metric
Yu Watanabe
1
-2
/
+4
2021-04-21
network: set metric for prefix route of IPv4 link-local address
Yu Watanabe
1
-0
/
+1
2021-04-21
network: radv: add RouteMetric= setting in [IPv6Prefix]
Yu Watanabe
6
-0
/
+53
2021-04-21
network: dhcp6-pd: add RouteMetric= setting in [DHCPv6PrefixDelegation]
Yu Watanabe
5
-0
/
+13
2021-04-21
network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]
Yu Watanabe
7
-21
/
+24
2021-04-21
network: dhcp4: also apply RouteMetric= setting in [DHCPv4] to prefix route
Yu Watanabe
1
-0
/
+1
2021-04-21
network: add RouteMetric= setting in [Address] section
Yu Watanabe
5
-0
/
+59
2021-04-21
network: show route metric in debug log
Yu Watanabe
1
-2
/
+2
2021-04-21
sd-netlink: add missing address types
Yu Watanabe
1
-5
/
+5
2021-04-20
tools: shellcheck-ify most of the tool scripts
Frantisek Sumsal
13
-67
/
+83
2021-04-20
man: document new initrd-usr-fs.target
Lennart Poettering
1
-11
/
+29
2021-04-20
units: change order of settings to match order in other similar unit
Lennart Poettering
1
-1
/
+1
2021-04-20
repart: use /sysusr/ as --root= default in initrd, if mounted
Lennart Poettering
1
-2
/
+12
2021-04-20
repart: try harder to find OS prefix
Lennart Poettering
1
-3
/
+42
2021-04-20
src: shellcheck-ify shell scripts
Frantisek Sumsal
11
-85
/
+98
2021-04-20
fstab-generator: properly order generated mount units before "post" target units
Lennart Poettering
1
-0
/
+5
2021-04-20
fstab-generator: extend logging a bit
Lennart Poettering
1
-1
/
+1
2021-04-20
fstab-generator: if usr= is specified, mount it to /sysusr/usr/ first
Lennart Poettering
7
-17
/
+100
2021-04-20
ci: drop test/TEST-50-DISSECT/deny-list-ubuntu-ci
Lennart Poettering
1
-2
/
+0
2021-04-20
dissect: ignore udev database entries from before the loopback attachment
Lennart Poettering
10
-14
/
+35
2021-04-20
loop-util: track CLOCK_MONOTONIC timestamp immediately before attaching a loo...
Lennart Poettering
2
-2
/
+16
2021-04-20
sd-device: add API to query from when a udev database entry is
Lennart Poettering
3
-0
/
+23
2021-04-20
dissect: ignore old uevents when waiting for loopback partition scan
Lennart Poettering
10
-10
/
+39
2021-04-20
loop-util: read kernel's uevent seqnum right before attaching a loopback device
Lennart Poettering
2
-2
/
+47
[next]