| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add -c option to summarize number of calls, errors, and system time. | Diomidis Spinellis | 2009-05-12 | 1 | -129/+194 |
| * | Try to make this code slightly less painful to read. | Dag-Erling Smørgrav | 2008-07-31 | 1 | -661/+644 |
| * | The break() system call takes a pointer argument, not an integer. This | Jason Evans | 2008-01-03 | 1 | -1/+1 |
| * | Print integer-typed arguments as integers. This makes sure that | Marcel Moolenaar | 2007-07-28 | 1 | -3/+3 |
| * | Fix handling of Quad-type arguments. Previously, syscalls | Marcel Moolenaar | 2007-07-28 | 1 | -10/+18 |
| * | Make use of ptrace(2) instead of procfs in truss(1), eliminating | Xin LI | 2007-04-10 | 1 | -61/+75 |
| * | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | Pav Lucistnik | 2006-05-15 | 1 | -131/+459 |
| * | Add a -s flag for the same functionality as strace. Introduce a Name | Brian Somers | 2006-01-02 | 1 | -33/+53 |
| * | The kernel accepts sockaddrs with len set to zero for sockaddr_in | Alfred Perlstein | 2005-10-15 | 1 | -9/+20 |
| * | Decode chroot(2) args. | Alfred Perlstein | 2005-06-14 | 1 | -0/+2 |
| * | decode utimes, lutimes, futimes, chflags, lchflags. | Alfred Perlstein | 2005-05-26 | 1 | -0/+10 |
| * | decode mkdir args. | Alfred Perlstein | 2005-05-26 | 1 | -0/+2 |
| * | Change fix a bug where the length of data written by snprintf was | Alfred Perlstein | 2005-03-03 | 1 | -1/+1 |
| * | Fix Quad handling on 64-bit architectures. On 64-bit machines, a Quad | Marcel Moolenaar | 2004-09-05 | 1 | -22/+17 |
| * | don't seg if the syscall is invalid for i386fbsd. | Alfred Perlstein | 2004-08-08 | 1 | -0/+2 |
| * | Use the length modifier 'll' instead of 'q' to print long longs. | Stefan Farfeleder | 2004-07-28 | 1 | -1/+1 |
| * | Support readlink(2) better. Readlink does not nul terminate the | Alfred Perlstein | 2004-07-17 | 1 | -2/+14 |
| * | When reporting reciept of a signal, print the signal's name. | Alfred Perlstein | 2004-07-17 | 1 | -6/+2 |
| * | Decode the "wence" arg to lseek and linux_lseek. | Alfred Perlstein | 2004-07-10 | 1 | -1/+15 |
| * | COMPAT_SUNOS is gone. | Poul-Henning Kamp | 2004-06-11 | 1 | -5/+3 |
| * | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | David Malone | 2004-03-23 | 1 | -1/+167 |
| * | Use pread to implement pread, rather than taking a detour throug stdio. | David Malone | 2004-03-23 | 1 | -16/+2 |
| * | decode mprotect args while i'm here. | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | decode fcntl and mmap arguments. | Alfred Perlstein | 2004-03-23 | 1 | -1/+63 |
| * | Fix a printf format warning. | David Malone | 2004-01-07 | 1 | -1/+1 |
| * | Do not ignore any possible errors that fseeko() may have. The fact | Marcel Moolenaar | 2003-11-13 | 1 | -22/+24 |
| * | Port truss(1) to 64-bit architectures: | Marcel Moolenaar | 2003-11-09 | 1 | -23/+15 |
| * | Fix truss so that it doesn't abort/exit when a syscall has been given | Marcel Moolenaar | 2003-10-27 | 1 | -0/+5 |
| * | send() and recv() are just wrappers, not actual syscalls. | Dag-Erling Smørgrav | 2003-08-05 | 1 | -4/+0 |
| * | Add recv(2), recvfrom(2), send(2) and sendfrom(2). | Dag-Erling Smørgrav | 2003-08-05 | 1 | -2/+10 |
| * | Decode a few more syscalls. | Matthew N. Dodd | 2003-04-15 | 1 | -1/+24 |
| * | Check if name is NULL before we strcmp the syscall name. This was | David Malone | 2002-11-09 | 1 | -1/+1 |
| * | Don't depend on <signal.h> to include <sys/time.h>, instead include | Mike Barcroft | 2002-10-06 | 1 | -0/+1 |
| * | Remove an unnecessary cast. | Matthew N. Dodd | 2002-08-07 | 1 | -2/+2 |
| * | - Use time.h not sys/time.h. | Matthew N. Dodd | 2002-08-06 | 1 | -5/+5 |
| * | Remove extra space in output. | Matthew N. Dodd | 2002-08-05 | 1 | -1/+1 |
| * | Use timespec not timeval. | Matthew N. Dodd | 2002-08-05 | 1 | -9/+18 |
| * | Add options to print the argument and environment string parameters to | Matthew N. Dodd | 2002-08-04 | 1 | -0/+38 |
| * | Add options to print absolute and relative timestamps. | Matthew N. Dodd | 2002-08-04 | 1 | -0/+19 |
| * | Allow tracking fork()ed children. | Matthew N. Dodd | 2002-08-04 | 1 | -0/+5 |
| * | Parameterize globals. | Matthew N. Dodd | 2002-08-04 | 1 | -11/+12 |
| * | Use fseeko and uintptr_t to make sure that we get a sensible offset | David Malone | 2002-04-21 | 1 | -2/+2 |
| * | Print open(2) flags in hex instread of decimal for clarity. | Alfred Perlstein | 2001-12-30 | 1 | -2/+2 |
| * | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | Mark Murray | 2001-12-11 | 1 | -12/+11 |
| * | Add missing include for <ctype.h> | Brian Feldman | 2001-11-06 | 1 | -27/+47 |
| * | Teach truss(1) to display sockaddrs. It currently knows about AF_INET, | Dag-Erling Smørgrav | 2001-10-21 | 1 | -2/+81 |
| * | In get_string(), 0-terminate the contents of buf ``just in case''; | Joerg Wunsch | 2001-08-28 | 1 | -0/+1 |
| * | Change the output of truss to more closely resemble SysV's. (Yes, it | Sean Eric Fagan | 2000-03-18 | 1 | -5/+18 |
| * | Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).) | Sean Eric Fagan | 2000-02-15 | 1 | -3/+8 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |