aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* Rename i386's Linux ELF to Linux ELF32Jessica Clarke2021-01-211-1/+1
* Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-071-1/+0
* truss: Add AIO syscalls.Thomas Munro2020-12-102-0/+172
* 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-192-0/+7
* 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-182-0/+73
* Use PT_GET_SC_ARGS and PT_GET_SC_RET in truss.John Baldwin2019-07-1624-2337/+108
* truss: Add support for fsync(2) and fdatasync(2).Thomas Munro2019-02-281-0/+4
* Validate the string size parameter passed to -s.John Baldwin2018-12-101-1/+4
* Rename riscv64-freebsd.c to riscv-freebsd.c.John Baldwin2018-12-061-8/+8
* Allow truss to operate on ELFv2 processes.Justin Hibbits2018-11-291-0/+11
* truss: Fix display of shm_open(SHM_ANON, ...).Thomas Munro2018-10-282-1/+10
* 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-303-23/+5
* Reformat the enum of syscall argument types.John Baldwin2018-03-291-21/+133
* Rename ClouduABIFDSFlags to CloudABIFDSFlags.John Baldwin2018-03-292-3/+3
* 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-152-130/+397
* Improve support for sctp_generic_recvmsg() and sctp_generic_sendmsg()Michael Tuexen2018-01-142-6/+38
* 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-132-1/+67
* Make truss work for CloudABI executables on i386.Ed Schouten2017-12-212-0/+99
* Make truss(8) work for 32-bit CloudABI executables on ARM64.Ed Schouten2017-12-202-0/+113
* Make truss(8) work for i686-unknown-cloudabi binaries on FreeBSD/amd64.Ed Schouten2017-12-162-0/+113
* Replace a reference to a license in another file with the license text.John Baldwin2017-11-291-5/+35
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2017-11-252-76/+55
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1813-11/+37
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-181-1/+1
* truss: mention 'H' in usageEd Maste2017-10-131-2/+2
* 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-304-5/+31
* Trim stale prototype for ioctlname().John Baldwin2017-08-301-1/+0