aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/amd64-cloudabi64.c
Commit message (Expand)AuthorAgeFilesLines
* Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.John Baldwin2019-07-161-97/+0
* Rework syscall structure lookups.John Baldwin2016-12-061-1/+3
* Move mksubr from kdump into libsysdecode.John Baldwin2016-10-171-0/+1
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-231-4/+0
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-301-1/+1
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-261-3/+2
* Make truss work for CloudABI processes on aarch64.Ed Schouten2015-10-301-84/+3
* Simplify syscall generation and ABI source file handling for the build.Bryan Drewery2015-10-131-2/+2
* Properly format pointer size independent CloudABI system calls.Ed Schouten2015-10-081-13/+80
* Make truss print CloudABI system call names.Ed Schouten2015-10-021-0/+113