| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Several changes to truss. | John Baldwin | 2015-09-30 | 1 | -5/+5 |
| * | Trim trailing whitespace. | John Baldwin | 2015-09-30 | 1 | -2/+2 |
| * | Handle the conditional decoding of execve() argument and environment | John Baldwin | 2015-08-20 | 1 | -1/+1 |
| * | - Decode the arguments for several signal-related system calls: sigpending, | John Baldwin | 2015-08-17 | 1 | -1/+2 |
| * | Decode the arguments passed to the *at() family of system calls. This is | John Baldwin | 2015-08-06 | 1 | -1/+1 |
| * | Decode the arguments passed to _umtx_op(). In particular, decode the | John Baldwin | 2014-10-13 | 1 | -2/+3 |
| * | Add Linux socket call decoding to truss | Steven Hartland | 2014-04-24 | 1 | -1/+43 |
| * | Remove dead code from umtx support: | Attilio Rao | 2014-03-18 | 1 | -2/+1 |
| * | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 1 | -1/+1 |
| * | - Decode the idtype argument passed to wait6() in kdump and truss. | John Baldwin | 2013-09-12 | 1 | -1/+1 |
| * | Properly print arguments to vfork(2) and rfork(2). | Mark Johnston | 2013-08-01 | 1 | -1/+1 |
| * | - Style(9) cleanup. | Andrey Zonov | 2012-09-02 | 1 | -3/+3 |
| * | Add -c option to summarize number of calls, errors, and system time. | Diomidis Spinellis | 2009-05-12 | 1 | -1/+5 |
| * | Try to make this code slightly less painful to read. | Dag-Erling Smørgrav | 2008-07-31 | 1 | -1/+1 |
| * | Make use of ptrace(2) instead of procfs in truss(1), eliminating | Xin LI | 2007-04-10 | 1 | -2/+1 |
| * | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | Pav Lucistnik | 2006-05-15 | 1 | -8/+16 |
| * | Add a -s flag for the same functionality as strace. Introduce a Name | Brian Somers | 2006-01-02 | 1 | -2/+2 |
| * | Support readlink(2) better. Readlink does not nul terminate the | Alfred Perlstein | 2004-07-17 | 1 | -2/+2 |
| * | Decode the "wence" arg to lseek and linux_lseek. | Alfred Perlstein | 2004-07-10 | 1 | -1/+1 |
| * | Add support for decoding Timespec, Timeval, Itimerval, Pollfd, | David Malone | 2004-03-23 | 1 | -2/+12 |
| * | decode fcntl and mmap arguments. | Alfred Perlstein | 2004-03-23 | 1 | -1/+1 |
| * | Port truss(1) to 64-bit architectures: | Marcel Moolenaar | 2003-11-09 | 1 | -1/+2 |
| * | Add options to print the argument and environment string parameters to | Matthew N. Dodd | 2002-08-04 | 1 | -1/+1 |
| * | Parameterize globals. | Matthew N. Dodd | 2002-08-04 | 1 | -2/+2 |
| * | Partial WARNS=1 fizes with NO_WERROR set to prevent world breakage. | Mark Murray | 2001-12-11 | 1 | -1/+1 |
| * | Teach truss(1) to display sockaddrs. It currently knows about AF_INET, | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+1 |
| * | Change the output of truss to more closely resemble SysV's. (Yes, it | Sean Eric Fagan | 2000-03-18 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01). | Dag-Erling Smørgrav | 1999-08-10 | 1 | -2/+3 |
| * | Add some copyright and license terms, at Jordan's request. Note that | Sean Eric Fagan | 1997-12-20 | 1 | -1/+3 |
| * | First cut at printing out ioctl names intelligently. Note that this doesn't | Sean Eric Fagan | 1997-12-06 | 1 | -2/+3 |
| * | Truss program. Requires procfs. | Sean Eric Fagan | 1997-12-06 | 1 | -0/+43 |