NetBSD/src y0FwyLhtests/libexec/ld.elf_so Makefile h_r_rel.c

   tests/libexec/ld.elf_so/t_r_rel: Make sure helper is compiled as PIE.

   Otherwise this test doesn't work: the whole point is to check for
   relative relocations, which are only used in position-independent
   code.

   Should fix the test on platforms that don't do PIE by default like
   alpha and sparc64.

   PR bin/59360: ld.elf_so(8): missing RELR support
VersionDeltaFile
1.35+4-3tests/libexec/ld.elf_so/Makefile
1.2+3-2tests/libexec/ld.elf_so/h_r_rel.c
1.3+2-2tests/libexec/ld.elf_so/t_r_rel.sh
+9-73 files

NetBSD/src E8z57frtests/lib/libc/gen t_fpclassify.c

   t_fpclassify: Fix long double mistakes.

   1. Handle >64-bit long double with `union ieee_ext_u'.
   2. Operationally verify the quiet vs signalling NaN bits.
   3. xfail for softfloat and softfloat-long-double bugs on clang.
   4. Print NaN encodings in hexadecimal to make diagnostics easier.
   5. Add RCS id.

   PR standards/59336: C23: Annex F and math.h extensions
   PR lib/59853: compiler-rt softfloat lacks floating-point exceptions
VersionDeltaFile
1.11+249-89tests/lib/libc/gen/t_fpclassify.c
+249-891 files

NetBSD/src 377d3WZdoc CHANGES-11.0

   Ticket #135
VersionDeltaFile
1.1.2.60+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src lDooqHWdistrib/sun2/ramdisk welcome

   Pull up following revision(s) (requested by thorpej in ticket #135):

        distrib/sun2/ramdisk/welcome: revision 1.2

   Using the "standard" Sun2 install tape layout:
   file 1 -> boot loader
   file 4 -> miniroot
   file 5 -> kernel
   file 6 ... -> tar files with installation sets

   ...the user should be instructed to "fsf 3" after rewinding the tape
   to get to the miniroot, not "fsf 2".
VersionDeltaFile
1.1.116.1+1-1distrib/sun2/ramdisk/welcome
+1-11 files

NetBSD/src 38b3fwqsys/dev/pci if_iwm.c

   Increase session protection duration to 5 beacon times (similar to
   FreeBSD). Reduce max_delay again to half a beacon time.
VersionDeltaFile
1.93+7-6sys/dev/pci/if_iwm.c
+7-61 files

NetBSD/src CD5GFDadistrib/sun2/ramdisk welcome

   Using the "standard" Sun2 install tape layout:
   file 1 -> boot loader
   file 4 -> miniroot
   file 5 -> kernel
   file 6 ... -> tar files with installation sets

   ...the user should be instructed to "fsf 3" after rewinding the tape
   to get to the miniroot, not "fsf 2".
VersionDeltaFile
1.2+1-1distrib/sun2/ramdisk/welcome
+1-11 files

NetBSD/src ITTmbcnsys/arch/arm/broadcom bcm2835_vcaudio.c, sys/external/bsd/vchiq/dist/interface/vchiq_arm vchiq_core.c vchiq_2835_arm.c

   bcm2835: make vchiq and vcaudio work on big-endian kernels.

   VCHIQ shared memory structures and VC audio messages are little-endian.
   Convert whole fields to/from little-endian at the shared-memory boundary
   and in VC audio payloads so that big-endian kernels can use vchiq and
   vcaudio properly.

   Audio playback tested on Raspberry Pi 3B running NetBSD/earmv7hfeb and
   NetBSD/aarch64eb.  No visible/audible regression on little-endian
   NetBSD/earmv7hf and NetBSD/aarch64.
VersionDeltaFile
1.16+155-151sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
1.21+32-30sys/arch/arm/broadcom/bcm2835_vcaudio.c
1.25+20-21sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c
1.6+2-7sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_netbsd_acpi.c
1.8+2-7sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_netbsd_fdt.c
1.9+4-4sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h
+215-2204 files not shown
+228-23310 files

NetBSD/src lJufIBlsys/arch/algor/algor machdep.c, sys/arch/mac68k/mac68k trap.c

   Trailing whitespace
VersionDeltaFile
1.87+20-20sys/arch/sun2/sun2/machdep.c
1.72+12-12sys/arch/sandpoint/sandpoint/machdep.c
1.139+9-9sys/arch/sparc64/sparc64/db_interface.c
1.61+9-9sys/arch/algor/algor/machdep.c
1.156+8-8sys/arch/mac68k/mac68k/trap.c
1.167+7-7sys/arch/powerpc/powerpc/trap.c
+65-6521 files not shown
+149-14927 files

NetBSD/src OGKmXendoc 3RDPARTY

   gdb-17.1 is out
VersionDeltaFile
1.2149+2-2doc/3RDPARTY
+2-21 files

NetBSD/src 6utfrqJcommon/lib/libc/arch/m68k/atomic atomic_init_m68k.c

   Use __sysctl() rather than sysctl() to help with statically-linked
   space contrained environments.
VersionDeltaFile
1.2+7-4common/lib/libc/arch/m68k/atomic/atomic_init_m68k.c
+7-41 files

NetBSD/src KosTIMldistrib/atari/floppies/common Makefile.images

   Build with -fno-unwind-tables.
VersionDeltaFile
1.14+2-2distrib/atari/floppies/common/Makefile.images
+2-21 files

NetBSD/src 66fkLVeusr.sbin/lockstat elf32.c

   usr.sbin/lockstat: Revert r1.11 as it breaks the Alpha build.
VersionDeltaFile
1.12+3-3usr.sbin/lockstat/elf32.c
+3-31 files

NetBSD/src WAKn3Vi. UPDATING

   Add an entry for removal of libssh from /usr/lib.
VersionDeltaFile
1.389+6-1UPDATING
+6-11 files

NetBSD/src pZhu0vnlib/libc Makefile.inc, lib/libc/time localtime.c private.h

   fix the lint build.
VersionDeltaFile
1.149+19-10lib/libc/time/localtime.c
1.74+4-10lib/libc/time/private.h
1.23+2-1lib/libc/Makefile.inc
+25-213 files

NetBSD/src us4QHC9lib/libc/stdio getdelim.3 fgetln.3

   Have the get-a-line methods refer to each other.
VersionDeltaFile
1.16+4-2lib/libc/stdio/getdelim.3
1.17+4-2lib/libc/stdio/fgetln.3
1.6+3-2lib/libc/stdio/fparseln.3
+11-63 files

NetBSD/src ES9JB7trescue list

   rescue/list: Touch for CRUNCHGEN_FLAGS change for libssh.

   PR lib/58648: private shared libraries should go in /usr/lib/private,
   not /usr/lib
VersionDeltaFile
1.56+8-1rescue/list
+8-11 files

NetBSD/src Xl2Okgpdoc CHANGES-11.0

   Ticket #134
VersionDeltaFile
1.1.2.59+16-1doc/CHANGES-11.0
+16-11 files

NetBSD/src R9VG5krdistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   Pull up following revision(s) (requested by kre in ticket #134):

        lib/libutil/util.expsym: revision 1.2
        lib/libutil/shlib_version: revision 1.55
        distrib/sets/lists/base/shl.mi: revision 1.1018
        lib/libutil/strpct.c: revision 1.7
        lib/libutil/strpct.3: revision 1.8
        distrib/sets/lists/debug/shl.mi: revision 1.379
        tests/bin/df/t_df.sh: revision 1.4
        bin/df/df.c: revision 1.105
        include/util.h: revision 1.71

   PR lib/59811  allow any rounding in strpct(3).

   Add str[s]pct_r (same as str[s]pct with an addition "how to round" param) and
   strpct_round to set the rounding used by the older str[s]pct functions.
   The default remains rounding down (toward zero) for compatibility.
   See the PR (and the updated man page) for the details.


    [7 lines not shown]
VersionDeltaFile
1.7.2.1+148-6lib/libutil/strpct.3
1.6.2.1+131-8lib/libutil/strpct.c
1.3.4.1+65-65tests/bin/df/t_df.sh
1.70.2.1+14-1include/util.h
1.367.2.3+4-3distrib/sets/lists/debug/shl.mi
1.1008.2.2+3-3distrib/sets/lists/base/shl.mi
+365-863 files not shown
+374-909 files

NetBSD/src yahgoBuusr.sbin/lockstat elf32.c

   usr.sbin/lockstat: Prefer <elf.h> in userland code.
VersionDeltaFile
1.11+3-3usr.sbin/lockstat/elf32.c
+3-31 files

NetBSD/src c61fnrrdoc CHANGES-11.0

   Ticket #133
VersionDeltaFile
1.1.2.58+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src H08X5o1bin/sh arithmetic.c

   Pull up following revision(s) (requested by kre in ticket #133):

        bin/sh/arithmetic.c: revision 1.6

   Fix a bug in syntax of the ?: operator

   The ?: operator has 3 sub-expressions.  The first (before the ?)
   is an "or-list" (generic conditional expression).  The third,
   after the : is another cond-expr (might be another ?: operator).

   Those we handled properly.

   The middle expression however, according to the C standard,
   which is what the shell is supposed (to the extent it is
   required to implement) to support, can be any expression at all.

   We had that correct when an assignment was the highest level
   (or if you prefer, lowest precedence) operators accepted by the
   syntax (which is all that is required by POSIX).

    [14 lines not shown]
VersionDeltaFile
1.5.16.1+3-3bin/sh/arithmetic.c
+3-31 files

NetBSD/src FDMc1axsys/arch/arc/jazz fd.c, sys/arch/atari/atari machdep.c

   Convert all cnpollc callers to using true/false for consistency.
VersionDeltaFile
1.217+6-6sys/arch/x68k/x68k/machdep.c
1.76+6-6sys/arch/cesfic/cesfic/machdep.c
1.252+6-6sys/arch/hp300/hp300/machdep.c
1.28+6-6sys/kern/subr_userconf.c
1.53+4-4sys/arch/arc/jazz/fd.c
1.194+4-4sys/arch/atari/atari/machdep.c
+32-3251 files not shown
+236-23657 files

NetBSD/src BPSklKTsys/dev/ic rtl8169.c rtl81x9var.h, sys/dev/pci if_re_pci.c

   Use private mutex to make code MPSAFE.
   Enable MPSAFE interrupt for PCI (but not cardbus).
   Fix handling multi-fragments in error path.
   Move RTKQ_PICE handling into re_intr().
   Increase queue lengths a bit.
VersionDeltaFile
1.180+211-96sys/dev/ic/rtl8169.c
1.60+16-11sys/dev/ic/rtl81x9var.h
1.55+3-2sys/dev/pci/if_re_pci.c
1.56+2-2sys/dev/ic/rtl81x9reg.h
+232-1114 files

NetBSD/src y4ZhAMZtests/usr.bin/diff t_diff.sh

   diff(3): Test the very weird options pkgsrc passes to diff.
VersionDeltaFile
1.5+4-1tests/usr.bin/diff/t_diff.sh
+4-11 files

NetBSD/src 6kA8lsgtests/lib/libc/gen t_fpclassify.c

   make this compile again.
VersionDeltaFile
1.10+3-3tests/lib/libc/gen/t_fpclassify.c
+3-31 files

NetBSD/src pWAsTZwtests/fs/common fstest_lfs.c, tests/fs/lfs t_orphan.c util.c

   Update the orphan test to use dumplfs, avoiding false negatives.
   Add post-test fsck to all the LFS tests.

   (This is the intended commit comment for the previous revision.)
VersionDeltaFile
1.11+2-1tests/fs/common/fstest_lfs.c
1.4+2-1tests/fs/lfs/t_orphan.c
1.6+2-1tests/fs/lfs/util.c
+6-33 files

NetBSD/src Ejc52tWsys/ufs/lfs lfs_alloc.c

   Simplify orphaned file recovery by using vget/vput instead of explicitly
   truncating the files, following a helpful comment from riastradh@.
VersionDeltaFile
1.153+17-59sys/ufs/lfs/lfs_alloc.c
+17-591 files

NetBSD/src Eb9XoZhtests/fs/common fstest_lfs.c, tests/fs/lfs t_orphan.c util.c

   sys/ufs/lfs/lfs_alloc.c
VersionDeltaFile
1.3+54-44tests/fs/lfs/t_orphan.c
1.10+36-3tests/fs/common/fstest_lfs.c
1.5+4-4tests/fs/lfs/util.c
+94-513 files

NetBSD/src CcDnA7llib/libc/time private.h

   Avoid 'error: comparison of unsigned expression in '< 0' is always false
   [-Werror=type-limits]'
VersionDeltaFile
1.73+3-2lib/libc/time/private.h
+3-21 files

NetBSD/src llylCfbexternal/bsd/elftoolchain/dist/common/sys elfdefinitions.m4 elfconstants.m4

   elftoolchain/common: Sync with upstream [r4318].
VersionDeltaFile
1.18+21-16external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
1.20+14-1external/bsd/elftoolchain/dist/common/sys/elfconstants.m4
+35-172 files