aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/truss.h
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Rework syscall structure lookups.John Baldwin2016-12-061-3/+18
* Use ptrace(2) LWP events to track threads reliably in truss.John Baldwin2016-03-091-2/+2
* Add support for displaying thread IDs to truss(1).John Baldwin2016-02-231-0/+1
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-2/+1
* Correct a comment.Bryan Drewery2015-10-081-1/+1
* Several changes to truss.John Baldwin2015-09-301-14/+47
* Revert r247300 for now. I'll post a new changeset for review.Xin LI2013-02-261-2/+2
* Expose timespec and timeval macros when __BSD_VISIBLE is defined. ThisXin LI2013-02-261-2/+2
* - Make truss thread-aware.Andrey Zonov2012-09-161-2/+3
* - Fix detaching under some circumstances.Andrey Zonov2012-09-121-0/+1
* - Style(9) cleanup.Andrey Zonov2012-09-021-16/+16
* - Use pid_t type instead of just int.Andrey Zonov2012-08-211-1/+1
* Fix copyright spelling.Warner Losh2010-03-101-1/+1
* Add -c option to summarize number of calls, errors, and system time.Diomidis Spinellis2009-05-121-0/+11
* Make use of ptrace(2) instead of procfs in truss(1), eliminatingXin LI2007-04-101-1/+23
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-151-0/+10
* Add a -s flag for the same functionality as strace. Introduce a NameBrian Somers2006-01-021-0/+1
* Use timespec not timeval.Matthew N. Dodd2002-08-051-3/+3
* Add options to print the argument and environment string parameters toMatthew N. Dodd2002-08-041-0/+2
* Add options to print absolute and relative timestamps.Matthew N. Dodd2002-08-041-0/+6
* Allow tracking fork()ed children.Matthew N. Dodd2002-08-041-0/+2
* Parameterize globals.Matthew N. Dodd2002-08-041-0/+35