Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use an uninitialised variable when reading from a ktr alq file. | julian | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+2 |
| | |||||
* | Add a "-r" flag to ktrdump(1) to print relative timestamps when used | rwatson | 2004-05-22 | 2 | -6/+22 |
| | | | | | | | | with "-t" rather than absolute timestamps. This allows the reader to get a better sense of latency between events, such as time to schedule an interrupt thread from time the interrupt occurred. Assert a copyright on ktrdump.c since I seem to be modifying it more than I thought. | ||||
* | Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't print | rwatson | 2004-05-21 | 2 | -21/+30 |
| | | | | | the pretty text header on top of the output. Simplifies feeding the results of tracing into a script for mechanical processing. | ||||
* | When the 'f' flag is passed to ktrdump(1), use 40 characters for the | rwatson | 2004-05-21 | 1 | -1/+1 |
| | | | | | | "file and line" field consistently; previously, a 32-character field length was used for the table header, which resulted in the header not lining up with the table. | ||||
* | Remove an unused variable. | dwmalone | 2004-02-15 | 1 | -1/+0 |
| | |||||
* | Use strlcpy() instead of strcpy() to not overflow static buffers. | kris | 2002-10-06 | 1 | -2/+6 |
| | |||||
* | - Add the -i option to read in a saved ktr file output by KTR_ALQ. | jeff | 2002-09-22 | 1 | -13/+41 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+3 |
| | |||||
* | Added missing DPADD detected by ``make checkdpadd''. | ru | 2002-06-06 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: fixed typo, minor markup nits. | ru | 2002-05-30 | 1 | -5/+4 |
| | |||||
* | Add a man page. | jake | 2002-04-02 | 2 | -1/+83 |
| | | | | Submitted by: davidc | ||||
* | 1. Add missing include of stdint.h. | jake | 2002-04-02 | 1 | -2/+3 |
| | | | | | | 2. Fix reversed arguments to strcpy. Noticed by: davidc (2) | ||||
* | ktrdump is a utility to dump the ktr trace buffer from userland. It can | jake | 2002-04-01 | 2 | -0/+243 |
also be run on a core dump. |