Fri Jan 8 13:03:54 2021 UTC ()
Ticket #1646


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

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

--- src/doc/Attic/CHANGES-8.3 2021/01/01 13:21:11 1.1.2.65
+++ src/doc/Attic/CHANGES-8.3 2021/01/08 13:03:54 1.1.2.66
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.65 2021/01/01 13:21:11 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.66 2021/01/08 13:03:54 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
@@ -1508,13 +1508,20 @@ etc/rc.d/ntpdate 1.21 @@ -1508,13 +1508,20 @@ etc/rc.d/ntpdate 1.21
1508 1508
1509sys/arch/hp300/dev/dnkbd.c 1.11 1509sys/arch/hp300/dev/dnkbd.c 1.11
1510sys/arch/hp300/dev/hil_intio.c 1.4 1510sys/arch/hp300/dev/hil_intio.c 1.4
1511 1511
1512 Fix a longstanding bug in hilkbd (and dnkbd) console attachment 1512 Fix a longstanding bug in hilkbd (and dnkbd) console attachment
1513 to make ddb(4) and kernel prompts for root device work. 1513 to make ddb(4) and kernel prompts for root device work.
1514 [tsutsui, ticket #1642] 1514 [tsutsui, ticket #1642]
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
 1522external/bsd/ipf/Makefile.inc 1.6
 1523
 1524 ipf(4): build tools as 64bit binaries on mips64 (where most
 1525 userland is 32bit). Works around missing COMPAT_NETBSD32 for ipf.
 1526 [simonb, ticket #1646]
 1527