| Age | Commit message (Expand) | Author |
| 2004-01-12 | - add a new flags field to the emulation vector, with one user so far | mrg |
| 2003-11-24 | Fix cross-build problem on sparc caused by a cast size_t -> int | manu |
| 2003-11-24 | Enable tracing of out of line data sent with Mach messages | manu |
| 2003-11-18 | For Mach messages, always display the message Id in decimal. The information | manu |
| 2003-11-18 | Stop core dump if an ioctl trace has fewer than expected arguments. | dsl |
| 2003-11-16 | Following mycroft's comment, restore -x to its original behavior: without | manu |
| 2003-11-16 | Validate the numeric argument to -x, support -x1|2|4|8|16. | dsl |
| 2003-11-16 | Add an argument to the -x flag to choose between byte per byte display | manu |
| 2003-11-15 | kdump now displays Mach services names itself, including a table of | manu |
| 2003-09-20 | Fix printf botch | matt |
| 2003-09-20 | improve formatting in the non-siginfo case, by printing the code. This is | christos |
| 2003-09-19 | Print siginfo_t information when available. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-17 | Grok KTR_EXEC_ENV and KTR_EXEC_ARG. | dsl |
| 2003-07-13 | Change back to print hex bytes. The 'word' print was completely broken | dsl |
| 2003-07-13 | On some ports, pointer differences are not ints, so do a cast | he |
| 2003-07-12 | Make hexdump output fix in 80 char-wide terminal | manu |
| 2003-07-12 | Use the same code to display hexdump of GIO and MMSG (Mach Messages). | manu |
| 2003-07-11 | Add -x to usage output. | wiz |
| 2003-07-11 | Add a '-x' option to display GIO data blocks in hex and ascii (instead of | dsl |
| 2003-06-29 | Back out previous. | fvdl |
| 2003-06-29 | Since a caddr_t is (mis-)used as the lwp-id, cast it to intptr_t and use | martin |
| 2003-06-28 | add appropriate hack to display ktr_buf as the lwpid if -L is supplied on | darrenr |
| 2003-05-15 | Print rval[1] if non-zero and present in the trace entry. | dsl |
| 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-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-09-27 | Allow passing of the ktrace file as the last argument without a -f. | atatat |
| 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 |
| 2001-02-16 | Cosmetic fix so that RET record after CALL execve get the appropriate syscall | manu |
| 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-13 | map linux ptrace op (number) to it's appropriate name - this is kind of hack, | jdolecek |
| 2000-10-12 | Format string cleanups | is |
| 2000-04-26 | Prevent "kdump" from causing a segmentation fault if the io buffer that | tron |
| 2000-04-10 | put setemul(), ectx_* & appropriate structures to separate file, to make it | 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 |
| 1999-12-31 | Add COMPAT_NETBSD32 support. | eeh |
| 1999-08-06 | Don't truncate syscall return values on LP64 platforms. | thorpej |
| 1998-10-24 | Adjust to Eric's recent errno renaming. | christos |
| 1998-10-18 | Fix emulation errno translation. | christos |