Sun Nov 3 11:42:52 2019 UTC ()
Tickets #391 and #392


(martin)
diff -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-9.0

cvs diff -r1.1.2.93 -r1.1.2.94 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/11/01 18:25:22 1.1.2.93
+++ src/doc/Attic/CHANGES-9.0 2019/11/03 11:42:52 1.1.2.94
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.93 2019/11/01 18:25:22 martin Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.94 2019/11/03 11:42:52 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -5392,13 +5392,36 @@ sys/arch/arm/fdt/cpu_fdt.c 1.29,1.30 @@ -5392,13 +5392,36 @@ sys/arch/arm/fdt/cpu_fdt.c 1.29,1.30
5392 [bad, ticket #342] 5392 [bad, ticket #342]
5393 5393
5394sys/arch/arm/sunxi/sunxi_gmac.c 1.7 5394sys/arch/arm/sunxi/sunxi_gmac.c 1.7
5395 5395
5396 Fetch PHY id from FDT. 5396 Fetch PHY id from FDT.
5397 [bad, ticket #389] 5397 [bad, ticket #389]
5398 5398
5399sys/arch/x86/x86/cpu_rng.c 1.10 5399sys/arch/x86/x86/cpu_rng.c 1.10
5400 5400
5401 PR kern/54655: check CPU support of RDRAND before calling 5401 PR kern/54655: check CPU support of RDRAND before calling
5402 cpu_rng_rdrand(). 5402 cpu_rng_rdrand().
5403 [taca, ticket #390] 5403 [taca, ticket #390]
5404 5404
 5405sys/arch/zaurus/conf/Makefile.zaurus.inc 1.10
 5406sys/arch/zaurus/stand/zbsdmod/Makefile 1.12
 5407sys/arch/zaurus/stand/zbsdmod/compat_linux.h 1.7
 5408sys/arch/zaurus/stand/zbsdmod/zbsdmod.c 1.10,1.11
 5409
 5410 Explicitly set empty LINKENTRY to keep ENTRY address specified
 5411 in ldscript. Cacheline-align code used to enter the kernel.
 5412 Misc cleanup to avoid future confusion:
 5413 - Remove more unnecessary debug sections
 5414 - Use DBG instead of COPTS to specify -Os as defined in bsd.prog.mk
 5415 - Use CFLAGS and CPPFLAGS correctly
 5416 - Explicitly set -ffreestanding
 5417 Make sure to clear bss before jumping to a kernel copied from
 5418 load buffer.
 5419 [tsutsui, ticket #391]
 5420
 5421doc/HACKS 1.195,1.196
 5422external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h 1.11
 5423external/bsd/jemalloc/lib/Makefile.inc 1.11
 5424
 5425 PR port-alpha/54307: workaround for random crash of userland binaries.
 5426 [rin, ticket #392]
 5427