Module Name: src Committed By: martin Date: Wed Dec 21 09:39:45 UTC 2022
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #13 - #15 To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 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.3 src/doc/CHANGES-10.0:1.1.2.4 --- src/doc/CHANGES-10.0:1.1.2.3 Tue Dec 20 09:55:19 2022 +++ src/doc/CHANGES-10.0 Wed Dec 21 09:39:45 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.3 2022/12/20 09:55:19 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.4 2022/12/21 09:39:45 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -294,3 +294,20 @@ sys/nfs/nfs_srvsocket.c 1.5 NFS: avoid mbuf leaks and corruption. [hannken, ticket #12] +sys/uvm/uvm_swap.c 1.207 + + swap: disallow user opens of swap block device. + [chs, ticket #13] + +sys/dev/pci/if_rge.c 1.25 +sys/dev/pci/if_rgereg.h 1.7 + + rge(4): fix a panic on RTL8125. + [nonaka, ticket #14] + +lib/libcurses/addbytes.c 1.68 +lib/libcurses/slk.c 1.21 + + libcurses: fix handling of wide characters in slk labels. + [blymn, ticket #15] +