summaryrefslogtreecommitdiff
path: root/usr.bin/gcore/gcore.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-05-03gcore: add option to dump core using kernel facilityKonstantin Belousov
2021-05-03gcore: split code to open core file into helperKonstantin Belousov
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-17Cleanup some leftovers from '-s' removal in r302792.Bryan Drewery
2016-07-14Remove gcore's -s option.Mark Johnston
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-07-14Fix the way the segments are included in the gcore outputs (with theAttilio Rao
2010-02-05Fix gcore so that it can have the '-s' flag without hanging.Matt Jacob
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-11-25Change gcore in order to get rid of the procfs accesses and use FreeBSD'sAttilio Rao
2004-02-15Fix some WARNS:David Malone
2002-09-13Use a crowbar to move the a.out code out of gcore.c and into its ownPeter Wemm
2002-09-04ANSIify function definitions.David Malone
2002-06-30Consistently wrap CSRG SCM ID.David E. O'Brien
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-04-12Do not print error message twice.Philippe Charnier
2002-03-22remove __PWarner Losh
2001-10-10Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans
2001-09-12KSE Milestone 2Julian Elischer
2001-08-15Fix usage message, the executable is optional.Mike Heffner
2001-05-03Fix minor style issue from previous commit.David E. O'Brien
2001-05-02* include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien
2001-05-01Compensate for header dethreading.Mark Murray
2001-03-01MAXPATHLEN contains the trailing NUL.Warner Losh
2000-12-12Change the proc information returned from the kernel so that itKirk McKusick
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-17Add braces to appease the egcs -Wall mom.John Polstra
1998-11-01Fix errors detected by -Wformat.John Polstra
1998-10-22When the "-s" option is given, try to ensure that we restart theJohn Polstra
1998-10-19Make gcore work for ELF.John Polstra
1998-10-14Check the executable's header to make sure it is a valid executable.John Polstra
1998-09-14Don't require an executable file name. If no executable image isDag-Erling Smørgrav
1998-08-24Check the text segment size of the executable and the process. IfWolfram Schneider
1997-11-18Add missing argument detected by "-Wformat". Make messages moreJohn Polstra
1997-07-08Use err(3) instead of local redefinition.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1996-07-12General -Wall warning cleanup, part I.Jordan K. Hubbard
1996-05-02NBPG -> PAGE_SIZEPoul-Henning Kamp
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes