summaryrefslogtreecommitdiff
path: root/usr.bin/ktruss
AgeCommit message (Expand)Author
2019-05-06Add support for SIGRTMIN+1..SIGRTMAX-1 signals in ktruss(1)kamil
2018-06-03ktruss: Remove symbol clash with libckamil
2016-01-23Define _KERNTYPES for things that need it.christos
2015-09-26Put -Isys after the ioctl Makefile has a chance to add other paths first.christos
2012-07-17mremap(2) return an pointer just like mmap(2).njoly
2012-03-12Use 'sort -n -k 3' instead of 'sort -n +2' since the former is moredyoung
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-12-14use .ORDER to avoid racechristos
2009-12-11Use $GENCMD to generate misc.[ch]. Carefully quote strings.uebayasi
2009-12-08Put back the dependency of dump.c agaist misc.h. This is needed becauseuebayasi
2009-12-06Correct the dependency; makeerrnos.sh generates misc.c and misc.h. dump.cuebayasi
2009-07-24Delay emulation record output, to be processed after the currentnjoly
2009-05-16fix dependencies.christos
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-14Enable WARNS=4 by default for usr.bin, except for:lukem
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-10-19In shell scripts invoked during a build, and in crunchgen, use ${AWK}apb
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
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-10-08WFORMAT is no more...peter
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 misc.h depend on makeerrnos.sh, to ease UPDATE builds after thehe
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-07-10Add prefix "${PROG}-" to filename of automatically created list oftron
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-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSE and use ${HOST_SH}lukem
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
2003-02-11fix typo in commentdrochner
2002-09-19use NETBSDSRCDIR as appropriatelukem