summaryrefslogtreecommitdiff
path: root/usr.bin/ktruss/dump.c
AgeCommit message (Expand)Author
2012-07-17mremap(2) return an pointer just like mmap(2).njoly
2012-03-02Need to cast to intrptr_t before casting a register_t to void * (sincematt
2012-02-29Cast register_t to void * when printing with %p.joerg
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2011-07-01avoid an uninitialised variable warning that shouldn't normally happenmrg
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2009-07-24Delay emulation record output, to be processed after the currentnjoly
2009-05-02make flushpendq drop only entries for the current thread.mlelstv
2009-05-02PR/41338: Michael van Elst: ktruss mixes filename argumentschristos
2009-04-12fix sign-compare issueslukem
2009-01-11merge christos-time_tchristos
2008-12-29revert previous. it was meant for the branch.christos
2008-12-29fixes for version 2.christos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-08-01Deal correctly with mulithreaded processes. Among other problems this mixedad
2006-10-23since register_t is sometimes unsigned, cast to (long) to check >= 0.mrg
2006-10-22don't check the wrong variable for being negative!christos
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2005-12-11learn about v1 records.christos
2005-08-1964 bit inode changeschristos
2005-07-17Make this build with WARNS=3, and enable it.he
2005-07-17Follow up the constification of ioctlname() in ktrace.h.he
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-02-27We can't access array[sizeof(array) / sizeof(array[0])].enami
2004-02-26Rototill for less confusing output, especially when multiple processesenami
2003-11-19Make ktruss compile again after recent change to kdump/setemul.h.gson
2003-09-23SYS___sigaction14 -> SYS_compat_16___sigaction14matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-03-16we really don't need to print random stack garbage on the end of dumpjdolecek
2003-03-16constify ptrace_ops[]jdolecek
2002-06-06Add more syscalls which has pathname as its first argument.enami
2000-11-13constify, remove redundant dumpfile() prototypejdolecek
2000-10-12Format string cleanupsis
2000-04-10Convert to use setemul() stuff from kdump. This also fixes mapping tojdolecek
2000-03-27Cast timeval members to types we know the printf conversions of.kleink
2000-01-26Fix some obvious bogons; still doesn't seem to work quite right, though.sommerfeld
1999-08-06Don't truncate syscall return values on LP64 platforms.thorpej
1999-07-29call clearerr for the right file pointer.enami
1999-07-28fix an error where we attempt to bcopy to a long's value rather than addressdarrenr
1999-07-23Fix memory-related problems.itohy
1999-07-12- build with obj dirs.mrg
1999-07-12import Makefile and dump.c required for building ktruss.darrenr