index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
/
test-resolved-packet.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-30
tmpfiles.d: adjust /dev/vfio/vfio access mode
Frantisek Sumsal
1
-0
/
+1
2023-07-30
test-network: add tests for several invalid neighbor settings, and overriding...
Yu Watanabe
5
-13
/
+63
2023-07-30
network/neighbor: do not add Neighbor object to Link on requesting
Yu Watanabe
1
-50
/
+87
2023-07-30
network/neighbor: follow the way how kernel distinguish neighbor settings
Yu Watanabe
4
-33
/
+68
2023-07-30
network/neighbor: skip to request neighbors with unmatching link layer addres...
Yu Watanabe
1
-0
/
+10
2023-07-30
network/ipv4acd: split out sd_ipv4acd management from Address to Link
Yu Watanabe
6
-87
/
+101
2023-07-30
in-addr-util: introduce PTR_TO_IN4_ADDR() and IN4_ADDR_TO_PTR()
Yu Watanabe
1
-0
/
+10
2023-07-30
sd-ipv4acd: introduce sd_ipv4acd_is_bound()
Yu Watanabe
2
-0
/
+7
2023-07-30
network/ipv4acd: drop unused argument
Yu Watanabe
1
-2
/
+2
2023-07-30
network/ipv4acd: use IN4_ADDR_TO_STRING()
Yu Watanabe
1
-12
/
+8
2023-07-30
network/address: ignore address settings with unsupported flags
Yu Watanabe
1
-0
/
+46
2023-07-30
network/address: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
1
-1
/
+7
2023-07-30
network: ndisc - Honour CurHopLimit
Susant Sahani
7
-0
/
+28
2023-07-30
network/address: merge address_needs_to_set_broadcast() with address_get_broa...
Yu Watanabe
2
-20
/
+38
2023-07-30
network/neighbor: drop IPv6 settings when the kernel does not support IPv6
Yu Watanabe
1
-0
/
+7
2023-07-30
network: rename sd_netlink_message* req -> m
Yu Watanabe
2
-27
/
+17
2023-07-30
meson: use kwargs to declare efi binaries
Yu Watanabe
1
-29
/
+18
2023-07-30
analyze: fix pcrs verb output without TPM support
Frantisek Sumsal
1
-1
/
+1
2023-07-29
tree-wide: fix typo
Yu Watanabe
2
-2
/
+2
2023-07-29
network/queue: detach request from queue when netlink reply received
Yu Watanabe
2
-4
/
+22
2023-07-29
network/queue: free assigned userdata only when a new request is queued
Yu Watanabe
2
-3
/
+6
2023-07-29
network/address: split-out address_match_null()
Yu Watanabe
1
-11
/
+22
2023-07-29
network: drop unnecessary conditions
Yu Watanabe
4
-5
/
+5
2023-07-29
network: use address_remove_and_drop()
Yu Watanabe
3
-9
/
+3
2023-07-29
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
9
-19
/
+13
2023-07-29
labeller: add build-system label
Zbigniew Jędrzejewski-Szmek
1
-0
/
+5
2023-07-29
configure: update meson invocation
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2023-07-29
gpt-auto: don't mount ESP if there's an fstab entry for it
Mike Yuan
1
-12
/
+9
2023-07-29
fstab-util: add fstab_has_node
Mike Yuan
2
-9
/
+13
2023-07-29
test-ukify: add tests for an empty argument
Yu Watanabe
1
-0
/
+5
2023-07-29
serialize: add serialize_bool_elide() helper
Luca Boccassi
2
-3
/
+10
2023-07-29
socket-util: add send/receive helpers for FD array
Luca Boccassi
3
-0
/
+213
2023-07-29
mkosi: set CONFIG_AUTOFS_FS rather than CONFIG_AUTOFS4_FS
Sven Joachim
1
-1
/
+1
2023-07-29
NEWS: mention about the removal of duid-only option
Yu Watanabe
1
-1
/
+8
2023-07-29
network,dhcp: drop support of ClientIdentifier=duid-only
Yu Watanabe
5
-67
/
+20
2023-07-29
ukify: check option length
Yu Watanabe
1
-1
/
+1
2023-07-29
NEWS: open for v255 business
Luca Boccassi
1
-0
/
+33
2023-07-29
docs: note that Github Pages configuration has to be updated after a release
Luca Boccassi
1
-0
/
+1
2023-07-28
test-execute: count and log the number of individual tests actually executed
Luca Boccassi
1
-1
/
+6
2023-07-28
Drop split-usr and unmerged-usr support
Luca Boccassi
128
-719
/
+443
2023-07-28
test-execute: measure and log time elapsed while running tests
Luca Boccassi
1
-0
/
+12
2023-07-28
nspawn,shared: cleanup use of ERRNO_IS_SECCOMP_FATAL()
Dmitry V. Levin
3
-48
/
+64
2023-07-28
homework: cleanup use of ERRNO_IS_DEVICE_ABSENT()
Dmitry V. Levin
1
-8
/
+10
2023-07-28
test: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
1
-2
/
+2
2023-07-28
userdb: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
1
-14
/
+16
2023-07-28
coredumpctl: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
1
-7
/
+8
2023-07-28
execute: cleanup use of ERRNO_IS_PRIVILEGE()
Dmitry V. Levin
1
-9
/
+13
2023-07-28
btrfs-util,tmpfiles: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
2
-8
/
+10
2023-07-28
repart: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
1
-6
/
+8
2023-07-28
nspawn: cleanup use of ERRNO_IS_NOT_SUPPORTED()
Dmitry V. Levin
1
-13
/
+14
[next]