Fri Jan 29 18:19:22 2021 UTC ()
Ticket #1647


(martin)
diff -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-8.3

cvs diff -r1.1.2.66 -r1.1.2.67 src/doc/Attic/CHANGES-8.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.3 2021/01/08 13:03:54 1.1.2.66
+++ src/doc/Attic/CHANGES-8.3 2021/01/29 18:19:21 1.1.2.67
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.66 2021/01/08 13:03:54 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.67 2021/01/29 18:19:21 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 3A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
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 8.2_STABLE. 9 Welcome to 8.2_STABLE.
10 [martin] 10 [martin]
11 11
12sys/dev/ic/spdmem.c 1.31-1.35 12sys/dev/ic/spdmem.c 1.31-1.35
13sys/dev/ic/spdmemvar.h 1.15,1.16 13sys/dev/ic/spdmemvar.h 1.15,1.16
14 14
@@ -1515,13 +1515,20 @@ sys/arch/hp300/dev/hil_intio.c 1.4 @@ -1515,13 +1515,20 @@ sys/arch/hp300/dev/hil_intio.c 1.4
1515 1515
1516sys/ufs/ufs/ufs_quota1.c 1.23 1516sys/ufs/ufs/ufs_quota1.c 1.23
1517 1517
1518 Avoid out of bounds array access. 1518 Avoid out of bounds array access.
1519 [nia, ticket #1645] 1519 [nia, ticket #1645]
1520 1520
1521compat/exec.mk 1.5 1521compat/exec.mk 1.5
1522external/bsd/ipf/Makefile.inc 1.6 1522external/bsd/ipf/Makefile.inc 1.6
1523 1523
1524 ipf(4): build tools as 64bit binaries on mips64 (where most 1524 ipf(4): build tools as 64bit binaries on mips64 (where most
1525 userland is 32bit). Works around missing COMPAT_NETBSD32 for ipf. 1525 userland is 32bit). Works around missing COMPAT_NETBSD32 for ipf.
1526 [simonb, ticket #1646] 1526 [simonb, ticket #1646]
1527 1527
 1528sys/dev/hyperv/hvkbd.c 1.7 (patch)
 1529sys/dev/hyperv/if_hvn.c 1.20 (patch)
 1530sys/dev/hyperv/vmbus.c 1.12 (patch)
 1531
 1532 hvkbd(4), vmbus(4), hvn(4): don't wait forever.
 1533 [nonaka, ticket #1647]
 1534