History log of /src/usr.bin/kdump/kdump.1 |
Revision | | Date | Author | Comments |
1.31 |
| 02-Sep-2022 |
gutteridge | kdump.1: use past tense for history
|
1.30 |
| 02-Apr-2020 |
wiz | Add comma in enumeration.
|
1.29 |
| 02-Apr-2020 |
kamil | Note ioctlprint(1) in SEE ALSO
|
1.28 |
| 10-Sep-2017 |
wiz | branches: 1.28.4; Sort flags in SYNOPSIS. Remove unnecessary .Tn. Remove trailing whitespace.
|
1.27 |
| 08-Sep-2017 |
uwe | Option -E to display elapsed timestamps (time since beginning of trace).
Option name from FreeBSD. While here, make it possible to use a combination of -T -E and -R to display timestamps in several formats. Idea also from FreeBSD.
|
1.26 |
| 16-Nov-2003 |
wiz | New sentence, new line; add comma in enumeration.
|
1.25 |
| 16-Nov-2003 |
manu | Following mycroft's comment, restore -x to its original behavior: without an argument. Introduce -Xsize to do the job. -x is equivalent to -X1 Of course -x and -Xsize are mutually exclusive.
|
1.24 |
| 16-Nov-2003 |
wiz | Bump date for previous. New sentence, new line.
|
1.23 |
| 16-Nov-2003 |
manu | Add an argument to the -x flag to choose between byte per byte display and word per word display in hex dumps. -x1 gives you byte per byte, -x4 word per word, and -x defaults to -x1
|
1.22 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.21 |
| 17-Jul-2003 |
dsl | Grok KTR_EXEC_ENV and KTR_EXEC_ARG. Make ktrace -c default to removing all trace points (not just the default ones). Make kdump default to dumping everything in the trace file. Add 'A' (all) and '-' (remove following) to valid -t arguments. Dump data block of UNKNOWN trace points in hex + ascii. Make first time output with -R 0 (instead of time since epoch). Use svis() instead of vis() to get " escaped (as \") (needs fixed libc) Correctly pass unsigned values to svis() Update man pages.
|
1.20 |
| 11-Jul-2003 |
wiz | Bump date for -x addition.
|
1.19 |
| 11-Jul-2003 |
dsl | Add a '-x' option to display GIO data blocks in hex and ascii (instead of vis(3) format). Maybe there could be a heuristic to decide whether the data is printable...
|
1.18 |
| 29-Jun-2003 |
fvdl | Back out previous.
|
1.17 |
| 28-Jun-2003 |
darrenr | add appropriate hack to display ktr_buf as the lwpid if -L is supplied on the command line.
|
1.16 |
| 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.15 |
| 29-Nov-2002 |
wiz | Bump date for -N; sort options.
|
1.14 |
| 27-Nov-2002 |
atatat | Add -N which inhibits translation of system calls numbers into names.
|
1.13 |
| 28-Sep-2002 |
wiz | Bump date for .Op Ar file addition.
|
1.12 |
| 27-Sep-2002 |
atatat | Allow passing of the ktrace file as the last argument without a -f.
|
1.11 |
| 20-Jun-2002 |
atatat | It's easy for ktrace can generate trace files that contain data from multiple processes, so let's add a "-p pid" option to kdump so that it can pull out the data for one process easily.
|
1.10 |
| 01-Dec-2001 |
wiz | Whitespace cleanup.
|
1.9 |
| 04-Feb-2001 |
jdolecek | use 'trstr' for parameter to -t; both 'cenis' (SYNOPSIS) and 'cnis' (DESCRIPTION) were already out of date and we really don't want keep the info on two places
|
1.8 |
| 10-Apr-2000 |
jdolecek | clarify -e usage
|
1.7 |
| 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.6 |
| 19-Oct-1997 |
lukem | WARNSify mkioctls output, fix .Nm usage, deprecate register
|
1.5 |
| 23-Jul-1997 |
mikel | nuke duplicate RCSid
|
1.4 |
| 09-Jan-1997 |
tls | RCS ID police
|
1.3 |
| 19-Jul-1995 |
christos | Add support for displaying and switching between different OS system call emulations
|
1.2 |
| 06-Oct-1994 |
mycroft | Add RCS ids.
|
1.1 |
| 11-May-1994 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 11-May-1994 |
cgd | updated kdump
|
1.28.4.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|