Module Name: src
Committed By: martin
Date: Sun Feb 4 11:29:46 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #583
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.192 -r1.1.2.193 src/doc/CHANGES-10.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.192 src/doc/CHANGES-10.0:1.1.2.193
--- src/doc/CHANGES-10.0:1.1.2.192 Sun Feb 4 11:09:44 2024
+++ src/doc/CHANGES-10.0 Sun Feb 4 11:29:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.192 2024/02/04 11:09:44 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.193 2024/02/04 11:29:46 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -15460,3 +15460,13 @@ usr.bin/gzip/unpack.c
gzip(1): PR 57858, 57855: fix a few minor issues and cleanup.
[mrg, ticket #582]
+
+sys/kern/uipc_socket.c 1.308
+sys/kern/uipc_syscalls.c 1.211
+sys/net/if_gre.c 1.185
+sys/sys/socketvar.h 1.168
+
+ PR 55690: fix pipe2(2) ignoring 'flags' on kernels with
+ options PIPE_SOCKETPAIR.
+ [jdolecek, ticket #583]
+