From 5b470b98a89530a635ff60007758efc7f591d083 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 23:10:38 +0900 Subject: [PATCH] relibc: bump submodule pointer for round 17 network stack Tier A + B MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pulls in the 10-file relibc fork commit (1117 insertions, 160 deletions): arpa_inet/mod.rs — IPv6 inet_ntop with RFC 5952 :: compression netinet_ip/mod.rs — populated constants + struct ip / iphdr netinet_ip/cbindgen.toml — export configuration netdb/lookup.rs — AAAA DNS query, lookup_host_v6, parse_ipv6_string netdb/mod.rs — full POSIX getaddrinfo hints (AI_V4MAPPED, etc.) sys_ioctl/redox/mod.rs — FIONREAD wired into ioctl_inner sys_socket/mod.rs — public accept4 C wrapper platform/pal/socket.rs — accept4 in PalSocket trait platform/linux/socket.rs — native __NR_accept4 via sc::syscall5 platform/redox/socket.rs — accept4 = accept() + fcntl() fallback Docs were committed concurrently in aa12991053 (SUPERSEDED-DOC-LOG Round 17 entries, NETWORKING-AND-DRIVERS-SYSTEMATIC-ASSESSMENT §6.1 status column updates). --- local/sources/relibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/sources/relibc b/local/sources/relibc index dc046c7471..1fb1638615 160000 --- a/local/sources/relibc +++ b/local/sources/relibc @@ -1 +1 @@ -Subproject commit dc046c7471e06c08ba027c6e156e02d44d995a63 +Subproject commit 1fb16386151655c6c5636ad1a17ea31739d52a42