summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/elfcore.c
Commit message (Expand)AuthorAgeFilesLines
* Wrong cast.trociny2013-04-201-2/+1
* Sync gcore(1) with the recent changes in kernel code aimed at addingtrociny2013-04-201-202/+373
* Match size_t and ssize_t by using %zu and %zd instead of %d.delphij2011-07-111-1/+1
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+11
* Fix the way the segments are included in the gcore outputs (with theattilio2010-07-141-5/+10
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sattilio2009-11-251-180/+163
* Use %zu for size_t, not %zd.emaste2009-09-231-3/+3
* Use %zd for size_t. With this gcore(1) is WARNS=6 clean.delphij2008-07-181-3/+3
* Eliminate memory leak from an accidental malloc().emaste2007-04-101-1/+0
* Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map filepeter2006-03-251-3/+3
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'trwatson2004-07-121-3/+3
* Fix some WARNS:dwmalone2004-02-151-4/+3
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therepeter2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownpeter2002-09-131-1/+21
* Include stdint.h to make this compile.iedowse2002-09-051-0/+1
* ANSIify function definitions.dwmalone2002-09-041-9/+10
* Add FBSDID. Do not \n terminate err() strings. Spelling.charnier2002-03-261-5/+6
* Removed unused include of kernel-only file <sys/lock.h>.bde2001-10-131-1/+0
* Null terminate buffer.jlemon2001-06-071-1/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make gcore work again. It was broken by a format change in thejdp1999-07-171-2/+2
* Fix errors detected by -Wformat.jdp1998-11-011-2/+3
* Make gcore work for ELF.jdp1998-10-191-0/+513
OpenPOWER on IntegriCloud