Wed Apr 19 16:41:18 2023 UTC ()
Tickets #140 and #142


(martin)
diff -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-10.0

cvs diff -r1.1.2.55 -r1.1.2.56 src/doc/Attic/CHANGES-10.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-10.0 2023/04/17 18:34:56 1.1.2.55
+++ src/doc/Attic/CHANGES-10.0 2023/04/19 16:41:18 1.1.2.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.55 2023/04/17 18:34:56 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.56 2023/04/19 16:41:18 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 3A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
4until the 10.0 release: 4until the 10.0 release:
5 5
6doc/CHANGES-10.0 created 6doc/CHANGES-10.0 created
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 10.0_BETA! 12 Welcome to 10.0_BETA!
13 13
14sys/arch/x86/pci/amdsmn.c 1.15 14sys/arch/x86/pci/amdsmn.c 1.15
@@ -1611,13 +1611,23 @@ sys/arch/x86/x86/intr.c 1.164 @@ -1611,13 +1611,23 @@ sys/arch/x86/x86/intr.c 1.164
1611lib/libc/include/extern.h 1.27 1611lib/libc/include/extern.h 1.27
1612lib/libc/stdio/Makefile.inc 1.48 1612lib/libc/stdio/Makefile.inc 1.48
1613lib/libc/stdio/vfwprintf.c 1.40 1613lib/libc/stdio/vfwprintf.c 1.40
1614 1614
1615 PR 57250: fix dtoa for big endian machines where long double uses 1615 PR 57250: fix dtoa for big endian machines where long double uses
1616 the same represantation as double. 1616 the same represantation as double.
1617 [he, ticket #137] 1617 [he, ticket #137]
1618 1618
1619tests/lib/libc/stdio/t_printf.c 1.9,1.10 1619tests/lib/libc/stdio/t_printf.c 1.9,1.10
1620 1620
1621 Add a test for PR 57250. 1621 Add a test for PR 57250.
1622 [he, ticket #138] 1622 [he, ticket #138]
1623 1623
 1624external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_mutex.h 1.3
 1625
 1626 Fix StaticSpinMutex::CheckLocked() on sparc32.
 1627 [hannken, ticket #140]
 1628
 1629sys/arch/luna68k/luna68k/mainbus.c 1.20
 1630
 1631 luna68k: fix device name for xpbus at mainbus for LUNA-II.
 1632 [tsutsui, ticket #142]
 1633