| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | dwmalone | 2004-03-23 | 1 | -1/+167 |
* | Use pread to implement pread, rather than taking a detour throug stdio. | dwmalone | 2004-03-23 | 1 | -16/+2 |
* | decode mprotect args while i'm here. | alfred | 2004-03-23 | 1 | -0/+2 |
* | decode fcntl and mmap arguments. | alfred | 2004-03-23 | 1 | -1/+63 |
* | Fix a printf format warning. | dwmalone | 2004-01-07 | 1 | -1/+1 |
* | Do not ignore any possible errors that fseeko() may have. The fact | marcel | 2003-11-13 | 1 | -22/+24 |
* | Port truss(1) to 64-bit architectures: | marcel | 2003-11-09 | 1 | -23/+15 |
* | Fix truss so that it doesn't abort/exit when a syscall has been given | marcel | 2003-10-27 | 1 | -0/+5 |
* | send() and recv() are just wrappers, not actual syscalls. | des | 2003-08-05 | 1 | -4/+0 |
* | Add recv(2), recvfrom(2), send(2) and sendfrom(2). | des | 2003-08-05 | 1 | -2/+10 |
* | Decode a few more syscalls. | mdodd | 2003-04-15 | 1 | -1/+24 |
* | Check if name is NULL before we strcmp the syscall name. This was | dwmalone | 2002-11-09 | 1 | -1/+1 |
* | Don't depend on <signal.h> to include <sys/time.h>, instead include | mike | 2002-10-06 | 1 | -0/+1 |
* | Remove an unnecessary cast. | mdodd | 2002-08-07 | 1 | -2/+2 |
* | - Use time.h not sys/time.h. | mdodd | 2002-08-06 | 1 | -5/+5 |
* | Remove extra space in output. | mdodd | 2002-08-05 | 1 | -1/+1 |
* | Use timespec not timeval. | mdodd | 2002-08-05 | 1 | -9/+18 |
* | Add options to print the argument and environment string parameters to | mdodd | 2002-08-04 | 1 | -0/+38 |
* | Add options to print absolute and relative timestamps. | mdodd | 2002-08-04 | 1 | -0/+19 |
* | Allow tracking fork()ed children. | mdodd | 2002-08-04 | 1 | -0/+5 |
* | Parameterize globals. | mdodd | 2002-08-04 | 1 | -11/+12 |
* | Use fseeko and uintptr_t to make sure that we get a sensible offset | dwmalone | 2002-04-21 | 1 | -2/+2 |
* | Print open(2) flags in hex instread of decimal for clarity. | alfred | 2001-12-30 | 1 | -2/+2 |
* | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | markm | 2001-12-11 | 1 | -12/+11 |
* | Add missing include for <ctype.h> | green | 2001-11-06 | 1 | -27/+47 |
* | Teach truss(1) to display sockaddrs. It currently knows about AF_INET, | des | 2001-10-21 | 1 | -2/+81 |
* | In get_string(), 0-terminate the contents of buf ``just in case''; | joerg | 2001-08-28 | 1 | -0/+1 |
* | Change the output of truss to more closely resemble SysV's. (Yes, it | sef | 2000-03-18 | 1 | -5/+18 |
* | Fix a leak. (Thanks Bruce, this was a bonehead mistake on my part :).) | sef | 2000-02-15 | 1 | -3/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01). | des | 1999-08-10 | 1 | -1/+21 |
* | Add access(2) to the list of recognized syscalls. | des | 1999-08-05 | 1 | -1/+2 |
* | Add lstat() as a known system call. | sef | 1998-10-15 | 1 | -1/+3 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -6/+6 |
* | Sort Xrefs. Use err(3). Remove uneeded #include. | charnier | 1998-01-05 | 1 | -11/+13 |
* | Add some copyright and license terms, at Jordan's request. Note that | sef | 1997-12-20 | 1 | -1/+33 |
* | First cut at printing out ioctl names intelligently. Note that this doesn't | sef | 1997-12-06 | 1 | -1/+13 |
* | Truss program. Requires procfs. | sef | 1997-12-06 | 1 | -0/+194 |