aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore
Commit message (Expand)AuthorAgeFilesLines
* Add #include <sys/queue.h> for sparc64's benefit. The MD includes therePeter Wemm2002-09-131-0/+1
* Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm2002-09-137-577/+68
* Include stdint.h to make this compile.Ian Dowse2002-09-051-0/+1
* ANSIify function definitions.David Malone2002-09-044-14/+19
* Consistently wrap CSRG SCM ID.David E. O'Brien2002-06-303-4/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-304-6/+4
* Use `The .Nm utility'Philippe Charnier2002-04-191-10/+13
* Do not print error message twice.Philippe Charnier2002-04-122-6/+10
* Don't use gcc specific flags.David Malone2002-03-301-1/+0
* Add FBSDID. Do not \n terminate err() strings. Spelling.Philippe Charnier2002-03-261-5/+6
* remove __PWarner Losh2002-03-223-15/+16
* Removed unused include of kernel-only file <sys/lock.h>.Bruce Evans2001-10-131-1/+0
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-102-2/+0
* KSE Milestone 2Julian Elischer2001-09-122-8/+28
* Fix usage message, the executable is optional.Mike Heffner2001-08-152-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Null terminate buffer.Jonathan Lemon2001-06-071-1/+2
* Fix minor style issue from previous commit.David E. O'Brien2001-05-032-2/+2
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-023-3/+3
* Compensate for header dethreading.Mark Murray2001-05-012-0/+2
* MAXPATHLEN contains the trailing NUL.Warner Losh2001-03-012-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+0
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-122-50/+40
* Fixed typo: .EL -> .ElRuslan Ermilov2000-11-061-1/+1
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* ${MACHINE} -> ${MACHINE_ARCH}Marcel Moolenaar1999-11-141-2/+3
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add braces to appease the egcs -Wall mom.John Polstra1999-07-172-4/+6
* Make gcore work again. It was broken by a format change in theJohn Polstra1999-07-171-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fix errors detected by -Wformat.John Polstra1998-11-013-6/+7
* When the "-s" option is given, try to ensure that we restart theJohn Polstra1998-10-222-24/+64
* Make gcore work for ELF.John Polstra1998-10-195-99/+625
* Check the executable's header to make sure it is a valid executable.John Polstra1998-10-142-2/+18
* Don't require an executable file name. If no executable image isDag-Erling Smørgrav1998-09-143-26/+52
* Check the text segment size of the executable and the process. IfWolfram Schneider1998-08-242-2/+18
* Add missing argument detected by "-Wformat". Make messages moreJohn Polstra1997-11-182-6/+6
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-085-109/+64
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-292-2/+2
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-3/+8
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-122-2/+4
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-022-26/+26
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-8/+8
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
* Corrected to work without symbolic links for md-${MACHINE}.c.Rodney W. Grimes1994-05-291-1/+7
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-277-0/+999