Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src
Module Name: src
Committed By: martin
Date: Mon Apr 14 09:58:18 UTC 2025
Modified Files:
src/external/cddl/osnet/dist/tools/ctf/common [netbsd-10]: utils.c
src/external/cddl/osnet/dist/tools/ctf/dump [netbsd-10]: dump.c
src/external/cddl/osnet/usr.bin/ctfdump [netbsd-10]: Makefile
src/tools [netbsd-10]: Makefile
src/tools/ctfconvert [netbsd-10]: Makefile
src/tools/ctfmerge [netbsd-10]: Makefile
src/usr.bin/what [netbsd-10]: what.c
Added Files:
src/tools [netbsd-10]: Makefile.ctftools
src/tools/ctfdump [netbsd-10]: Makefile
src/tools/what [netbsd-10]: Makefile
Log Message:
Pull up following revision(s) (requested by rin in ticket #1096):
tools/what/Makefile: revision 1.1
external/cddl/osnet/usr.bin/ctfdump/Makefile: revision 1.10
tools/ctfmerge/Makefile: revision 1.13
tools/Makefile: revision 1.228
tools/Makefile: revision 1.229
tools/Makefile.ctftools: revision 1.1
usr.bin/what/what.c: revision 1.16
tools/Makefile: revision 1.230
tools/ctfconvert/Makefile: revision 1.12
tools/ctfdump/Makefile: revision 1.1
external/cddl/osnet/dist/tools/ctf/dump/dump.c: revision 1.3
external/cddl/osnet/dist/tools/ctf/common/utils.c: revision 1.2
(all via patch)
tools: Factor out Makefile.ctftools from ctf{convert,merge}
This adds missing libelf.a dependency to ctfmerge. Otherwise NFC.
tools: Add ctfdump(1) when MKCTF is enabled
Although this is not required for build, this small (only with three
additional source files) tool provides good diagnostics.
Especially useful on non-BSD hosts.
Tested on Ubuntu/amd64 24.04 and macOS 13.7 in addition to NetBSD.
tools: Add what(1); not mandatory, but provides good diagnostics
tools/Makefile: Add missing `\` for previous
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.56.1 \
src/external/cddl/osnet/dist/tools/ctf/common/utils.c
cvs rdiff -u -r1.2 -r1.2.56.1 \
src/external/cddl/osnet/dist/tools/ctf/dump/dump.c
cvs rdiff -u -r1.9 -r1.9.12.1 \
src/external/cddl/osnet/usr.bin/ctfdump/Makefile
cvs rdiff -u -r1.214.2.1 -r1.214.2.2 src/tools/Makefile
cvs rdiff -u -r0 -r1.1.2.2 src/tools/Makefile.ctftools
cvs rdiff -u -r1.10 -r1.10.2.1 src/tools/ctfconvert/Makefile
cvs rdiff -u -r0 -r1.1.2.2 src/tools/ctfdump/Makefile
cvs rdiff -u -r1.11 -r1.11.2.1 src/tools/ctfmerge/Makefile
cvs rdiff -u -r0 -r1.1.2.2 src/tools/what/Makefile
cvs rdiff -u -r1.15 -r1.15.2.1 src/usr.bin/what/what.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