| Age | Commit message (Expand) | Author |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-30 | Make "-m0" print no data, so that we agree better with the man page. | atatat |
| 2002-12-09 | Added support for dumping mach messages in ktrace/kdump. While we are | manu |
| 2002-11-29 | Sync usage with man page (and actual options). | wiz |
| 2002-11-29 | Bump date for -N; sort options. | wiz |
| 2002-11-28 | signame(): if sig == 0, return name " 0", so that the result would be | jdolecek |
| 2002-11-27 | Add -N which inhibits translation of system calls numbers into names. | atatat |
| 2002-11-15 | Now properly display Mach traps | manu |
| 2002-10-29 | Added support for COMPAT_MACH | manu |
| 2002-09-28 | Bump date for .Op Ar file addition. | wiz |
| 2002-09-27 | Allow passing of the ktrace file as the last argument without a -f. | atatat |
| 2002-09-19 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-09-18 | remove extra $ from previous commit | lha |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-08-27 | Implement MKDYNAMICROOT, which currently defaults to "no", but will | lukem |
| 2002-08-04 | Fix formatting of ktr_user entries so that values of individual bytes | jdolecek |
| 2002-06-20 | It's easy for ktrace can generate trace files that contain data from | atatat |
| 2002-04-08 | Fix translation in the native emulation. Noted by veego. | christos |
| 2002-03-31 | Provide hooks for signal number to name translation, and use them for kill | christos |
| 2002-02-12 | reverse the notion of fancy, use plain, and increment it so that we can | christos |
| 2002-01-07 | reflect iric o32/n32 emulations | manu |
| 2001-12-02 | Now use IRIX errno translation instead of SVR4 errno translation | manu |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-11-28 | Added support for IRIX emulation | manu |
| 2001-09-25 | Quotes around ${CC}... | mycroft |
| 2001-09-23 | set CC and DESTDIR for mkioctls accordingly | jdolecek |
| 2001-03-11 | Add svr4_32 info. | eeh |
| 2001-02-16 | Cosmetic fix so that RET record after CALL execve get the appropriate syscall | manu |
| 2001-02-04 | use 'trstr' for parameter to -t; both 'cenis' (SYNOPSIS) and 'cnis' (DESCRIPT... | jdolecek |
| 2001-02-02 | teach kdump about compat/sunos32 | mrg |
| 2001-01-19 | Make files here compile again. | enami |
| 2000-12-28 | adapt to KTR_USER structure changes | jdolecek |
| 2000-12-20 | avoid using "errno" as struct member name, to avoid conflict with errno.h. | itojun |
| 2000-12-17 | add support for KTR_USER records | jdolecek |
| 2000-11-14 | back out previous change - this needs to be discussed first at least | jdolecek |
| 2000-11-13 | don't link these static; if shared libraries are hosed, these utilities would | jdolecek |
| 2000-11-13 | map linux ptrace op (number) to it's appropriate name - this is kind of hack, | jdolecek |
| 2000-11-13 | adapt to *syscallnames[] change (it's now const char * const foo[]), | jdolecek |
| 2000-10-12 | Format string cleanups | is |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-07-27 | mark the installed ioctl.h & ioctl_compat.h PRECIOUS; if mkioctls fails, don'... | mrg |
| 2000-07-27 | '${CC:-cc} -E' rather than 'cpp': want to use a cross-compiler if | cgd |
| 2000-07-20 | ectx_sanify(): ditch utterly broken 'optimization', which caused incorrect | jdolecek |
| 2000-06-13 | Add "pecoff" emulation. | itohy |
| 2000-04-26 | Prevent "kdump" from causing a segmentation fault if the io buffer that | tron |
| 2000-04-10 | ectx_sanify(): if default_emul is not set, use netbsd emulation (may happen w... | jdolecek |
| 2000-04-10 | put setemul(), ectx_* & appropriate structures to separate file, to make it | jdolecek |
| 2000-04-10 | clarify -e usage | jdolecek |
| 2000-04-10 | Keep track of what pid uses which emulation and ensure proper | jdolecek |
| 2000-03-27 | Cast timeval members to types we know the printf conversions of. | kleink |