aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd/sods.c
Commit message (Expand)AuthorAgeFilesLines
* The type of some aout header types changed to uint_32, so now we needDavid Malone2004-06-291-13/+13
* Fix a few WARNS:David Malone2004-02-151-6/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-3/+1
* Warns; ANSIfy, constify and move declarations into a common header.Mark Murray2002-04-281-26/+27
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()Mike Barcroft2002-04-201-0/+1
* Fix long format mismatch with int argMatthew Dillon2001-10-291-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+1
* Add rcsid. Remove unused #include. Remove error() definition and replacePhilippe Charnier2000-12-101-25/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make ldd work on alpha.Doug Rabson1998-09-161-1/+3
* Add ELF support.Doug Rabson1998-05-011-2/+10
* In the "ldd -v" output, display the N_AUX information for eachJohn Polstra1997-11-281-3/+13
* Touch up the code that implements "ldd -v".John Polstra1997-09-021-48/+79
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* For "ldd -v", print shared object dependencies that were specified asJohn Polstra1997-01-101-3/+6
* Incorporate John Polstra's sods.c display of the details about thePeter Wemm1996-10-011-0/+502