Sun Jan 3 12:52:54 2021 UTC ()
Ticket #1177


(martin)
diff -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-9.2

cvs diff -r1.1.2.31 -r1.1.2.32 src/doc/Attic/CHANGES-9.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.2 2021/01/02 10:24:42 1.1.2.31
+++ src/doc/Attic/CHANGES-9.2 2021/01/03 12:52:54 1.1.2.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.2,v 1.1.2.31 2021/01/02 10:24:42 martin Exp $ 1# $NetBSD: CHANGES-9.2,v 1.1.2.32 2021/01/03 12:52:54 martin Exp $
2 2
3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 3A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 9.1_STABLE. 9 Welcome to 9.1_STABLE.
10 [martin] 10 [martin]
11 11
12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1 12xsrc/external/mit/freetype/dist/builds/unix/ftconfig.h.in up to 1.1.1.1
13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1 13xsrc/external/mit/freetype/dist/builds/unix/ax_compare_version.m4 up to 1.1.1.1
14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1 14xsrc/external/mit/freetype/dist/builds/unix/ax_prog_python_version.m4 up to 1.1.1.1
@@ -1378,13 +1378,20 @@ sys/arch/aarch64/aarch64/vm_machdep.c 1 @@ -1378,13 +1378,20 @@ sys/arch/aarch64/aarch64/vm_machdep.c 1
1378 Fix clone(2) for COMPAT_NETBSD32. 1378 Fix clone(2) for COMPAT_NETBSD32.
1379 [rin, ticket #1174] 1379 [rin, ticket #1174]
1380 1380
1381sys/arch/aarch64/aarch64/trap.c 1.28,1.31,1.32 (patch) 1381sys/arch/aarch64/aarch64/trap.c 1.28,1.31,1.32 (patch)
1382 1382
1383 Improve emulation for 32-bit instructions on aarch64. 1383 Improve emulation for 32-bit instructions on aarch64.
1384 [rin, ticket #1175] 1384 [rin, ticket #1175]
1385 1385
1386sys/ufs/ufs/ufs_quota1.c 1.23 1386sys/ufs/ufs/ufs_quota1.c 1.23
1387 1387
1388 Avoid out of bounds array access. 1388 Avoid out of bounds array access.
1389 [nia, ticket #1176] 1389 [nia, ticket #1176]
1390 1390
 1391sys/kern/init_main.c (apply patch)
 1392
 1393 PR kern/55906: create the aiodone workqueue before running
 1394 mountroothooks.
 1395 [khorben, #1177]
 1396
 1397