summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
AgeCommit message (Expand)Author
2007-08-08Apply fix from PR 35283 from David Holland:agc
2007-06-29Replace "awk" with "${AWK:-awk}".dmcmahill
2007-06-01When displaying 'KTR_USER' data, exclude the header from the length, don'tdsl
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-21fallout from si_sigval -> si_valuedogcow
2007-03-19When decoding ioctl commands type; do not output non printablenjoly
2007-03-05Add two more ioctl values which are the same.he
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2007-02-07compat linux32 depends on compat netbsd32, and thus needsnjoly
2007-01-28skip over the "self" sa when printing upcalls.chs
2006-11-30Conflict was resolved, so revert previous.elad
2006-11-29deal with VERIEXEC_LOAD/SPKRTONE conflictdogcow
2006-10-23since register_t is sometimes unsigned, cast to (long) to check >= 0.mrg
2006-10-08WFORMAT is no more...peter
2006-09-23Add a -t+S flag to ktrace for tracing activity related to sysctl. MIBmanu
2006-08-31Provide a dummy default for NBPG after including <sys/param.h> to dealhe
2006-08-31Add one more conflicting ioctl set: CLOCKCTL_ADJTIME / TCTRL_MODEM_PWR,he
2006-08-30Add handling of two more pairs of duplicate ioctl values: amiga'she
2006-08-29Fix sparc64 build; thanks to Martin S. Weberchristos
2006-08-27Include <sys/device.h> needed by iopio.hchristos
2006-08-27pick up ioctls from other devices too.christos
2006-06-03We don't need to define struct ap_control anymorechristos
2006-06-03SIOCLOOKUPSTAT is the same as SIOCPROXY.christos
2006-06-02PR/33627: Keiichi Shima: typo in Makefile.ioctl-c in kdump directorychristos
2006-05-04Handle aout m68k; from Izumi Tsutsui.christos
2006-04-05Use the standard macros to compute the ioctl length instead of rolling ourchristos
2006-03-05Add PT_SYSCALLchristos
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu
2005-12-11Learn about v1 records and sa upcalls.christos
2005-10-18Print symbolic signal names for killpg *sigaction* and *sigvec*.christos
2005-07-16WARNS=3christos
2005-06-02appease gcc -Wuninitializedlukem
2005-01-15ectx_find() failed to lookup the emulation context unless it happenedjdolecek
2004-08-23Ensure a non-zero 'word_size' is passed to hexdump_buf for unknowndsl
2004-07-10Add prefix "${PROG}-" to filename of automatically created list oftron
2004-07-08deal with another dup ioctl; fortunately this is from pcvt and it will die.christos
2004-07-07Don't scan include files in "includes" target because they might not betron
2004-06-22Include ioctl's that don't have IO in their names [lkm ones eg.]christos
2004-05-10remove creation of the intermediate "sourcefile" which was for debuggingdrochner
2004-05-10Add "sys/dkbad.h" for DIOCSBAD from sys/dkio.h.hannken
2004-05-10Change code to use a switch statement, and add exceptions to fix thechristos
2004-05-08Add another exception for broken includes (showed up on acorn32 build)jmc
2004-05-06Allow kdump to print the names for machine dependent ptrace ops.matt
2004-04-23Don't invoke the egrep for cleandir and obj targets. Needed for build.sh.hannken
2004-04-23Undo last commit -- doesn't work.hannken
2004-04-23Don't invoke the egrep for cleandir and obj targets. Needed for build.sh.hannken
2004-04-22Instead of pussy-footing around and grabbing a few of the ioctl's here andchristos
2004-03-07Suppress duplicate lines when hexdumping datadsl
2004-02-27Fix whitespace usage and remove unnecessary semi-colon.enami
2004-02-27We can't access array[sizeof(array) / sizeof(array[0])].enami