summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
Commit message (Expand)AuthorAgeFilesLines
* MFC 281266:jhb2015-06-021-18/+0
* MFC 269128:jhb2015-06-023-15/+123
* MFC 278761:jhb2015-04-011-1/+2
* MFC 274817,274878,276801,276840,278976:jhb2015-02-231-0/+35
* Add some missing DPADD.antoine2013-05-111-1/+1
* Wrong cast.trociny2013-04-201-2/+1
* Sync gcore(1) with the recent changes in kernel code aimed at addingtrociny2013-04-202-203/+374
* Match size_t and ssize_t by using %zu and %zd instead of %d.delphij2011-07-111-1/+1
* Start sentences on a new line to ease life for translators. Tweak thejhb2010-12-281-7/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-113-12/+0
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+11
* Fix spelling.attilio2010-07-141-5/+5
* Fix the way the segments are included in the gcore outputs (with theattilio2010-07-144-11/+30
* Fixed dependencies (make checkdpadd).ru2010-02-251-1/+2
* Fix gcore so that it can have the '-s' flag without hanging.mjacob2010-02-052-27/+19
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sattilio2009-11-254-198/+185
* 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
* Remove a.out support from gcore(1).das2004-11-272-249/+0
* gcore(1) apparently still cares about a.out core dumps, so it stilldas2004-11-201-0/+2
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'trwatson2004-07-121-3/+3
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Fix some WARNS:dwmalone2004-02-153-8/+7
* 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-137-577/+68
* Include stdint.h to make this compile.iedowse2002-09-051-0/+1
* ANSIify function definitions.dwmalone2002-09-044-14/+19
* Consistently wrap CSRG SCM ID.obrien2002-06-303-4/+6
* Consistently use FBSDIDobrien2002-06-304-6/+4
* Use `The .Nm utility'charnier2002-04-191-10/+13
* Do not print error message twice.charnier2002-04-122-6/+10
* Don't use gcc specific flags.dwmalone2002-03-301-1/+0
* Add FBSDID. Do not \n terminate err() strings. Spelling.charnier2002-03-261-5/+6
* remove __Pimp2002-03-223-15/+16
* Removed unused include of kernel-only file <sys/lock.h>.bde2001-10-131-1/+0
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-102-2/+0
* KSE Milestone 2julian2001-09-122-8/+28
* Fix usage message, the executable is optional.mikeh2001-08-152-2/+2
* Remove whitespace at EOL.dd2001-07-151-3/+3
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Null terminate buffer.jlemon2001-06-071-1/+2
* Fix minor style issue from previous commit.obrien2001-05-032-2/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-023-3/+3
* Compensate for header dethreading.markm2001-05-012-0/+2
OpenPOWER on IntegriCloud