summaryrefslogtreecommitdiff
path: root/usr.bin/truss/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* truss: Add AIO syscalls.Thomas Munro2020-12-101-0/+166
* kdump/truss: decode new _umtx_op flagsKyle Evans2020-12-091-3/+17
* Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-051-0/+3
* truss: print more information about traced sysctlsPawel Biernacki2020-07-051-24/+42
* Decode the file descriptor argument to closefrom(2) as an Integer.Christian S.J. Peron2020-05-211-0/+2
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+3
* truss: fix shm_open2 oversight (BinString -> Name)Kyle Evans2020-02-191-1/+1
* truss: decode shm_open2Kyle Evans2020-02-191-0/+6
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* truss: centralize pointer-constructing casts.Brooks Davis2019-10-311-107/+104
* Fix a typo in a comment.John Baldwin2019-10-031-1/+1
* Add an shm_rename syscallDavid Bright2019-09-261-0/+2
* truss: decode sysctl names.Konstantin Belousov2019-09-181-0/+72
* Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.John Baldwin2019-07-161-12/+16
* truss: Add support for fsync(2) and fdatasync(2).Thomas Munro2019-02-281-0/+4
* truss: Fix display of shm_open(SHM_ANON, ...).Thomas Munro2018-10-281-1/+9
* Teach truss how to display shm_open(2), shm_unlink(2)Allan Jude2018-10-071-0/+4
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+2
* Rename ClouduABIFDSFlags to CloudABIFDSFlags.John Baldwin2018-03-291-2/+2
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+2
* Add missing assignment to make sure non-first cmsgs are handled as such.Michael Tuexen2018-01-171-0/+1
* Improve the printing of cmgs when the length is 0. Fix error handling.Michael Tuexen2018-01-161-0/+5
* Using %p already prints "0x", so don't do it explicitly.Michael Tuexen2018-01-161-6/+6
* Rename 'recv' to 'receive' to appease shadow warnings from GCC.John Baldwin2018-01-161-8/+8
* Keep list sorted. Thanks to jhb@ to pointing out that I put it at theMichael Tuexen2018-01-151-2/+2
* Decode msghdr argument of sendmsg() and recvmsg().Michael Tuexen2018-01-151-129/+396
* Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg()Michael Tuexen2018-01-141-5/+37
* Mark the iovec parameters of writev() and readv() as IN and OUT.Michael Tuexen2018-01-141-2/+2
* Fix a typo introduced in r327919.Michael Tuexen2018-01-131-1/+1
* Add support for readv() and writev() to truss.Michael Tuexen2018-01-131-0/+66
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-251-75/+54
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-181-1/+1
* Merge pipes and socket pairs.Ed Schouten2017-09-051-4/+3
* Decode pathconf() names, *at() flags, and sysarch() numbers in libsysdecode.John Baldwin2017-09-041-33/+4
* Decode signal information returned by system calls.John Baldwin2017-08-301-4/+28
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-301-49/+0
* 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
* 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-231-0/+26
* 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-161-0/+29
* Decode arguments to rtprio() and rtprio_thread().John Baldwin2017-06-101-0/+8
* Decode the 'howto' argument to reboot().John Baldwin2017-06-101-0/+5
* Decode the arguments to quotactl().John Baldwin2017-06-101-0/+6
* Decode the arguments to ptrace().John Baldwin2017-06-101-0/+6
* Decode arguments to getpriority() and setpriority().John Baldwin2017-06-101-0/+7