| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid sharing the file descriptor of the output file with traced | jh | 2009-12-20 | 1 | -0/+6 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |
* | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | delphij | 2009-05-15 | 1 | -4/+3 |
* | Add -c option to summarize number of calls, errors, and system time. | dds | 2009-05-12 | 1 | -4/+14 |
* | Don't exit until all truss children were exit. | delphij | 2009-04-13 | 1 | -4/+10 |
* | Add preliminary support for truss on MIPS. It compiles, but has not | imp | 2009-02-15 | 1 | -0/+5 |
* | Retire some stale alpha references. | jhb | 2008-05-16 | 1 | -3/+0 |
* | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | jhb | 2008-05-16 | 1 | -0/+2 |
* | Syscalls have at most 6 argument, not 5. See mmap(2) for example. | marcel | 2007-07-28 | 1 | -1/+1 |
* | MFp4: Bugfixes for truss(1): | delphij | 2007-06-26 | 1 | -11/+6 |
* | Make use of ptrace(2) instead of procfs in truss(1), eliminating | delphij | 2007-04-10 | 1 | -139/+101 |
* | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | pav | 2006-05-15 | 1 | -0/+34 |
* | Add powerpc support for truss. | grehan | 2006-01-05 | 1 | -0/+4 |
* | Add a -s flag for the same functionality as strace. Introduce a Name | brian | 2006-01-02 | 1 | -3/+7 |
* | When doing the initial open of the proc via procfs, complain if we are | alfred | 2005-03-27 | 1 | -4/+10 |
* | I've been working on this somewhat so I'm moving the | alfred | 2005-03-27 | 1 | -218/+231 |
* | When reporting reciept of a signal, print the signal's name. | alfred | 2004-07-17 | 1 | -1/+23 |
* | A first stab at truss support for amd64, basically cogged from i386. | dwmalone | 2004-06-12 | 1 | -0/+3 |
* | Fix signal behaviour. | cracauer | 2003-12-28 | 1 | -2/+7 |
* | Port truss(1) to 64-bit architectures: | marcel | 2003-11-09 | 1 | -1/+1 |
* | Add FBSDID. Do not \n terminate warnx() argument. fprint() -> warnx(). | charnier | 2003-09-07 | 1 | -5/+3 |
* | Port to ia64. It builds, but usability is very limited. | marcel | 2002-11-10 | 1 | -0/+3 |
* | Don't depend on <signal.h> to include <sys/time.h>, instead include | mike | 2002-10-06 | 1 | -0/+1 |
* | - Use time.h not sys/time.h. | mdodd | 2002-08-06 | 1 | -1/+1 |
* | Use timespec not timeval. | mdodd | 2002-08-05 | 1 | -3/+3 |
* | Ported to sparc64. | jake | 2002-08-04 | 1 | -0/+3 |
* | 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 | -3/+9 |
* | Add a "FreeBSD ELF32" entry to ex_types[]. | mdodd | 2002-08-04 | 1 | -0/+1 |
* | Add options to print absolute and relative timestamps. | mdodd | 2002-08-04 | 1 | -3/+13 |
* | Allow tracking fork()ed children. | mdodd | 2002-08-04 | 1 | -4/+26 |
* | Parameterize globals. | mdodd | 2002-08-04 | 1 | -27/+33 |
* | s/inline/__inline/ | markm | 2002-07-19 | 1 | -1/+1 |
* | OOPS! rev 1.16 accidently changed the default outfile from stderr to | peter | 2002-05-16 | 1 | -1/+1 |
* | Fix the code that selects the default binary type if the actual type can't | des | 2002-02-08 | 1 | -3/+3 |
* | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | markm | 2001-12-11 | 1 | -22/+9 |
* | Back out part of previous commit: remove #include <sys/proc.h>. | des | 2001-10-22 | 1 | -1/+0 |
* | #include <sys/proc.h> where needed (for the stop event definitions) and | des | 2001-10-22 | 1 | -2/+5 |
* | Initialize outfile in main() | peter | 2001-08-13 | 1 | -1/+2 |
* | Handle the case where we truss an SUGID program -- in particular, we need | sef | 2000-01-10 | 1 | -2/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Flush the output file before exiting; short-lived programs don't even fill | msmith | 1998-12-21 | 1 | -1/+2 |
* | Alpha support for truss. I tested this on both bento and beast (thanks, | sef | 1998-10-03 | 1 | -1/+12 |
* | Use a default execution type if none of the listed ones match. This | sef | 1998-09-07 | 1 | -1/+10 |
* | When exiting on SIGINT, exit with signal status | cracauer | 1998-08-24 | 1 | -1/+9 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -3/+3 |
* | include sys so it builds on 2.2.x | jmg | 1998-01-07 | 1 | -2/+2 |
* | Sort Xrefs. Use err(3). Remove uneeded #include. | charnier | 1998-01-05 | 1 | -23/+24 |
* | Add some copyright and license terms, at Jordan's request. Note that | sef | 1997-12-20 | 1 | -1/+33 |