aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore/gcore.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix the way the segments are included in the gcore outputs (with theAttilio Rao2010-07-141-4/+7
* Fix gcore so that it can have the '-s' flag without hanging.Matt Jacob2010-02-051-27/+18
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sAttilio Rao2009-11-251-5/+12
* Fix some WARNS:David Malone2004-02-151-1/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-131-193/+23
* ANSIify function definitions.David Malone2002-09-041-1/+3
* Consistently wrap CSRG SCM ID.David E. O'Brien2002-06-301-1/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+0
* Do not print error message twice.Philippe Charnier2002-04-121-3/+5
* remove __PWarner Losh2002-03-221-6/+6
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-4/+14
* Fix usage message, the executable is optional.Mike Heffner2001-08-151-1/+1
* Fix minor style issue from previous commit.David E. O'Brien2001-05-031-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+1
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* MAXPATHLEN contains the trailing NUL.Warner Losh2001-03-011-1/+1
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-25/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add braces to appease the egcs -Wall mom.John Polstra1999-07-171-2/+3
* Fix errors detected by -Wformat.John Polstra1998-11-011-2/+2
* When the "-s" option is given, try to ensure that we restart theJohn Polstra1998-10-221-12/+32
* Make gcore work for ELF.John Polstra1998-10-191-49/+53
* Check the executable's header to make sure it is a valid executable.John Polstra1998-10-141-1/+9
* Don't require an executable file name. If no executable image isDag-Erling Smørgrav1998-09-141-8/+21
* Check the text segment size of the executable and the process. IfWolfram Schneider1998-08-241-1/+9
* Add missing argument detected by "-Wformat". Make messages moreJohn Polstra1997-11-181-3/+3
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-081-48/+22
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+2
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-021-13/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+313