Module Name: src
Committed By: martin
Date: Thu Aug 22 20:01:39 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #781 - #787
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-10.1
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.1
diff -u src/doc/CHANGES-10.1:1.1.2.24 src/doc/CHANGES-10.1:1.1.2.25
--- src/doc/CHANGES-10.1:1.1.2.24 Thu Aug 8 07:34:54 2024
+++ src/doc/CHANGES-10.1 Thu Aug 22 20:01:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.24 2024/08/08 07:34:54 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.25 2024/08/22 20:01:39 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -1036,3 +1036,48 @@ tests/net/if_tap/t_tap.sh 1.12
t_tap: fix `tap_bridged` test case.
[rin, ticket #780]
+tests/net/net_common.sh 1.45
+
+ Halt rump servers only if already started.
+ [rin, ticket #781]
+
+sys/dev/pci/if_rge.c 1.29
+
+ rge(4): PR 57694:
+ - handle stuck transmitter (descriptor still owned)
+ - restart send queue after transmit
+ - count output packets
+ - use deferred start
+ [mrg, ticket #782]
+
+sys/uvm/uvm_map.c 1.407,1.412,1.413
+
+ uvm_findspace(): PR 51254: for sh3, convert a KASSERTMSG(9) into
+ printf(9).
+ [rin, ticket #783]
+
+sys/net/bpf.c 1.253
+
+ bpf: PR 58531: mark bpfread_filtops FILTEROP_MPSAFE.
+ [rin, ticket #784]
+
+external/bsd/mdocml/dist/mdoc.7 1.6
+external/bsd/mdocml/dist/st.c 1.3
+external/gpl2/groff/dist/tmac/doc-syms 1.6
+external/gpl2/groff/dist/tmac/groff_mdoc.man 1.8
+
+ mandoc: merge upstream changes to add IEEE 1003.1-2024 (Posix 2024)
+ groff: add IEEE Std 1003.1-2024
+ [wiz, ticket #785]
+
+lib/librumphijack/hijack.c 1.140
+
+ librumphijack: support flock(2).
+ [ozaki-r, ticket #786]
+
+lib/libc/gdtoa/hdtoa.c 1.13
+tests/lib/libc/stdio/t_printf.c 1.11-1.18
+
+ libc: PR 56937: fix long double formatting.
+ [riastradh, ticket #787]
+