Fri Aug 28 19:45:21 2020 UTC ()
Ticket #1599


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

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

--- src/doc/Attic/CHANGES-8.3 2020/08/19 18:40:09 1.1.2.31
+++ src/doc/Attic/CHANGES-8.3 2020/08/28 19:45:21 1.1.2.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.31 2020/08/19 18:40:09 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.32 2020/08/28 19:45: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
@@ -999,13 +999,20 @@ sys/dev/pci/mpii.c 1.25 @@ -999,13 +999,20 @@ sys/dev/pci/mpii.c 1.25
999 999
1000sys/dev/ipmi.c 1.5 1000sys/dev/ipmi.c 1.5
1001 (applied to sys/arch/x86/x86/ipmi.c) 1001 (applied to sys/arch/x86/x86/ipmi.c)
1002 1002
1003 ipmi(4): Fix critical/warning threshold confusion. 1003 ipmi(4): Fix critical/warning threshold confusion.
1004 [nonaka, ticket #1597] 1004 [nonaka, ticket #1597]
1005 1005
1006sys/uvm/uvm_amap.c 1.123 (patch) 1006sys/uvm/uvm_amap.c 1.123 (patch)
1007 1007
1008 fix amap_extend() to handle amaps where we previously failed 1008 fix amap_extend() to handle amaps where we previously failed
1009 to allocate the ppref memory. 1009 to allocate the ppref memory.
1010 [chs, ticket #1598] 1010 [chs, ticket #1598]
1011 1011
 1012sys/dev/usb/if_atu.c 1.73
 1013sys/dev/usb/if_axe.c (apply patch)
 1014sys/dev/usb/if_axen.c (apply patch)
 1015
 1016 atu(4), axe(4), axen(4): reject packets larger than MCLBYTES.
 1017 [riastradh, ticket #1599]
 1018