aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-20/+0
* truss: split counting of syscalls and syscall calling conventionAlex Richardson2021-03-041-8/+17
* truss: Decode sendfile(2) argumentsMark Johnston2021-02-051-0/+2
* truss: Add AIO syscalls.Thomas Munro2020-12-101-0/+6
* truss: decode shm_open2Kyle Evans2020-02-191-0/+1
* truss: decode sysctl names.Konstantin Belousov2019-09-181-0/+1
* Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.John Baldwin2019-07-161-2/+3
* truss: Fix display of shm_open(SHM_ANON, ...).Thomas Munro2018-10-281-0/+1
* Reformat the enum of syscall argument types.John Baldwin2018-03-291-21/+133
* Rename ClouduABIFDSFlags to CloudABIFDSFlags.John Baldwin2018-03-291-1/+1
* Decode msghdr argument of sendmsg() and recvmsg().Michael Tuexen2018-01-151-1/+1
* Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg()Michael Tuexen2018-01-141-1/+1
* Add support for readv() and writev() to truss.Michael Tuexen2018-01-131-1/+1
* Replace a reference to a license in another file with the license text.John Baldwin2017-11-291-5/+35
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-1/+1
* Decode signal information returned by system calls.John Baldwin2017-08-301-0/+1
* Decode FreeBSD 11 compat stat, fstat and lstat calls.Warner Losh2017-06-231-1/+2
* Decode arguments to sched_* family of system calls.John Baldwin2017-06-161-1/+1
* Decode arguments to rtprio() and rtprio_thread().John Baldwin2017-06-101-1/+1
* Decode the 'howto' argument to reboot().John Baldwin2017-06-101-1/+1
* Decode the arguments to quotactl().John Baldwin2017-06-101-1/+1
* Decode the arguments to ptrace().John Baldwin2017-06-101-0/+1
* Decode arguments to getpriority() and setpriority().John Baldwin2017-06-101-1/+1
* Decode arguments passed to msync().John Baldwin2017-06-081-1/+1
* Decode flags passed to mount(), nmount(), and unmount().John Baldwin2017-06-081-1/+1
* Decode arguments to mlock(), mlockall(), and munlock().John Baldwin2017-06-081-1/+1
* Decode arguments to minherit().John Baldwin2017-06-081-1/+1
* Decode arguments passed to extended attribute related system calls.John Baldwin2017-06-081-0/+1
* Decode arguments to ACL related system calls.John Baldwin2017-06-081-1/+1
* Decode arguments to dup, dup2, getdirentries, pread, and pwrite.John Baldwin2017-06-051-1/+1
* Decode the 'who' argument passed to getrusage().John Baldwin2017-06-031-2/+2
* Decode the argument passed to cap_getmode().John Baldwin2017-06-021-1/+1
* Decode the arguments passed to __cap_rights_get() and cap_rights_limit().John Baldwin2017-06-021-1/+2
* Decode the fourth argument of sendto and recvfrom call.Michael Tuexen2017-05-031-1/+1
* Add support for [gs]etsockopt().Michael Tuexen2017-05-031-1/+2
* Decode the third argument of socket().Michael Tuexen2017-05-031-1/+1
* Add Socklent for handling args of type socklen_t.Michael Tuexen2017-05-031-1/+1
* Decode arguments to madvise().John Baldwin2017-03-191-1/+1
* Add a Sizet type for 'size_t' values and use it instead of Int.John Baldwin2017-03-191-1/+1
* Decode arguments passed to kldsym() and kldunloadf().John Baldwin2017-03-181-1/+2
* Decode arguments passed to getfsstat().John Baldwin2017-03-181-1/+1
* Decode flock() operation.John Baldwin2017-03-181-1/+1
* Decode file flags passed to *chflags*().John Baldwin2017-03-181-1/+1
* Decode arguments passed to posix_fadvise().John Baldwin2017-03-181-1/+1
* Decode the arguments passed to cap_fcntls_get() and cap_fcntls_limit().John Baldwin2017-03-181-0/+1
* Rework syscall structure lookups.John Baldwin2016-12-061-1/+2
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-1/+1
* Fetch the current thread and it's syscall state from the trussinfo objectJohn Baldwin2016-02-161-3/+2
* Properly format pointer size independent CloudABI system calls.Ed Schouten2015-10-081-4/+11
* truss: Add support for utrace(2).Bryan Drewery2015-10-061-1/+2