Module Name: src Committed By: martin Date: Wed Aug 7 11:03:34 UTC 2024
Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1859, #1860, #1862 - #1864 To generate a diff of this commit: cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-9.5 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-9.5 diff -u src/doc/CHANGES-9.5:1.1.2.11 src/doc/CHANGES-9.5:1.1.2.12 --- src/doc/CHANGES-9.5:1.1.2.11 Tue Aug 6 15:05:14 2024 +++ src/doc/CHANGES-9.5 Wed Aug 7 11:03:34 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.11 2024/08/06 15:05:14 snj Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.12 2024/08/07 11:03:34 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -147,3 +147,49 @@ libexec/ld.elf_so/rtld.c 1.216 (like 32bit sparc). [martin, ticket #1861] +lib/libc/compat-43/killpg.c 1.10 +sys/kern/kern_descrip.c 1.263 (patch) +sys/kern/kern_ktrace.c 1.185 (patch) +sys/kern/kern_proc.c 1.276 (patch) +sys/kern/sys_sig.c 1.58 (patch) +sys/kern/tty.c 1.313 (patch) +tests/lib/libc/sys/t_kill.c 1.2 + + PR 58425: disallow INT_MIN as a (negative) pid arg. + Add a test for this. + [kre, ticket #1859] + +bin/sh/histedit.c 1.72 + + sh(1): fix sh histedit core dump. + [kre, ticket #1860] + +libexec/ld.elf_so/arch/aarch64/mdreloc.c 1.14 +libexec/ld.elf_so/arch/arm/mdreloc.c 1.45 + + ld.elf_so(1): honor addend for R_AARCH64_TLS_TPREL relocation. + [riastradh, ticket #1862] + +bin/pax/ar_subs.c 1.58 +bin/pax/buf_subs.c 1.31 +bin/pax/extern.h 1.61 +bin/pax/file_subs.c 1.65 +bin/pax/ftree.c 1.43 +bin/pax/pax.c 1.50,1.51 +tests/bin/pax/t_pax.sh 1.3-1.7 + + pax(1): Fix various PRs and add tests for the bugs. + PR 33753: pax(1) deletes target file if rewriting it fails + (`don't installworld to a full disk') + PR 41736: pax reports an error when copying zero files + PR 44498: tar(1) unnecessarily demands that getcwd() work + [riastradh, ticket #1863] + +libexec/ld.elf_so/README.TLS 1.7 +libexec/ld.elf_so/arch/aarch64/rtld_start.S 1.6,1.7 +libexec/ld.elf_so/tls.c 1.15,1.20,1.21 +tests/libexec/ld.elf_so/t_tls_extern.c 1.15,1.16 + + ld.elf_so(1): PR 58154: fix aarch64 thread-local storage + [riastradh, ticket #1864] +