summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-30Make "-m0" print no data, so that we agree better with the man page.atatat
2002-12-09Added support for dumping mach messages in ktrace/kdump. While we aremanu
2002-11-29Sync usage with man page (and actual options).wiz
2002-11-29Bump date for -N; sort options.wiz
2002-11-28signame(): if sig == 0, return name " 0", so that the result would bejdolecek
2002-11-27Add -N which inhibits translation of system calls numbers into names.atatat
2002-11-15Now properly display Mach trapsmanu
2002-10-29Added support for COMPAT_MACHmanu
2002-09-28Bump date for .Op Ar file addition.wiz
2002-09-27Allow passing of the ktrace file as the last argument without a -f.atatat
2002-09-19use NETBSDSRCDIR as appropriatelukem
2002-09-18remove extra $ from previous commitlha
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-08-27Implement MKDYNAMICROOT, which currently defaults to "no", but willlukem
2002-08-04Fix formatting of ktr_user entries so that values of individual bytesjdolecek
2002-06-20It's easy for ktrace can generate trace files that contain data fromatatat
2002-04-08Fix translation in the native emulation. Noted by veego.christos
2002-03-31Provide hooks for signal number to name translation, and use them for killchristos
2002-02-12reverse the notion of fancy, use plain, and increment it so that we canchristos
2002-01-07reflect iric o32/n32 emulationsmanu
2001-12-02Now use IRIX errno translation instead of SVR4 errno translationmanu
2001-12-01Whitespace cleanup.wiz
2001-11-28Added support for IRIX emulationmanu
2001-09-25Quotes around ${CC}...mycroft
2001-09-23set CC and DESTDIR for mkioctls accordinglyjdolecek
2001-03-11Add svr4_32 info.eeh
2001-02-16Cosmetic fix so that RET record after CALL execve get the appropriate syscallmanu
2001-02-04use 'trstr' for parameter to -t; both 'cenis' (SYNOPSIS) and 'cnis' (DESCRIPT...jdolecek
2001-02-02teach kdump about compat/sunos32mrg
2001-01-19Make files here compile again.enami
2000-12-28adapt to KTR_USER structure changesjdolecek
2000-12-20avoid using "errno" as struct member name, to avoid conflict with errno.h.itojun
2000-12-17add support for KTR_USER recordsjdolecek
2000-11-14back out previous change - this needs to be discussed first at leastjdolecek
2000-11-13don't link these static; if shared libraries are hosed, these utilities wouldjdolecek
2000-11-13map linux ptrace op (number) to it's appropriate name - this is kind of hack,jdolecek
2000-11-13adapt to *syscallnames[] change (it's now const char * const foo[]),jdolecek
2000-10-12Format string cleanupsis
2000-10-11More format string cleanup by sommerfeld.is
2000-07-27mark 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 ifcgd
2000-07-20ectx_sanify(): ditch utterly broken 'optimization', which caused incorrectjdolecek
2000-06-13Add "pecoff" emulation.itohy
2000-04-26Prevent "kdump" from causing a segmentation fault if the io buffer thattron
2000-04-10ectx_sanify(): if default_emul is not set, use netbsd emulation (may happen w...jdolecek
2000-04-10put setemul(), ectx_* & appropriate structures to separate file, to make itjdolecek
2000-04-10clarify -e usagejdolecek
2000-04-10Keep track of what pid uses which emulation and ensure properjdolecek
2000-03-27Cast timeval members to types we know the printf conversions of.kleink