| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright spelling. | imp | 2010-03-10 | 1 | -1/+1 |
* | Remove non-working special case for pipe(2) from amd64-fbsd32.c and | jh | 2009-12-21 | 1 | -13/+0 |
* | Correct off-by-one issue in truss(1) which happens when system call number | delphij | 2009-05-28 | 1 | -1/+1 |
* | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | delphij | 2009-05-15 | 1 | -2/+1 |
* | Add -c option to summarize number of calls, errors, and system time. | dds | 2009-05-12 | 1 | -1/+2 |
* | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | jhb | 2008-05-16 | 1 | -18/+28 |
* | Fix handling of Quad-type arguments. Previously, syscalls | marcel | 2007-07-28 | 1 | -1/+1 |
* | MFp4: Bugfixes for truss(1): | delphij | 2007-06-26 | 1 | -9/+7 |
* | Make use of ptrace(2) instead of procfs in truss(1), eliminating | delphij | 2007-04-10 | 1 | -37/+21 |
* | Make sure that the sc pointer gets initialized. No functional change | delphij | 2006-07-26 | 1 | -1/+1 |
* | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | pav | 2006-05-15 | 1 | -2/+16 |
* | Add a -s flag for the same functionality as strace. Introduce a Name | brian | 2006-01-02 | 1 | -2/+2 |
* | don't seg if the syscall is invalid for i386fbsd. | alfred | 2004-08-08 | 1 | -1/+2 |
* | Support readlink(2) better. Readlink does not nul terminate the | alfred | 2004-07-17 | 1 | -2/+2 |
* | Move declarations of Procfd to a header file. | dwmalone | 2004-01-07 | 1 | -1/+0 |
* | Port truss(1) to 64-bit architectures: | marcel | 2003-11-09 | 1 | -12/+9 |
* | Fixed comment. | ru | 2003-02-20 | 1 | -1/+1 |
* | Various cleanups of truss: | dwmalone | 2002-11-09 | 1 | -18/+22 |
* | - Use time.h not sys/time.h. | mdodd | 2002-08-06 | 1 | -1/+1 |
* | Diff reduction. | mdodd | 2002-08-05 | 1 | -6/+6 |
* | Include <sys/time.h> for the declaration of struct timeval. Do not | bde | 2002-08-04 | 1 | -0/+1 |
* | Add options to print the argument and environment string parameters to | mdodd | 2002-08-04 | 1 | -0/+18 |
* | Terminate the output line when a non-returning syscall is printed. | mdodd | 2002-08-04 | 1 | -0/+1 |
* | Allow tracking fork()ed children. | mdodd | 2002-08-04 | 1 | -0/+8 |
* | Parameterize globals. | mdodd | 2002-08-04 | 1 | -19/+21 |
* | s/inline/__inline/ | markm | 2002-07-19 | 1 | -1/+1 |
* | #include <sys/proc.h> where needed (for the stop event definitions) and | des | 2001-10-22 | 1 | -5/+8 |
* | Change the output of truss to more closely resemble SysV's. (Yes, it | sef | 2000-03-18 | 1 | -6/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -3/+3 |
* | Revert the changes yet again, after some email from Bruce. Sorry. | sef | 1998-01-09 | 1 | -3/+3 |
* | Proper way to do the previous mis-commit. Still not quite right, because | sef | 1998-01-09 | 1 | -3/+3 |
* | Sort Xrefs. Use err(3). Remove uneeded #include. | charnier | 1998-01-05 | 1 | -10/+8 |
* | Add some copyright and license terms, at Jordan's request. Note that | sef | 1997-12-20 | 1 | -1/+33 |
* | Truss program. Requires procfs. | sef | 1997-12-06 | 1 | -0/+281 |