Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src



Module Name:    src
Committed By:   martin
Date:           Sun Oct 19 09:57:17 UTC 2025

Modified Files:
        src/bin/pax [netbsd-9]: options.c
        src/tools/compat [netbsd-9]: Makefile compat_defs.h configure
            configure.ac nbtool_config.h.in
        src/usr.bin/nbperf [netbsd-9]: nbperf.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1973):

        tools/compat/configure.ac: revision 1.111
        tools/compat/compat_defs.h: revision 1.126
        tools/compat/compat_defs.h: revision 1.127
        usr.bin/nbperf/nbperf.c: revision 1.7
        bin/pax/options.c: revision 1.120
        tools/compat/nbtool_config.h.in: revision 1.59 (patch)
        tools/compat/Makefile: revision 1.95 (patch)
        tools/compat/configure.ac: revision 1.110 (patch)
        tools/compat/configure (patch for regen from above)

Don't use arc4random for the tools build on NetBSD either.
compat_defs.h explicitly forces _POSIX_SOURCE and this hides the
prototype in stdlib.h.
pax: need <strings.h> for ffs()

Fixes warning as host tool on NetBSD 9.99

Add more functions needed by mandoc

add vsyslog decl check


To generate a diff of this commit:
cvs rdiff -u -r1.118.18.1 -r1.118.18.2 src/bin/pax/options.c
cvs rdiff -u -r1.87 -r1.87.2.1 src/tools/compat/Makefile
cvs rdiff -u -r1.116 -r1.116.2.1 src/tools/compat/compat_defs.h
cvs rdiff -u -r1.97 -r1.97.2.1 src/tools/compat/configure \
    src/tools/compat/configure.ac
cvs rdiff -u -r1.52 -r1.52.2.1 src/tools/compat/nbtool_config.h.in
cvs rdiff -u -r1.5 -r1.5.32.1 src/usr.bin/nbperf/nbperf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index