Xin LI
948c1a68c6
Correct off-by-one issue in truss(1) which happens when system call number
...
is nsyscalls.
PR: bin/134916
Submitted by: Steven Hartland <steven hartland multiplay co uk>
MFC after: 2 weeks
2009-05-28 00:38:24 +00:00
Xin LI
216fa4c607
Reduce diff against my local version: replace malloc+memset() cases to calloc().
2009-05-15 19:41:10 +00:00
Diomidis Spinellis
1de3b2ff03
Fix print_syscall_ret parameter order.
2009-05-13 13:00:52 +00:00
Diomidis Spinellis
b53ae7114c
Fix compilation error introduced in r192025.
2009-05-13 12:43:37 +00:00
Warner Losh
89fe547f2a
Add preliminary support for truss on MIPS. It compiles, but has not
...
been extensively tested. And the ELF64 stuff likely is not quite
right...
# There's a lot of cut-n-paste code here that could easily be
# refactored, at least for FreeBSD syscalls.
2009-02-15 01:26:49 +00:00