aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore/elfcore.c
Commit message (Expand)AuthorAgeFilesLines
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-131-1/+21
* Include stdint.h to make this compile.Ian Dowse2002-09-051-0/+1
* ANSIify function definitions.David Malone2002-09-041-9/+10
* Add FBSDID. Do not \n terminate err() strings. Spelling.Philippe Charnier2002-03-261-5/+6
* Removed unused include of kernel-only file <sys/lock.h>.Bruce Evans2001-10-131-1/+0
* Null terminate buffer.Jonathan Lemon2001-06-071-1/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make gcore work again. It was broken by a format change in theJohn Polstra1999-07-171-2/+2
* Fix errors detected by -Wformat.John Polstra1998-11-011-2/+3
* Make gcore work for ELF.John Polstra1998-10-191-0/+513