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