| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop cloudabi | Konstantin Belousov | 2021-09-21 | 1 | -20/+0 |
* | truss: split counting of syscalls and syscall calling convention | Alex Richardson | 2021-03-04 | 1 | -8/+17 |
* | truss: Decode sendfile(2) arguments | Mark Johnston | 2021-02-05 | 1 | -0/+2 |
* | truss: Add AIO syscalls. | Thomas Munro | 2020-12-10 | 1 | -0/+6 |
* | truss: decode shm_open2 | Kyle Evans | 2020-02-19 | 1 | -0/+1 |
* | truss: decode sysctl names. | Konstantin Belousov | 2019-09-18 | 1 | -0/+1 |
* | Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss. | John Baldwin | 2019-07-16 | 1 | -2/+3 |
* | truss: Fix display of shm_open(SHM_ANON, ...). | Thomas Munro | 2018-10-28 | 1 | -0/+1 |
* | Reformat the enum of syscall argument types. | John Baldwin | 2018-03-29 | 1 | -21/+133 |
* | Rename ClouduABIFDSFlags to CloudABIFDSFlags. | John Baldwin | 2018-03-29 | 1 | -1/+1 |
* | Decode msghdr argument of sendmsg() and recvmsg(). | Michael Tuexen | 2018-01-15 | 1 | -1/+1 |
* | Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg() | Michael Tuexen | 2018-01-14 | 1 | -1/+1 |
* | Add support for readv() and writev() to truss. | Michael Tuexen | 2018-01-13 | 1 | -1/+1 |
* | Replace a reference to a license in another file with the license text. | John Baldwin | 2017-11-29 | 1 | -5/+35 |
* | Decode kevent structures logged via ktrace(2) in kdump. | John Baldwin | 2017-11-25 | 1 | -1/+1 |
* | Decode signal information returned by system calls. | John Baldwin | 2017-08-30 | 1 | -0/+1 |
* | Decode FreeBSD 11 compat stat, fstat and lstat calls. | Warner Losh | 2017-06-23 | 1 | -1/+2 |
* | Decode arguments to sched_* family of system calls. | John Baldwin | 2017-06-16 | 1 | -1/+1 |
* | Decode arguments to rtprio() and rtprio_thread(). | John Baldwin | 2017-06-10 | 1 | -1/+1 |
* | Decode the 'howto' argument to reboot(). | John Baldwin | 2017-06-10 | 1 | -1/+1 |
* | Decode the arguments to quotactl(). | John Baldwin | 2017-06-10 | 1 | -1/+1 |
* | Decode the arguments to ptrace(). | John Baldwin | 2017-06-10 | 1 | -0/+1 |
* | Decode arguments to getpriority() and setpriority(). | John Baldwin | 2017-06-10 | 1 | -1/+1 |
* | Decode arguments passed to msync(). | John Baldwin | 2017-06-08 | 1 | -1/+1 |
* | Decode flags passed to mount(), nmount(), and unmount(). | John Baldwin | 2017-06-08 | 1 | -1/+1 |
* | Decode arguments to mlock(), mlockall(), and munlock(). | John Baldwin | 2017-06-08 | 1 | -1/+1 |
* | Decode arguments to minherit(). | John Baldwin | 2017-06-08 | 1 | -1/+1 |
* | Decode arguments passed to extended attribute related system calls. | John Baldwin | 2017-06-08 | 1 | -0/+1 |
* | Decode arguments to ACL related system calls. | John Baldwin | 2017-06-08 | 1 | -1/+1 |
* | Decode arguments to dup, dup2, getdirentries, pread, and pwrite. | John Baldwin | 2017-06-05 | 1 | -1/+1 |
* | Decode the 'who' argument passed to getrusage(). | John Baldwin | 2017-06-03 | 1 | -2/+2 |
* | Decode the argument passed to cap_getmode(). | John Baldwin | 2017-06-02 | 1 | -1/+1 |
* | Decode the arguments passed to __cap_rights_get() and cap_rights_limit(). | John Baldwin | 2017-06-02 | 1 | -1/+2 |
* | Decode the fourth argument of sendto and recvfrom call. | Michael Tuexen | 2017-05-03 | 1 | -1/+1 |
* | Add support for [gs]etsockopt(). | Michael Tuexen | 2017-05-03 | 1 | -1/+2 |
* | Decode the third argument of socket(). | Michael Tuexen | 2017-05-03 | 1 | -1/+1 |
* | Add Socklent for handling args of type socklen_t. | Michael Tuexen | 2017-05-03 | 1 | -1/+1 |
* | Decode arguments to madvise(). | John Baldwin | 2017-03-19 | 1 | -1/+1 |
* | Add a Sizet type for 'size_t' values and use it instead of Int. | John Baldwin | 2017-03-19 | 1 | -1/+1 |
* | Decode arguments passed to kldsym() and kldunloadf(). | John Baldwin | 2017-03-18 | 1 | -1/+2 |
* | Decode arguments passed to getfsstat(). | John Baldwin | 2017-03-18 | 1 | -1/+1 |
* | Decode flock() operation. | John Baldwin | 2017-03-18 | 1 | -1/+1 |
* | Decode file flags passed to *chflags*(). | John Baldwin | 2017-03-18 | 1 | -1/+1 |
* | Decode arguments passed to posix_fadvise(). | John Baldwin | 2017-03-18 | 1 | -1/+1 |
* | Decode the arguments passed to cap_fcntls_get() and cap_fcntls_limit(). | John Baldwin | 2017-03-18 | 1 | -0/+1 |
* | Rework syscall structure lookups. | John Baldwin | 2016-12-06 | 1 | -1/+2 |
* | Move mksubr from kdump into libsysdecode. | John Baldwin | 2016-10-17 | 1 | -1/+1 |
* | Fetch the current thread and it's syscall state from the trussinfo object | John Baldwin | 2016-02-16 | 1 | -3/+2 |
* | Properly format pointer size independent CloudABI system calls. | Ed Schouten | 2015-10-08 | 1 | -4/+11 |
* | truss: Add support for utrace(2). | Bryan Drewery | 2015-10-06 | 1 | -1/+2 |