NetBSD/src BPrqLEnlib/libc Makefile, lib/libc/gen ctype_guard.h

   ctype(3): Actually conditionalize guard page on shared libc.

   Apparently we build the libc .o files with -fPIC too (I guess this is
   so that libc.a works in position-independent executables? but why
   don't they just use libc_pic.a?), so use a purpose-built cpp macro
   _CTYPE_DYNAMIC for this instead of using __PIC__.

   Now this shows the right symbol sizes:

   $ readelf -s ctype_.pico | grep _C_ctype_tab_guarded_
        3: 0000000000000000  4610 OBJECT  LOCAL  DEFAULT   11 _C_ctype_tab_guarded_
   $ readelf -s ctype_.po | grep _C_ctype_tab_guarded_
        3: 0000000000000000   514 OBJECT  LOCAL  DEFAULT    7 _C_ctype_tab_guarded_
   $ readelf -s ctype_.o | grep _C_ctype_tab_guarded_
        3: 0000000000000000   514 OBJECT  LOCAL  DEFAULT    7 _C_ctype_tab_guarded_

   PR lib/58208: ctype(3) provides poor runtime feedback of abuse
VersionDeltaFile
1.175+5-1lib/libc/Makefile
1.5+2-2lib/libc/gen/ctype_guard.h
+7-32 files

NetBSD/src UqYPi2xlib/libc Makefile

   libc: fix typo in comments: NO_SRSC -> NO_SRCS
VersionDeltaFile
1.174+3-3lib/libc/Makefile
+3-31 files

NetBSD/src 3dYtey8tests/lib/libc Makefile, tests/lib/libc/kevent_nullmnt h_nullmnt.c t_nullmnt.sh

   Add a new test for PR kern/56713 and set to expected_failure for now.
VersionDeltaFile
1.1+77-0tests/lib/libc/kevent_nullmnt/h_nullmnt.c
1.1+35-0tests/lib/libc/kevent_nullmnt/t_nullmnt.sh
1.1+14-0tests/lib/libc/kevent_nullmnt/Makefile
1.52+2-1tests/lib/libc/Makefile
+128-14 files

NetBSD/src v4RH521distrib/sets/lists/tests mi, tests/lib/libc Makefile

   membar_ops(3): Add some automatic tests.

   These tests run two threads for five seconds each to try to trigger
   races in the event of broken memory barriers.  They run only on
   machines with at least two CPUs; on uniprocessor systems there's no
   point -- the membars can correctly just be (instruction barrier)
   no-ops.
VersionDeltaFile
1.1+197-0tests/lib/libc/membar/t_seqlock.c
1.1+172-0tests/lib/libc/membar/t_dekker.c
1.1+164-0tests/lib/libc/membar/t_spinlock.c
1.51+22-3tests/lib/libc/Makefile
1.1+15-0tests/lib/libc/membar/Makefile
1.1192+8-1distrib/sets/lists/tests/mi
+578-42 files not shown
+585-68 files

NetBSD/src hFzFgpLregress/lib/libc Makefile

   citrus SUBDIR is gone
VersionDeltaFile
1.83+2-2regress/lib/libc/Makefile
+2-21 files

NetBSD/src AayHkepbin/setfacl setfacl.1 setfacl.c, sys/kern subr_acl_nfs4.c vfs_acl.c

   Add ACL support for FFS. From FreeBSD.
VersionDeltaFile
1.1+698-0sys/ufs/ufs/ufs_acl.c
1.204+590-59sys/miscfs/genfs/genfs_vnops.c
1.1+614-0sys/kern/subr_acl_nfs4.c
1.1+542-0sys/kern/vfs_acl.c
1.1+517-0bin/setfacl/setfacl.1
1.1+511-0bin/setfacl/setfacl.c
+3,472-59213 files not shown
+18,067-1,053219 files

NetBSD/src Qli2aW9crypto/external/bsd/heimdal/dist configure configure, external/gpl3/binutils.old/dist md5.sum

   Merge changes from current as of 20200406
VersionDeltaFile
1.5.2.1+65,838-65,100external/gpl3/binutils.old/dist/opcodes/i386-tbl.h
1.1.1.6.2.2+42,709-76,813external/gpl3/binutils/dist/opcodes/i386-tbl.h
1.1.1.7.2.2+23,498-21,141external/gpl3/binutils/dist/md5.sum
1.5.2.1+21,190-18,524external/gpl3/binutils.old/dist/md5.sum
1.1.1.1.4.2+31,685-0crypto/external/bsd/heimdal/dist/configure
1.1.1.1.4.1+0-31,685crypto/external/bsd/heimdal/dist/configure
+184,920-213,26316,893 files not shown
+1,663,020-1,396,48816,899 files

NetBSD/src EOq1ySmdistrib/sets/lists/debug mi, distrib/sets/lists/tests mi

   Add tests for missing libc catalog entries
VersionDeltaFile
1.1+97-0tests/lib/libc/nls/t_catalog.c
1.1+9-0tests/lib/libc/nls/Makefile
1.833+6-1distrib/sets/lists/tests/mi
1.50+3-3tests/lib/libc/Makefile
1.161+3-1etc/mtree/NetBSD.dist.tests
1.298+2-1distrib/sets/lists/debug/mi
+120-66 files

NetBSD/src jtc8rnCcrypto/external/bsd/openssl/dist/test drbg_cavs_data.c drbg_cavs_data.c, external/bsd/llvm/dist/llvm/test/MC/AMDGPU gfx9_asm_all.s

   Sync with HEAD
VersionDeltaFile
1.1.1.1.4.1+0-170,320crypto/external/bsd/openssl/dist/test/drbg_cavs_data.c
1.1.1.1.4.2+170,320-0crypto/external/bsd/openssl/dist/test/drbg_cavs_data.c
1.1.1.1.4.1+82,596-57,714external/bsd/llvm/dist/llvm/test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt
1.1.1.7.4.1+51,553-76,096external/gpl3/gdb/dist/opcodes/i386-tbl.h
1.1.1.1.4.1+44,215-31,323external/bsd/llvm/dist/llvm/test/MC/AMDGPU/gfx9_asm_all.s
1.10.4.1+23,910-44,721external/gpl3/gcc/dist/MD5SUMS
+372,594-380,174103,210 files not shown
+8,417,441-7,314,240103,216 files

NetBSD/src TrqZfx6tests/lib/libc/atomic t_atomic_add.c t_atomic_or.c

   Add ATF tests for atomic_ops(3).
VersionDeltaFile
1.1+125-0tests/lib/libc/atomic/t_atomic_add.c
1.1+121-0tests/lib/libc/atomic/t_atomic_or.c
1.1+121-0tests/lib/libc/atomic/t_atomic_and.c
1.1+120-0tests/lib/libc/atomic/t_atomic_inc.c
1.1+120-0tests/lib/libc/atomic/t_atomic_dec.c
1.1+118-0tests/lib/libc/atomic/t_atomic_cas.c
+725-05 files not shown
+846-311 files

NetBSD/src HCi1bXDexternal/gpl3/gcc.old/dist MD5SUMS, external/gpl3/gcc.old/dist/gcc/doc g++.1 gcc.1

   Sync with HEAD

   Resolve a couple of conflicts (result of the uimin/uimax changes)
VersionDeltaFile
1.6.2.1+27,285-22,488external/gpl3/gcc.old/dist/MD5SUMS
1.6.2.1+17,798-16,788external/gpl3/gcc.old/dist/gcc/doc/g++.1
1.6.2.1+17,798-16,788external/gpl3/gcc.old/dist/gcc/doc/gcc.1
1.1.1.3.2.1+27,952-5,665external/lgpl3/mpfr/dist/ChangeLog
1.2.2.2+33,082-0sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/bif/bif_5_1_sh_mask.h
1.2.2.1+0-33,082sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/bif/bif_5_1_sh_mask.h
+123,915-94,81124,057 files not shown
+2,735,192-2,491,98524,063 files

NetBSD/src a9lBdK7lib/libc Makefile

   Restrict -fno-sanitize=function to Clang/LLVM only

   The base GCC version 6,x does not support this option.
VersionDeltaFile
1.172+4-2lib/libc/Makefile
+4-21 files

NetBSD/src c1nLE0cdistrib/sets/lists/debug mi, distrib/sets/lists/tests mi

   Register micro-UBSan ATF tests in the distribution

   Populate distrib files, mtree lists and add the entry in Makefile to
   include the new code.
VersionDeltaFile
1.790+7-1distrib/sets/lists/tests/mi
1.48+2-2tests/lib/libc/Makefile
1.260+3-1distrib/sets/lists/debug/mi
1.152+3-1etc/mtree/NetBSD.dist.tests
+15-54 files

NetBSD/src RlOTIMIlib/libc Makefile

   Disable sanitization of -fsanitize=function in libc

   Generated code for the checks (in at least libunwind) depends on the C++
   runtime feature of RTTI.

   Pass -fno-sanitize=function to LIBCSANITIZERFLAGS.
VersionDeltaFile
1.171+3-1lib/libc/Makefile
+3-11 files

NetBSD/src ZMkKSYuexternal/bsd/ntp/dist/ntpd ntp_keyword.h, sys/arch/aarch64/aarch64 disasm.c disasm.c

   Sync with HEAD.  77 conflicts resolved - all of them $NetBSD$
VersionDeltaFile
1.1310.2.3+9,171-9,155sys/dev/pci/pcidevs_data.h
1.738.2.2+4,232-4,222sys/dev/usb/usbdevs_data.h
1.1.2.1+0-3,655sys/arch/aarch64/aarch64/disasm.c
1.1.2.2+3,655-0sys/arch/aarch64/aarch64/disasm.c
1.12.12.1+1,097-1,070external/bsd/ntp/dist/ntpd/ntp_keyword.h
1.1.28.1+2,041-65sys/arch/aarch64/aarch64/pmap.c
+20,196-18,1671,322 files not shown
+70,429-52,7271,328 files

NetBSD/src Qwhwwialib/libc Makefile, share/mk bsd.own.mk

   Drop the USE_LIBTRE build option

   libtre cannot be used any more as a replacement for regex(3).
   Tt does not build and the library development is stalled in upstream.

   Proposed on mailing list.

   Sponsored by <The NetBSD Foundation>
VersionDeltaFile
1.170+1-5lib/libc/Makefile
1.1052+2-2share/mk/bsd.own.mk
+3-72 files

NetBSD/src 84KPlwUlib/libc Makefile

   Pull up following revision(s) (requested by martin in ticket #843):
        lib/libc/Makefile: revision 1.169 via patch
   Only create and install the tags file for the normal libc (not any of the
   compat copies), because we don't want it to be overwritten by the compat
   copies. This was detected by the evbarm mkimage complaining.
VersionDeltaFile
1.166.2.1+3-2lib/libc/Makefile
+3-21 files

NetBSD/src ScOUDgnlib/libc Makefile

   Only create and install the tags file for the normal libc (not any of the
   compat copies), because we don't want it to be overwritten by the compat
   copies. This was detected by the evbarm mkimage complaining.
VersionDeltaFile
1.169+2-2lib/libc/Makefile
+2-21 files

NetBSD/src nJZle7Blib/libc Makefile, lib/libc/compat/arch/i386 Makefile.inc

   Include compat in rumprun libc

   Not including non-renamed symbols in libc caused all kinds of configure
   scripts to do the wrong thing when they just tested linkage without
   including headers.  So, go for the "least moving parts" bandaid for now.
VersionDeltaFile
1.5+3-1lib/libc/compat/arch/x86_64/Makefile.inc
1.168+1-3lib/libc/Makefile
1.3+3-1lib/libc/compat/arch/i386/Makefile.inc
+7-53 files

NetBSD/src 6zYjAZolib/libc Makefile Makefile.inc, lib/libc/sys Makefile.inc

   Add hooks for RUMPRUN build of libc

   If "yes", does the following (default "no"):
     * prevents ASM syscalls from being built (librump provides syscalls)
     * does not include compat (useless when application is linked with libc)
     * does not build tags (no /var/db to install them to)
     * does not include tls

   ==> libc for rumprun can now be built against unmodified NetBSD sources
VersionDeltaFile
1.226+9-8lib/libc/sys/Makefile.inc
1.167+7-1lib/libc/Makefile
1.17+5-1lib/libc/Makefile.inc
+21-103 files

NetBSD/src jTnpym9external/bsd/ntp/dist CommitLog, external/gpl3/gcc.old/dist MD5SUMS MD5SUMS

   Rebase to HEAD as of a few days ago.
VersionDeltaFile
1.1.1.1.8.2+147,479-0external/gpl3/gcc.old/dist/libgcc/config/libbid/bid_binarydecimal.c
1.1.1.1.8.1+0-147,479external/gpl3/gcc.old/dist/libgcc/config/libbid/bid_binarydecimal.c
1.1.1.2.6.1+89,542-5,537external/bsd/ntp/dist/CommitLog
1.6.6.1+53,184-41,030external/public-domain/sqlite/dist/sqlite3.c
1.1.1.1.8.1+0-66,220external/gpl3/gcc.old/dist/MD5SUMS
1.1.1.1.8.2+66,220-0external/gpl3/gcc.old/dist/MD5SUMS
+356,425-260,266171,173 files not shown
+15,423,012-14,134,330171,179 files

NetBSD/src IYetTculib/libc libcincludes.mk Makefile, lib/libc/compiler_rt Makefile.inc

   MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU
VersionDeltaFile
1.24+9-9lib/libc/compiler_rt/Makefile.inc
1.2+7-6lib/libc/libcincludes.mk
1.19+4-4lib/libc/softfloat/Makefile.inc
1.166+1-3lib/libc/Makefile
1.50+3-1lib/libkvm/Makefile
+24-235 files

NetBSD/src 30ZGlhvtests/crypto/opencrypto t_opencrypto.sh, tests/lib/libbpfjit t_bpfjit.c

   sync with head.

   for a reference, the tree before this commit was tagged
   as yamt-pagecache-tag8.

   this commit was splitted into small chunks to avoid
   a limitation of cvs.  ("Protocol error: too many arguments")
VersionDeltaFile
1.7.2.1+492-42tests/lib/libm/t_ceil.c
1.1.2.2+142-277tests/lib/libm/t_exp.c
1.1.4.3+168-163tests/lib/libbpfjit/t_bpfjit.c
1.4.4.1+0-298tests/lib/libc/net/h_dns_server.c
1.4.4.2+298-0tests/lib/libc/net/h_dns_server.c
1.4.4.2+272-0tests/crypto/opencrypto/t_opencrypto.sh
+1,372-780351 files not shown
+10,483-10,394357 files

NetBSD/src UtR9zToregress/lib/libc Makefile, regress/sys/fs/ffs Makefile

   sync with head.

   for a reference, the tree before this commit was tagged
   as yamt-pagecache-tag8.

   this commit was splitted into small chunks to avoid
   a limitation of cvs.  ("Protocol error: too many arguments")
VersionDeltaFile
1.5.2.2+4-2regress/sys/kern/ras/ras3/Makefile
1.5.2.2+3-2regress/sys/kern/ras/ras2/Makefile
1.5.2.2+3-2regress/sys/kern/ras/ras1/Makefile
1.6.48.1+2-2regress/sys/fs/ffs/Makefile
1.80.4.2+1-2regress/lib/libc/Makefile
+13-105 files

NetBSD/src HJV5p3Blib/libc/gen vis.c, lib/libc/net gethnamaddr.c

   sync with head.

   for a reference, the tree before this commit was tagged
   as yamt-pagecache-tag8.

   this commit was splitted into small chunks to avoid
   a limitation of cvs.  ("Protocol error: too many arguments")
VersionDeltaFile
1.2.2.1+0-2,413lib/libc/time/NEWS
1.2.2.2+2,279-0lib/libc/time/NEWS
1.77.2.3+418-507lib/libc/net/gethnamaddr.c
1.44.4.2+453-346lib/libc/gen/vis.c
1.15.4.5+310-459lib/librumpuser/rumpuser.c
1.2.6.1+740-27lib/librumpuser/rumpuser.3
+4,200-3,7521,367 files not shown
+35,514-27,4471,373 files

NetBSD/src tpAEAHnlib/libc Makefile, lib/libpthread_dbg Makefile

by joerg on ⎇🏷
   Introduce GENASSYM_CPPFLAGS for options during genassym processing.
   Consistently drop assembler flags.
VersionDeltaFile
1.165+3-3lib/libc/Makefile
1.11+3-3lib/libpthread_dbg/Makefile
1.165+3-3sys/conf/Makefile.kern.inc
1.4+3-2sys/modules/Makefile.assym
1.2+2-2sys/dev/arcbios/Makefile.inc
+14-135 files

NetBSD/src XmOL9Kntests/lib/libc Makefile, tests/lib/libc/sync all_sync_ops_linkable.c Makefile

   Add a link-time test for __sync_* primitives (see PR 48368) - this
   will allow us to notice missing functions during the build, instead
   of when compiling arbitrary pkgsrc stuff later.
VersionDeltaFile
1.1+164-0tests/lib/libc/sync/all_sync_ops_linkable.c
1.1+11-0tests/lib/libc/sync/Makefile
1.47+2-2tests/lib/libc/Makefile
+177-23 files

NetBSD/src XzET6rdcommon/lib/libc Makefile.inc, lib/libc Makefile

by joerg on ⎇🏷
   Include compiler-rt in libc, libm and libkern.
VersionDeltaFile
1.31+1-15sys/lib/libkern/Makefile.libkern
1.27+2-6lib/libc/arch/arm/Makefile.inc
1.28+3-5lib/libc/arch/arm/gen/Makefile.inc
1.154+2-5lib/libm/Makefile
1.164+1-6lib/libc/Makefile
1.15+1-4common/lib/libc/Makefile.inc
+10-416 files not shown
+16-4712 files

NetBSD/src Z6adCV0lib/libc Makefile

   If MKREPRO=yes, make the tags file refer to /usr/src
   instead of referring to the actual source directory ${NETBSDSRC}.
VersionDeltaFile
1.163+14-3lib/libc/Makefile
+14-31 files

NetBSD/src FU41wSvlib/libc Makefile, lib/libc/compiler_rt Makefile.inc

   Use a separate variable for the use of GCC's unwind code.
VersionDeltaFile
1.763+7-1share/mk/bsd.own.mk
1.10+2-3lib/libc/compiler_rt/Makefile.inc
1.162+2-2lib/libc/Makefile
+11-63 files