Module Name: src
Committed By: martin
Date: Sun Oct 13 16:16:40 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #954 - #973
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-10.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.47 src/doc/CHANGES-10.1:1.1.2.48
--- src/doc/CHANGES-10.1:1.1.2.47 Sun Oct 13 10:07:40 2024
+++ src/doc/CHANGES-10.1 Sun Oct 13 16:16:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.47 2024/10/13 10:07:40 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.48 2024/10/13 16:16:40 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -2281,3 +2281,163 @@ sys/conf/newvers_stand.sh 1.10
of the host system's tools.
[riastradh, ticket #953]
+include/stdlib.h 1.127
+
+ stdlib.h: PR 58741: fix visibility of reallocarray so it is
+ only exposed to POSIX 2024, NetBSD, or OpenBSD programs.
+ Programs built for, e.g., POSIX 2008 should not have reallocarray
+ declared.
+ [riastradh, ticket #954]
+
+sys/arch/aarch64/aarch64/cpu.c 1.78
+sys/arch/aarch64/include/cpu.h 1.51
+
+ aarch64: PR 58572: count RNDRRS failure events and add dtrace probe.
+ [riastradh, ticket #955]
+
+tests/lib/libc/c063/t_fchmodat.c 1.4-1.7
+tests/lib/libc/c063/t_utimensat.c 1.7
+
+ tests/lib/libc/c063: fix bugs in various tests so they actually
+ test what is intended by doing ATF_CHECK(foo == bar) instead of
+ ATF_CHECK(foo = bar), plus some other associated fixes and
+ tidying.
+ [riastradh, ticket #956]
+
+tests/lib/libc/c063/t_utimensat.c 1.8,1.9
+
+ tests/lib/libc/c063: PR 58571: tidy up t_utimensat and skip the atime
+ tests on file systems mounted noatime.
+ [riastradh, ticket #957]
+
+distrib/sets/lists/base/mi 1.1351-1.1353
+external/mpl/mozilla-certdata/dist/certdata.txt up to 1.1.1.3
+external/mpl/mozilla-certdata/share/Makefile 1.5
+external/mpl/mozilla-certdata/share/certs/FIRMAPROFESIONAL_CA_ROOT-A_WEB.pem 1.1
+external/mpl/mozilla-certdata/share/certs/SecureSign_Root_CA12.pem 1.1
+external/mpl/mozilla-certdata/share/certs/SecureSign_Root_CA14.pem 1.1
+external/mpl/mozilla-certdata/share/certs/SecureSign_Root_CA15.pem 1.1
+external/mpl/mozilla-certdata/share/certs/TWCA_CYBER_Root_CA.pem 1.1
+external/mpl/mozilla-certdata/share/certs/TWCA_Global_Root_CA_G2.pem 1.1
+external/mpl/mozilla-certdata/share/email.trust 1.3
+external/mpl/mozilla-certdata/share/server.trust 1.3
+
+ mozilla-certdata: PR 58667: update to 2024-08-23.
+ [riastradh, ticket #958]
+
+tools/README 1.6
+
+ tools/README: PR 58699: fix path to nbtools_config.h.
+ [riastradh, ticket #959]
+
+external/gpl3/gcc/dist/gcc/regsub.cc 1.2
+ (applied to .../regsub.c)
+
+ tools/gcc: PR 58686: use <sys/types.h> for ssize_t (in our own
+ local patches to gcc) to fix tools on some platforms.
+ [riastradh, ticket #960]
+
+sys/arch/xen/xen/xen_clock.c 1.19
+
+ xen clock: PR 58362: avoid passing stack garbage to hypervisor in
+ XENPF_settime, by zeroing the op first.
+ [riastradh, ticket #961]
+
+lib/libc/compat/gen/compat_ldexp_ieee754.c 1.9
+
+ ldexp(3): PR 58347: avoid undefined behaviour in arithmetic overflow
+ on certain inputs.
+ [riastradh, ticket #962]
+
+distrib/sets/lists/debug/mi 1.435
+distrib/sets/lists/tests/mi 1.1315
+lib/libm/src/s_nexttoward.c 1.3
+tests/lib/libm/Makefile 1.49
+tests/lib/libm/t_next.c 1.1-1.6
+
+ nexttoward(3): PR 58236: fix for subnormal inputs so it goes in
+ the correct direction, not the opposite direction.
+ [riastradh, ticket #963]
+
+build.sh 1.378,1.379
+
+ build.sh: PR 58399: improve xsrc existence test.
+ [riastradh, ticket #964]
+
+sys/dev/usb/if_url.c 1.98
+
+ url(4): PR 58382: fix panic from buffer overrun.
+ [riastradh, ticket #965]
+
+share/man/man3/tm.3 1.6,1.7
+
+ tm(3): PR 58651: fix types of NetBSD extensions tm_gmtoff and
+ tm_zone in man page.
+ [riastradh, ticket #966]
+
+sys/dev/usb/if_ure.c 1.60
+sys/dev/usb/usbdevs 1.816
+sys/dev/usb/usbdevs.h (regen)
+sys/dev/usb/usbdevs_data.h (regen)
+
+ ure(4): PR 58250: add support for TP-Link UE300.
+ [riastradh, ticket #967]
+
+sys/dev/pci/if_bge.c 1.394
+sys/dev/pci/if_bgevar.h 1.41,1.42
+
+ bge(4): PR 58584: fix locking issues.
+ [skrll, ticket #968]
+
+share/man/man5/acct.5 1.11,1.12
+
+ acct(5): PR 58515: update man page to reflect reality.
+ [riastradh, ticket #969]
+
+distrib/sets/lists/tests/mi 1.1342 (patch)
+etc/mtree/NetBSD.dist.tests 1.208 (patch)
+tests/usr.bin/Makefile 1.42 (patch)
+tests/usr.bin/ftp/Makefile 1.1 (patch)
+tests/usr.bin/ftp/custom_headers.sh 1.1 (patch)
+tests/usr.bin/ftp/t_custom_headers.sh 1.1 (patch)
+usr.bin/ftp/cmds.c 1.142,1.143 (patch)
+usr.bin/ftp/complete.c 1.48 (patch)
+usr.bin/ftp/fetch.c 1.239-1.241 (patch)
+usr.bin/ftp/ftp.1 1.151-1.153,1.155-1.159 (patch)
+usr.bin/ftp/ftp.c 1.176,1.177 (patch)
+usr.bin/ftp/ftp_var.h 1.87-1.89 (patch)
+usr.bin/ftp/main.c 1.130-1.133 (patch)
+usr.bin/ftp/progressbar.c 1.25,1.26 (patch)
+usr.bin/ftp/ruserpass.c 1.34 (patch)
+usr.bin/ftp/ssl.c 1.17-1.20 (patch)
+usr.bin/ftp/util.c 1.168 (patch)
+
+ ftp(1): add options -b <buflen> and -H <httpheader>, bump the
+ default buffer length from 4 KiB to 16 KiB based on some empirical
+ data about real-world usage like sourceforge.net, clarify units in
+ various places, update and improve documentation.
+
+ PR 58581: ftp(1) should allow specifying header fields in http
+ requests
+ [riastradh, ticket #970]
+
+lib/libc/locale/global_locale.c 1.29
+lib/libc/locale/setlocale.c 1.66
+lib/libc/locale/setlocale_local.h 1.18
+lib/libc/string/Makefile.inc 1.90
+lib/libc/string/strerror_r.c 1.6
+
+ strerror(3): cache localized message catalog in memory rather than
+ opening and re-parsing the file every time strerror(3) is called.
+ [riastradh, ticket #971]
+
+sys/kern/subr_devsw.c 1.52
+
+ devsw: PR 56816: don't leak reference on open d_devtounit failure.
+ [riastradh, ticket #972]
+
+sys/sys/cdefs.h 1.162
+
+ sys/cdefs.h: make various macros work more robustly.
+ [riastradh, ticket #973]
+