Sun Mar 24 20:27:33 2024 UTC (69d)
ticket 643-645


(bouyer)
diff -r1.1.2.212 -r1.1.2.213 src/doc/CHANGES-10.0

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

--- src/doc/Attic/CHANGES-10.0 2024/03/12 10:19:02 1.1.2.212
+++ src/doc/Attic/CHANGES-10.0 2024/03/24 20:27:33 1.1.2.213
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-10.0,v 1.1.2.212 2024/03/12 10:19:02 martin Exp $ 1# $NetBSD: CHANGES-10.0,v 1.1.2.213 2024/03/24 20:27:33 bouyer 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
@@ -21436,13 +21436,80 @@ usr.bin/audio/record/record.c  @@ -21436,13 +21436,80 @@ usr.bin/audio/record/record.c
21436 [mrg, ticket #634] 21436 [mrg, ticket #634]
21437 21437
21438usr.bin/kdump/kdump.c 1.141-1.144 21438usr.bin/kdump/kdump.c 1.141-1.144
21439 21439
21440 kdump(1): PR 57918: fix decoding of sign extended ioctl codes. 21440 kdump(1): PR 57918: fix decoding of sign extended ioctl codes.
21441 Decode some {g,s}etsockopt*. 21441 Decode some {g,s}etsockopt*.
21442 [kre, ticket #635] 21442 [kre, ticket #635]
21443 21443
21444external/gpl2/groff/tmac/mdoc.local (manually edited) 21444external/gpl2/groff/tmac/mdoc.local (manually edited)
21445sys/sys/param.h (manually edited) 21445sys/sys/param.h (manually edited)
21446 21446
21447 Welcome to 10.0_RC6 21447 Welcome to 10.0_RC6
21448 21448
 21449distrib/notes/acorn32/contents 1.8
 21450distrib/notes/alpha/contents 1.26
 21451distrib/notes/amd64/contents 1.14
 21452distrib/notes/amiga/contents 1.26
 21453distrib/notes/arc/contents 1.8
 21454distrib/notes/atari/contents 1.26
 21455distrib/notes/bebox/contents 1.8
 21456distrib/notes/cats/contents 1.8
 21457distrib/notes/common/contents 1.187
 21458distrib/notes/common/main 1.573, 1.574
 21459distrib/notes/common/sysinst 1.113
 21460distrib/notes/emips/contents 1.8
 21461distrib/notes/evbarm/contents 1.16
 21462distrib/notes/evbppc/contents 1.10
 21463distrib/notes/ews4800mips/contents 1.8
 21464distrib/notes/hp300/contents 1.23
 21465distrib/notes/hpcarm/contents 1.9
 21466distrib/notes/hpcmips/contents 1.16
 21467distrib/notes/hpcsh/contents 1.9
 21468distrib/notes/hppa/contents 1.8
 21469distrib/notes/i386/contents 1.36
 21470distrib/notes/landisk/contents 1.9
 21471distrib/notes/mac68k/contents 1.26
 21472distrib/notes/macppc/contents 1.20
 21473distrib/notes/mmeye/contents 1.9
 21474distrib/notes/mvme68k/contents 1.19
 21475distrib/notes/news68k/contents 1.12
 21476distrib/notes/newsmips/contents 1.8
 21477distrib/notes/next68k/contents 1.13
 21478distrib/notes/ofppc/contents 1.9
 21479distrib/notes/pmax/contents 1.23
 21480distrib/notes/prep/contents 1.8
 21481distrib/notes/rs6000/contents 1.8
 21482distrib/notes/sandpoint/contents 1.8
 21483distrib/notes/sgimips/contents 1.8
 21484distrib/notes/shark/contents 1.8
 21485distrib/notes/sparc/contents 1.30
 21486distrib/notes/sparc64/contents 1.13
 21487distrib/notes/sun2/contents 1.8
 21488distrib/notes/sun3/contents 1.22
 21489distrib/notes/vax/contents 1.17
 21490distrib/notes/vax/xfer 1.16
 21491distrib/notes/x68k/contents 1.23
 21492
 21493 Various style fixes (and some of VAX related errors and copy&pastos),
 21494 from Mouse on tech-install.
 21495
 21496
 21497 Use single-arg "Lk" macro for a link so we can get reasonable results
 21498 both in .more and .html output (still a bit odd, but better than
 21499 before IMHO).
 21500 [martin, ticket #643]
 21501
 21502usr.sbin/sysinst/configmenu.c 1.19
 21503
 21504 PR 58062: fix a bug I introduced with the https support: update
 21505 the pkgsrc/binary pkgs download URL not only when https transport
 21506 is selected.
 21507 [martin, ticket #644]
 21508
 21509usr.sbin/sysinst/gpt.c 1.32
 21510
 21511 PR 58061: fix bug in the GPT backend: when inserting a partition
 21512 (i.e. not adding it at the end) a bogus ID was returned for the new
 21513 partition.
 21514 [martin, ticket #645]
 21515