Thu Apr 23 14:13:05 2020 UTC ()
Tickets #1537 - #1539


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

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

--- src/doc/Attic/CHANGES-8.3 2020/04/22 18:21:41 1.1.2.3
+++ src/doc/Attic/CHANGES-8.3 2020/04/23 14:13:05 1.1.2.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.3,v 1.1.2.3 2020/04/22 18:21:41 martin Exp $ 1# $NetBSD: CHANGES-8.3,v 1.1.2.4 2020/04/23 14:13:05 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
@@ -71,13 +71,33 @@ sys/arch/powerpc/oea/ofw_consinit.c 1.1 @@ -71,13 +71,33 @@ sys/arch/powerpc/oea/ofw_consinit.c 1.1
71 [rin, ticket #1533] 71 [rin, ticket #1533]
72 72
73lib/libc/sys/fdatasync.2 1.17 73lib/libc/sys/fdatasync.2 1.17
74sys/kern/vfs_syscalls.c 1.544 74sys/kern/vfs_syscalls.c 1.544
75 75
76 Allow fdatasync on non-writable fds (POSIX conformance fix). 76 Allow fdatasync on non-writable fds (POSIX conformance fix).
77 [gdt, ticket #1534] 77 [gdt, ticket #1534]
78 78
79sys/compat/ossaudio/ossaudio.c 1.83 79sys/compat/ossaudio/ossaudio.c 1.83
80 80
81 ossaudio: Avoid giving userland uninitialized memory. 81 ossaudio: Avoid giving userland uninitialized memory.
82 [maxv, ticket #1535] 82 [maxv, ticket #1535]
83 83
 84etc/rc.d/network 1.75
 85share/man/man5/rc.conf.5 1.172
 86
 87 Allow rc.conf to setup resolv.conf via resolvconf(8).
 88 [kim, ticket #1537]
 89
 90etc/rc.d/network 1.77,1.78 (plus patch)
 91share/man/man5/ifconfig.if.5 1.19,1.20
 92usr.sbin/rtsold/rtsold.8 1.37-1.42
 93
 94 Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA.
 95 [kim, ticket #1538]
 96
 97external/bsd/bind/include/config.h (apply patch)
 98
 99 Fix BIND configuration for big-endian hosts.
 100 This should make DNSSEC work on such hosts as well.
 101 [he, ticket #1539]
 102
 103