summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
Commit message (Expand)AuthorAgeFilesLines
* MFC 313407,313449: Copy ELF machine/flags from binaries to core dumps.jhb2017-05-111-8/+15
* MFC 303002: Include process IDs in core dumps.jhb2016-10-281-0/+1
* MFC 302859: Include command line arguments in core dump process info.jhb2016-10-061-1/+15
* gcore: Forward pending signals when detaching from the target.markj2016-06-241-3/+13
* Fix buffer overrun in gcore(1) NT_PRPSINFOcem2016-05-111-2/+2
* Add META_MODE support.sjg2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-21/+70
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * \ Merge head from 7/28sjg2014-08-193-15/+123
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Updated dependenciessjg2013-10-131-0/+1
| * | | Merge from headsjg2013-09-052-204/+374
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
* | | | | Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-18/+0
* | | | | Include OBJT_PHYS VM objects in ELF core dumps. In particular thisjhb2015-02-141-1/+2
* | | | | Make use of the new Altivec ptrace support, to save the Altivec registers injhibbits2015-01-141-0/+32
* | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
* | | | | Improve support for XSAVE with debuggers.jhb2014-11-211-0/+35
| |_|_|/ |/| | |
* | | | Remove an unsed variable.kevlo2014-07-311-1/+1
| |_|/ |/| |
* | | Create 32-bit core files for 32-bit processes on 64-bit machines.marcel2014-07-263-15/+123
| |/ |/|
* | 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
OpenPOWER on IntegriCloud