| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | syscallarg_t: Add a type for system call arguments | Brooks Davis | 2022-03-28 | 1 | -1/+1 |
| * | Revert "syscallarg_t: Add a type for system call arguments" | Brooks Davis | 2022-01-12 | 1 | -1/+1 |
| * | syscallarg_t: Add a type for system call arguments | Brooks Davis | 2022-01-12 | 1 | -1/+1 |
| * | truss: improved support for decoding compat32 arguments | Alex Richardson | 2021-03-25 | 1 | -0/+2 |
| * | Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss. | John Baldwin | 2019-07-16 | 1 | -5/+0 |
| * | Make timespecadd(3) and friends public | Alan Somers | 2018-07-30 | 1 | -20/+0 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
| * | Rework syscall structure lookups. | John Baldwin | 2016-12-06 | 1 | -3/+18 |
| * | Use ptrace(2) LWP events to track threads reliably in truss. | John Baldwin | 2016-03-09 | 1 | -2/+2 |
| * | Add support for displaying thread IDs to truss(1). | John Baldwin | 2016-02-23 | 1 | -0/+1 |
| * | Add support to libsysdecode for decoding system call names. | John Baldwin | 2016-01-26 | 1 | -2/+1 |
| * | Correct a comment. | Bryan Drewery | 2015-10-08 | 1 | -1/+1 |
| * | Several changes to truss. | John Baldwin | 2015-09-30 | 1 | -14/+47 |
| * | Revert r247300 for now. I'll post a new changeset for review. | Xin LI | 2013-02-26 | 1 | -2/+2 |
| * | Expose timespec and timeval macros when __BSD_VISIBLE is defined. This | Xin LI | 2013-02-26 | 1 | -2/+2 |
| * | - Make truss thread-aware. | Andrey Zonov | 2012-09-16 | 1 | -2/+3 |
| * | - Fix detaching under some circumstances. | Andrey Zonov | 2012-09-12 | 1 | -0/+1 |
| * | - Style(9) cleanup. | Andrey Zonov | 2012-09-02 | 1 | -16/+16 |
| * | - Use pid_t type instead of just int. | Andrey Zonov | 2012-08-21 | 1 | -1/+1 |
| * | Fix copyright spelling. | Warner Losh | 2010-03-10 | 1 | -1/+1 |
| * | Add -c option to summarize number of calls, errors, and system time. | Diomidis Spinellis | 2009-05-12 | 1 | -0/+11 |
| * | Make use of ptrace(2) instead of procfs in truss(1), eliminating | Xin LI | 2007-04-10 | 1 | -1/+23 |
| * | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | Pav Lucistnik | 2006-05-15 | 1 | -0/+10 |
| * | Add a -s flag for the same functionality as strace. Introduce a Name | Brian Somers | 2006-01-02 | 1 | -0/+1 |
| * | Use timespec not timeval. | Matthew N. Dodd | 2002-08-05 | 1 | -3/+3 |
| * | Add options to print the argument and environment string parameters to | Matthew N. Dodd | 2002-08-04 | 1 | -0/+2 |
| * | Add options to print absolute and relative timestamps. | Matthew N. Dodd | 2002-08-04 | 1 | -0/+6 |
| * | Allow tracking fork()ed children. | Matthew N. Dodd | 2002-08-04 | 1 | -0/+2 |
| * | Parameterize globals. | Matthew N. Dodd | 2002-08-04 | 1 | -0/+35 |