aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
...
* Decode arguments to dup, dup2, getdirentries, pread, and pwrite.John Baldwin2017-06-052-1/+24
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-032-3/+6
* Decode the argument passed to cap_getmode().John Baldwin2017-06-022-1/+13
* Decode the arguments passed to __cap_rights_get() and cap_rights_limit().John Baldwin2017-06-022-1/+19
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-251-2/+9
* Add support for sctp_generic_sendmsg() and sctp_generic_recvmsg().Michael Tuexen2017-05-031-0/+8
* Add support for sendmsg() and recvmsg().Michael Tuexen2017-05-031-0/+4
* Decode the fourth argument of sendto and recvfrom call.Michael Tuexen2017-05-032-5/+10
* Add support for [gs]etsockopt().Michael Tuexen2017-05-032-1/+26
* Decode the third argument of socket().Michael Tuexen2017-05-032-2/+13
* Add Socklent for handling args of type socklen_t.Michael Tuexen2017-05-032-4/+7
* Add support for listen() call.Michael Tuexen2017-05-031-1/+3
* Improve decoding of last arguments to ioctl() and sendto().John Baldwin2017-03-191-2/+2
* Decode arguments to madvise().John Baldwin2017-03-192-1/+6
* Add a Sizet type for 'size_t' values and use it instead of Int.John Baldwin2017-03-192-11/+14
* Decode arguments passed to kldsym() and kldunloadf().John Baldwin2017-03-182-1/+13
* Decode arguments passed to getfsstat().John Baldwin2017-03-182-1/+7
* Decode flock() operation.John Baldwin2017-03-182-1/+6
* Decode file flags passed to *chflags*().John Baldwin2017-03-182-3/+17
* Decode arguments passed to posix_fadvise().John Baldwin2017-03-182-1/+7
* Decode the arguments passed to cap_fcntls_get() and cap_fcntls_limit().John Baldwin2017-03-182-0/+31
* Automate the handling of QUAD_ALIGN and QUAD_SLOTS.John Baldwin2017-03-151-28/+59
* Remove duplicate argument from linux_stat64() decoding.John Baldwin2017-03-151-2/+2
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+2
* Add RISC-V support for truss(1)Li-Wen Hsu2017-01-241-0/+106
* Rework syscall structure lookups.John Baldwin2016-12-0619-46/+141
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-1721-226/+86
* Fix printf format warning.John Baldwin2016-10-111-2/+2
* Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-191-2/+0
* Remove files unused after pulling system call names from libsysdecode.John Baldwin2016-08-111-21/+0
* Fix sorting in r303934.Bryan Drewery2016-08-101-2/+2
* Use proper argument length for rmdir(2) for r303934.Bryan Drewery2016-08-101-2/+2
* Support rmdir(2).Bryan Drewery2016-08-101-0/+2
* truss: fix uninitialized trussinfo->curthread in add_threads()/enter_syscallBaptiste Daroussin2016-08-021-1/+3
* Add support for truss'ing Linux/x86_64 binaries under amd64.John Baldwin2016-06-092-0/+105
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-2/+2
* Use ptrace(2) LWP events to track threads reliably in truss.John Baldwin2016-03-093-54/+163
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-238-215/+7
* Add support for displaying thread IDs to truss(1).John Baldwin2016-02-236-72/+60
* Remove an unused variable that snuck into the previous revision.John Baldwin2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectJohn Baldwin2016-02-163-24/+27
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-8/+0
* Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.John Baldwin2016-02-151-1/+1
* Sign extend the error value for failing Linux/i386 system calls. ThisJohn Baldwin2016-02-151-0/+2
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-3014-16/+16
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-2618-84/+35
* Update dependencies after r292622 moved the ioctl script.Bryan Drewery2016-01-071-3/+0
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-222-7/+2
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-153-6/+4