Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 1 | -0/+236 |
also be run on a core dump. |