Wed Apr 22 18:21:41 2020 UTC ()
Tickets #1533 - #1535


(martin)
diff -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-8.3

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

--- src/doc/Attic/CHANGES-8.3 2020/04/15 14:46:38 1.1.2.2
+++ src/doc/Attic/CHANGES-8.3 2020/04/22 18:21:41 1.1.2.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.2 2020/04/15 14:46:38 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.3 2020/04/22 18:21:41 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
@@ -54,13 +54,30 @@ usr.sbin/cpuctl/arch/i386.c 1.109-1.11 @@ -54,13 +54,30 @@ usr.sbin/cpuctl/arch/i386.c 1.109-1.11
54 - Use unsigned to avoid undefined behavior in procfs_getonefeatreg(). 54 - Use unsigned to avoid undefined behavior in procfs_getonefeatreg().
55 [msaitoh, ticket #1529] 55 [msaitoh, ticket #1529]
56 56
57sys/netinet6/nd6_rtr.c 1.148 57sys/netinet6/nd6_rtr.c 1.148
58 58
59 PR kern/55091 and PR bin/54997: fix default route selection. 59 PR kern/55091 and PR bin/54997: fix default route selection.
60 [kim, ticket #1531] 60 [kim, ticket #1531]
61 61
62sys/dev/wsfb/genfb.c 1.72 62sys/dev/wsfb/genfb.c 1.72
63 63
64 Get genfb's address offset correctly when the value >= 4G. 64 Get genfb's address offset correctly when the value >= 4G.
65 [msaitoh, ticket #1532] 65 [msaitoh, ticket #1532]
66 66
 67sys/arch/macppc/stand/ofwboot/Locore.c 1.34 (via patch)
 68sys/arch/powerpc/oea/ofw_consinit.c 1.18
 69
 70 Fix booting with auto-boot == true on some macppc machines.
 71 [rin, ticket #1533]
 72
 73lib/libc/sys/fdatasync.2 1.17
 74sys/kern/vfs_syscalls.c 1.544
 75
 76 Allow fdatasync on non-writable fds (POSIX conformance fix).
 77 [gdt, ticket #1534]
 78
 79sys/compat/ossaudio/ossaudio.c 1.83
 80
 81 ossaudio: Avoid giving userland uninitialized memory.
 82 [maxv, ticket #1535]
 83