summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/gcore.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Fix the way the segments are included in the gcore outputs (with theattilio2010-07-141-4/+7
* Fix gcore so that it can have the '-s' flag without hanging.mjacob2010-02-051-27/+18
* 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-251-5/+12
* Fix some WARNS:dwmalone2004-02-151-1/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownpeter2002-09-131-193/+23
* ANSIify function definitions.dwmalone2002-09-041-1/+3
* Consistently wrap CSRG SCM ID.obrien2002-06-301-1/+2
* Consistently use FBSDIDobrien2002-06-301-2/+0
* Do not print error message twice.charnier2002-04-121-3/+5
* remove __Pimp2002-03-221-6/+6
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* KSE Milestone 2julian2001-09-121-4/+14
* Fix usage message, the executable is optional.mikeh2001-08-151-1/+1
* Fix minor style issue from previous commit.obrien2001-05-031-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+1
* Compensate for header dethreading.markm2001-05-011-0/+1
* MAXPATHLEN contains the trailing NUL.imp2001-03-011-1/+1
* Change the proc information returned from the kernel so that itmckusick2000-12-121-25/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add braces to appease the egcs -Wall mom.jdp1999-07-171-2/+3
* Fix errors detected by -Wformat.jdp1998-11-011-2/+2
* When the "-s" option is given, try to ensure that we restart thejdp1998-10-221-12/+32
* Make gcore work for ELF.jdp1998-10-191-49/+53
* Check the executable's header to make sure it is a valid executable.jdp1998-10-141-1/+9
* Don't require an executable file name. If no executable image isdes1998-09-141-8/+21
* Check the text segment size of the executable and the process. Ifwosch1998-08-241-1/+9
* Add missing argument detected by "-Wformat". Make messages morejdp1997-11-181-3/+3
* Use err(3) instead of local redefinition.charnier1997-07-081-48/+22
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+2
* NBPG -> PAGE_SIZEphk1996-05-021-13/+13
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+313
OpenPOWER on IntegriCloud