CVS commit: src/usr.bin/ldd
Module Name:src Committed By: martin Date: Fri Jul 23 04:20:05 UTC 2021 Modified Files: src/usr.bin/ldd: ldd.c Log Message: gcc hates strncpy() To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/ldd/ldd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: christos Date: Thu Jul 22 17:39:53 UTC 2021 Modified Files: src/usr.bin/ldd: ldd.c ldd.h ldd_elfxx.c Log Message: rtld expects an absolute path in execname provided via AUXV in order to handle $ORIGIN properly and checks for that. Since we are calling its guts directly, provide one. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/ldd/ldd.c cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ldd/ldd.h src/usr.bin/ldd/ldd_elfxx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: christos Date: Sun Apr 25 23:52:59 UTC 2021 Modified Files: src/usr.bin/ldd: Makefile.inc src/usr.bin/ldd/build: Makefile src/usr.bin/ldd/elf64: Makefile Log Message: Handle mipsn64 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ldd/Makefile.inc cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/build/Makefile cvs rdiff -u -r1.12 -r1.13 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: mrg Date: Mon Feb 4 00:05:21 UTC 2019 Modified Files: src/usr.bin/ldd/build: Makefile src/usr.bin/ldd/elf64: Makefile Log Message: don't build ldd64 support if !MKCOMPAT and mips64. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ldd/build/Makefile cvs rdiff -u -r1.11 -r1.12 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd/build
Module Name:src Committed By: kre Date: Sun Jan 27 05:17:48 UTC 2019 Modified Files: src/usr.bin/ldd/build: Makefile Log Message: Fix merge botch To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/build/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd/elf32
Module Name:src Committed By: kre Date: Sun Jan 27 05:16:55 UTC 2019 Modified Files: src/usr.bin/ldd/elf32: Makefile Log Message: Fix merge botch To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/ldd/elf32/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd/elf32_compat
Module Name:src Committed By: kre Date: Sun Jan 27 05:15:42 UTC 2019 Modified Files: src/usr.bin/ldd/elf32_compat: Makefile Log Message: Fix merge botch To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ldd/elf32_compat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd/elf64
Module Name:src Committed By: kre Date: Sun Jan 27 05:14:45 UTC 2019 Modified Files: src/usr.bin/ldd/elf64: Makefile Log Message: Fix merge botch To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: kamil Date: Thu Jun 21 10:41:46 UTC 2018 Modified Files: src/usr.bin/ldd/build: Makefile src/usr.bin/ldd/elf32: Makefile src/usr.bin/ldd/elf32_compat: Makefile src/usr.bin/ldd/elf64: Makefile Log Message: Disable SANITIZER for ldd(1) These utilities (elf32, elf32_compat, elf64, liblldb) share code with the ELF dynamic loader that is not being sanitized and its symbols are installed into sanitized programs (in particular __tls_get_addr()). Additionally libldd is used in rescue that is not expected to be sanitized as of today. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/ldd/build/Makefile cvs rdiff -u -r1.9 -r1.10 src/usr.bin/ldd/elf32/Makefile cvs rdiff -u -r1.1 -r1.2 src/usr.bin/ldd/elf32_compat/Makefile cvs rdiff -u -r1.8 -r1.9 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: maya Date: Mon Dec 25 05:08:49 UTC 2017 Modified Files: src/usr.bin/ldd: ldd.1 ldd.c Log Message: Return a non-zero (one) exit code on failure for one of the files But keep on processing them, like ls, rm, and other programs do To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/ldd/ldd.1 cvs rdiff -u -r1.22 -r1.23 src/usr.bin/ldd/ldd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: christos Date: Tue Jan 10 21:11:25 UTC 2017 Modified Files: src/usr.bin/ldd: ldd_elfxx.c Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/ldd_elfxx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: martin Date: Sat Jun 13 20:38:52 UTC 2015 Modified Files: src/usr.bin/ldd: Makefile.inc Log Message: Do not set MLIBDIR if MKCOMPAT=no To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ldd/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd/elf64
Module Name:src Committed By: joerg Date: Thu Aug 28 12:23:29 UTC 2014 Modified Files: src/usr.bin/ldd/elf64: Makefile Log Message: Fix ldd on LP64 platforms by splitting the symbol versioning stuff for elf64 as well. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: matt Date: Sun Mar 2 03:55:19 UTC 2014 Modified Files: src/usr.bin/ldd: ldd.c src/usr.bin/ldd/build: Makefile src/usr.bin/ldd/elf32: Makefile src/usr.bin/ldd/elf64: Makefile Log Message: Use OBJECT_FMTS from to determine elf32/elf64 needs To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/ldd/ldd.c cvs rdiff -u -r1.1 -r1.2 src/usr.bin/ldd/build/Makefile cvs rdiff -u -r1.8 -r1.9 src/usr.bin/ldd/elf32/Makefile cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/elf64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: christos Date: Tue May 7 13:00:36 UTC 2013 Modified Files: src/usr.bin/ldd: Makefile.elf Log Message: include symver.c To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/Makefile.elf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: matt Date: Thu Apr 25 07:12:46 UTC 2013 Modified Files: src/usr.bin/ldd: Makefile.common Log Message: If earm, include from lib/libexecinfo for unwind.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/ldd/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: macallan Date: Wed Mar 20 15:18:42 UTC 2013 Modified Files: src/usr.bin/ldd: Makefile.inc ldd.c Log Message: apply kludge to make this more or less work on mips64 with n32 userland with this ldd can handle both 64 and n32 binaries ( previously it would do 64 only ), o32 support is still broken Someone more familiar with this code needs to fix this properly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/ldd/Makefile.inc cvs rdiff -u -r1.20 -r1.21 src/usr.bin/ldd/ldd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: matt Date: Sun Jul 8 00:53:45 UTC 2012 Modified Files: src/usr.bin/ldd: ldd.c ldd.h ldd_elfxx.c Log Message: Make sure stuff using Obj_Entry is compiled correctly for ELF32 or ELF64. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/ldd/ldd.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/ldd/ldd.h cvs rdiff -u -r1.5 -r1.6 src/usr.bin/ldd/ldd_elfxx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: matt Date: Fri Feb 17 08:13:18 UTC 2012 Modified Files: src/usr.bin/ldd: Makefile.common Log Message: MIPS uses a variable page size now. (pulled up from matt-nb5-mips64) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/ldd/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ldd
Module Name:src Committed By: joerg Date: Tue May 24 12:27:30 UTC 2011 Modified Files: src/usr.bin/ldd: ldd.c Log Message: Fix sign compare To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/ldd/ldd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.