| History log of /src/usr.bin/gcore |
| Revision | Date | Author | Comments |
| 1.5 | 23-Jan-2003 |
christos | bring back gcore from the dead.
|
| 1.4 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.3 | 05-Sep-1995 |
phil | For the pc532, use md-nop.c. (Should this have mapped all except sparc to md-nop.c? All except md-sparc.c are the same as md-nop.c.)
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.17 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
| 1.16 | 26-Mar-2017 |
kamil | Remove the BUGS section from gcore(1) - issues are no longer relevant
gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped processes, therefore the bug about inconsistend core is no longer true.
|
| 1.15 | 21-Jan-2014 |
reed | branches: 1.15.8; 1.15.12; 1.15.14; use macro for OS name when first introduced
|
| 1.14 | 22-Mar-2012 |
wiz | branches: 1.14.2; Fix whitespace nits. Suggested by Bug Hunting.
|
| 1.13 | 30-Apr-2008 |
martin | branches: 1.13.4; Convert TNF licenses to new 2 clause variant
|
| 1.12 | 11-Jan-2005 |
wiz | branches: 1.12.26; We have 2005 now.
|
| 1.11 | 09-Jan-2005 |
christos | Allow -c argument now.
|
| 1.10 | 01-Dec-2004 |
wiz | Fix typo reported by Jeff Ito in PR 28496.
|
| 1.9 | 26-Jun-2003 |
wiz | Switch two macros so that both work as intended.
|
| 1.8 | 24-Jan-2003 |
wiz | Fix typo, noted by Geoff Wing (mason at primenet com au).
|
| 1.7 | 23-Jan-2003 |
wiz | Help HTML output by replacing <> with \*[Lt] and \*[Gt] or Aq, sort sections, remove .Dp, and some nits.
|
| 1.6 | 23-Jan-2003 |
christos | Remove berkeley copyright. There is no similarity to the original anymore. Reword certain contorted sentences.
|
| 1.5 | 23-Jan-2003 |
jdolecek | couple nits: * RCS Id on top * set date to today * split the optional arguments ([pid ...]) on separate line in the source * replace .EL with .El
|
| 1.4 | 23-Jan-2003 |
christos | bring back gcore from the dead.
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.12.26.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.13.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.13.4.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.14.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.15.14.2 | 26-Mar-2017 |
kamil | Revert previous - wrong branch
|
| 1.15.14.1 | 26-Mar-2017 |
kamil | Remove the BUGS section from gcore(1) - issues are no longer relevant
gcore(1) uses internally ptrace(2). PT_DUMPCORE is restricted to stopped processes, therefore the bug about inconsistend core is no longer true.
|
| 1.15.12.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.15.8.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.12 | 01-Feb-2019 |
mrg | compare pointers with NULL not '\0'.
|
| 1.11 | 28-Apr-2008 |
martin | branches: 1.11.62; Remove clause 3 and 4 from TNF licenses
|
| 1.10 | 15-Dec-2007 |
perry | branches: 1.10.4; convert __attribute__s to applicable cdefs.h macros
|
| 1.9 | 01-Apr-2006 |
christos | branches: 1.9.12; PR/26804: Jason Thorpe: Make PT_DUMPCORE require the process to be PT_ATTACH'ed first so that it is stopped and there are no races.
|
| 1.8 | 09-Jan-2005 |
christos | Allow -c argument now.
|
| 1.7 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.6 | 18-Apr-2003 |
lukem | clear errno before strto(u)l() if we're going to test it for ERANGE afterwards
|
| 1.5 | 23-Jan-2003 |
jdolecek | usage(): print newline, and use [<pid> ...]
|
| 1.4 | 23-Jan-2003 |
christos | bring back gcore from the dead.
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.9.12.1 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.10.4.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.11.62.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|
| 1.3 | 04-Dec-1995 |
tls | this probably needs to be a syscall to work with our new core format, per pk
|
| 1.2 | 05-Sep-1995 |
tls | added from lite2. port maintainers may want to try md-nop.c.
|
| 1.1 | 05-Sep-1995 |
tls | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 05-Sep-1995 |
tls | imported from 44lite2
|