| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | truss: minor cleanup and pedantic warning fixes | Alex Richardson | 2021-06-16 | 1 | -2/+3 |
* | truss: split counting of syscalls and syscall calling convention | Alex Richardson | 2021-03-04 | 1 | -1/+0 |
* | Validate the string size parameter passed to -s. | John Baldwin | 2018-12-10 | 1 | -1/+4 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
* | truss: mention 'H' in usage | Ed Maste | 2017-10-13 | 1 | -2/+2 |
* | Move mksubr from kdump into libsysdecode. | John Baldwin | 2016-10-17 | 1 | -12/+1 |
* | Add support for displaying thread IDs to truss(1). | John Baldwin | 2016-02-23 | 1 | -1/+4 |
* | Add support to libsysdecode for decoding system call names. | John Baldwin | 2016-01-26 | 1 | -0/+1 |
* | Let -c imply -S (hide signal output). | Bryan Drewery | 2015-10-09 | 1 | -1/+1 |
* | Fix tracking of unknown syscalls for 'truss -c'. | Bryan Drewery | 2015-10-05 | 1 | -0/+1 |
* | Several changes to truss. | John Baldwin | 2015-09-30 | 1 | -204/+30 |
* | Always use %j with an intmax_t cast to print time_t values. time_t is | John Baldwin | 2015-08-19 | 1 | -8/+10 |
* | Change the argument formatting function to use a stdio FILE object opened | John Baldwin | 2015-08-19 | 1 | -7/+4 |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -3/+0 |
* | Add arm bits to truss. | Olivier Houchard | 2013-03-07 | 1 | -0/+3 |
* | Revert r247300 for now. I'll post a new changeset for review. | Xin LI | 2013-02-26 | 1 | -4/+4 |
* | Expose timespec and timeval macros when __BSD_VISIBLE is defined. This | Xin LI | 2013-02-26 | 1 | -4/+4 |
* | truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC) | Mateusz Guzik | 2013-01-27 | 1 | -7/+4 |
* | truss: if file requested with -o flag could not be opened print the reason | Mateusz Guzik | 2013-01-27 | 1 | -1/+1 |
* | - Make truss thread-aware. | Andrey Zonov | 2012-09-16 | 1 | -11/+11 |
* | - Fix detaching under some circumstances. | Andrey Zonov | 2012-09-12 | 1 | -4/+9 |
* | - Style(9) cleanup. | Andrey Zonov | 2012-09-02 | 1 | -27/+24 |
* | Add more static keywords to truss(1) source code. | Ed Schouten | 2011-12-10 | 1 | -1/+1 |
* | Fix typos in comments, no functional changes. | Benedict Reuschling | 2011-05-19 | 1 | -1/+1 |
* | Simplify various code that allowed for sys_signame being lower case. | Jilles Tjoelker | 2011-03-06 | 1 | -4/+0 |
* | Make sys_signame upper case. | Jilles Tjoelker | 2011-02-04 | 1 | -1/+1 |
* | Set FD_CLOEXEC for the output file only when the file has been specified | Jaakko Heinonen | 2010-11-13 | 1 | -6/+7 |
* | Fix breakage introduced in r211725 and improve functionality of truss on | Nathan Whitehorn | 2010-08-28 | 1 | -0/+3 |
* | Fix copyright spelling. | Warner Losh | 2010-03-10 | 1 | -1/+1 |
* | Avoid sharing the file descriptor of the output file with traced | Jaakko Heinonen | 2009-12-20 | 1 | -0/+6 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -2/+0 |
* | Reduce diff against my local version: replace malloc+memset() cases to calloc(). | Xin LI | 2009-05-15 | 1 | -4/+3 |
* | Add -c option to summarize number of calls, errors, and system time. | Diomidis Spinellis | 2009-05-12 | 1 | -4/+14 |
* | Don't exit until all truss children were exit. | Xin LI | 2009-04-13 | 1 | -4/+10 |
* | Add preliminary support for truss on MIPS. It compiles, but has not | Warner Losh | 2009-02-15 | 1 | -0/+5 |
* | Retire some stale alpha references. | John Baldwin | 2008-05-16 | 1 | -3/+0 |
* | Teach truss about 32-bit FreeBSD and Linux binaries on amd64. Some | John Baldwin | 2008-05-16 | 1 | -0/+2 |
* | Syscalls have at most 6 argument, not 5. See mmap(2) for example. | Marcel Moolenaar | 2007-07-28 | 1 | -1/+1 |
* | MFp4: Bugfixes for truss(1): | Xin LI | 2007-06-26 | 1 | -11/+6 |
* | Make use of ptrace(2) instead of procfs in truss(1), eliminating | Xin LI | 2007-04-10 | 1 | -139/+101 |
* | - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage, | Pav Lucistnik | 2006-05-15 | 1 | -0/+34 |
* | Add powerpc support for truss. | Peter Grehan | 2006-01-05 | 1 | -0/+4 |
* | Add a -s flag for the same functionality as strace. Introduce a Name | Brian Somers | 2006-01-02 | 1 | -3/+7 |
* | When doing the initial open of the proc via procfs, complain if we are | Alfred Perlstein | 2005-03-27 | 1 | -4/+10 |
* | I've been working on this somewhat so I'm moving the | Alfred Perlstein | 2005-03-27 | 1 | -218/+231 |
* | When reporting reciept of a signal, print the signal's name. | Alfred Perlstein | 2004-07-17 | 1 | -1/+23 |
* | A first stab at truss support for amd64, basically cogged from i386. | David Malone | 2004-06-12 | 1 | -0/+3 |
* | Fix signal behaviour. | Martin Cracauer | 2003-12-28 | 1 | -2/+7 |