summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
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
1999-12-31Add COMPAT_NETBSD32 support.eeh
1999-08-06Don't truncate syscall return values on LP64 platforms.thorpej
1999-07-12- build with obj dirs.mrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-10-24Adjust to Eric's recent errno renaming.christos
1998-10-18Fix emulation errno translation.christos
1998-10-04Fix the include problem of <compat/linux/arch/xxx/linux_syscall.h>.veego
1998-09-11Update for signal handling changes.mycroft
1998-03-30use static int instead of staticmrg
1998-03-02allow LDSTATIC definition to be overridden by bsd.own.mk/mk.confcgd
1997-10-24use CPPFLAGS instead of CFLAGSlukem
1997-10-20add support for freebsd emulation. from Dave Huang <khym@bga.com> [bin/4293]lukem
1997-10-19WARNSify mkioctls output, fix .Nm usage, deprecate registerlukem
1997-08-01minor cleanupmikel
1997-07-23add explicit return types and prototypes for local functionsmikel
1997-07-23RCSid policemikel
1997-07-23nuke duplicate RCSidmikel
1997-07-21Add input files to dependency list for ioctl.c build.phil
1997-05-17* NULL => 0 (Arne Juul; PR#3629)pk
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr