aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
...
* Decode arguments passed to thr_set_name().John Baldwin2017-08-251-0/+2
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-251-6/+0
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-261-15/+2
* Make truss(1) cross-reference dtrace(1) and bump .Dd.Edward Tomasz Napierala2017-07-211-1/+2
* Use more usual formatting for the EXAMPLES section of truss(1).Edward Tomasz Napierala2017-07-211-3/+5
* Decode FreeBSD11 fstatat calls.Mark Johnston2017-07-191-0/+3
* Sort the compat11.* syscalls I added. Remove duplicate compat11.stat.Warner Losh2017-06-261-8/+6
* Decode FreeBSD 11 compat stat, fstat and lstat calls.Warner Losh2017-06-232-1/+28
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-171-1/+1
* Decode arguments to sched_* family of system calls.John Baldwin2017-06-162-1/+30
* Decode arguments to rtprio() and rtprio_thread().John Baldwin2017-06-102-1/+9
* Decode the 'howto' argument to reboot().John Baldwin2017-06-102-1/+6
* Decode the arguments to quotactl().John Baldwin2017-06-102-1/+7
* Decode the arguments to ptrace().John Baldwin2017-06-102-0/+7
* Decode arguments to getpriority() and setpriority().John Baldwin2017-06-102-1/+8
* Decode arguments passed to msync().John Baldwin2017-06-082-1/+6
* Decode flags passed to mount(), nmount(), and unmount().John Baldwin2017-06-082-3/+8
* Decode arguments to mlock(), mlockall(), and munlock().John Baldwin2017-06-082-1/+10
* Decode arguments to minherit().John Baldwin2017-06-082-1/+7
* Decode arguments passed to extended attribute related system calls.John Baldwin2017-06-082-0/+41
* Decode arguments to ACL related system calls.John Baldwin2017-06-082-1/+28
* 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-45/+140
* 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