Fri Jan 1 13:19:03 2021 UTC ()
Tickets #1167, #1169 - #1176


(martin)
diff -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-9.2

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

--- src/doc/Attic/CHANGES-9.2 2020/12/28 20:24:05 1.1.2.29
+++ src/doc/Attic/CHANGES-9.2 2021/01/01 13:19:02 1.1.2.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.2,v 1.1.2.29 2020/12/28 20:24:05 martin Exp $ 1# $NetBSD: CHANGES-9.2,v 1.1.2.30 2021/01/01 13:19:02 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
@@ -1323,13 +1323,68 @@ distrib/notes/hp300/hardware 1.21-1.24 @@ -1323,13 +1323,68 @@ distrib/notes/hp300/hardware 1.21-1.24
1323 and A1659A CRX framebuffer. Minor fixes. 1323 and A1659A CRX framebuffer. Minor fixes.
1324 [tsutsui, ticket #1163] 1324 [tsutsui, ticket #1163]
1325 1325
1326sys/dev/hdaudio/hdaudio.c 1.12 1326sys/dev/hdaudio/hdaudio.c 1.12
1327 1327
1328 PR 51734: initialize DMA memory when allocating it. 1328 PR 51734: initialize DMA memory when allocating it.
1329 [jmcneill, ticket #1165] 1329 [jmcneill, ticket #1165]
1330 1330
1331sys/dev/hdaudio/hdaudio.c 1.13 1331sys/dev/hdaudio/hdaudio.c 1.13
1332 1332
1333 Fix crash if a codec reports 0 nodes. 1333 Fix crash if a codec reports 0 nodes.
1334 [jmcneill, ticket #1166] 1334 [jmcneill, ticket #1166]
1335 1335
 1336sys/arch/arm/nvidia/tegra_ahcisata.c 1.13
 1337sys/dev/ata/satareg.h 1.6
 1338sys/dev/ic/ahcisata_core.c 1.84,1.85,1.88-1.92
 1339sys/dev/ic/ahcisatavar.h 1.26
 1340
 1341 PR 48214 (and others): fix reset handling and interrupt
 1342 acknowledge by following the specification more cloesly.
 1343 Remove the AHCI_QUIRK_SKIP_RESET quirk.
 1344 [jmcneill, ticket #1167]
 1345
 1346sys/arch/aarch64/aarch64/trap.c 1.21,1.26
 1347
 1348 Support ARMv6 userland for COMPAT_NETBSD32 on aarch64.
 1349 [rin, ticket #1169]
 1350
 1351sys/arch/aarch64/aarch64/cpufunc.c 1.22,1.23 (patch)
 1352sys/arch/aarch64/aarch64/pmap.c 1.81
 1353
 1354 Fix cache coloring for aarch64.
 1355 [rin, ticket #1170]
 1356
 1357sys/arch/aarch64/aarch64/pmap.c 1.82,1.83
 1358
 1359 aarch64: fix pmap_procwr() for applications that modify other
 1360 process's text segments (like gdb).
 1361 [rin, ticket #1171]
 1362
 1363sys/arch/aarch64/aarch64/netbsd32_machdep.c 1.14,1.15
 1364sys/arch/aarch64/aarch64/trap.c 1.30
 1365sys/arch/aarch64/include/netbsd32_machdep.h 1.4 (patch)
 1366sys/arch/aarch64/include/ptrace.h 1.10
 1367
 1368 Add support of ptrace(2) for COMPAT_NETBSD32.
 1369 [rin, ticket #1172]
 1370
 1371sys/kern/core_elf32.c 1.65 (patch)
 1372
 1373 Fix 32-bit core file format for aarch64.
 1374 [rin, ticket #1173]
 1375
 1376sys/arch/aarch64/aarch64/vm_machdep.c 1.9 (patch)
 1377
 1378 Fix clone(2) for COMPAT_NETBSD32.
 1379 [rin, ticket #1174]
 1380
 1381sys/arch/aarch64/aarch64/trap.c 1.28,1.31,1.32 (patch)
 1382
 1383 Improve emulation for 32-bit instructions on aarch64.
 1384 [rin, ticket #1175]
 1385
 1386sys/ufs/ufs/ufs_quota1.c 1.23
 1387
 1388 Avoid out of bounds array access.
 1389 [nia, ticket #1176]
 1390