aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-301-49/+0
* Decode extra signal information for caught signals.John Baldwin2017-08-281-3/+61
* 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
* Make truss(1) cross-reference dtrace(1) and bump .Dd.Edward Tomasz Napierala2017-07-211-1/+2
* Use more usual formatting for the EXAMPLES section of truss(1).Edward Tomasz Napierala2017-07-211-3/+5
* 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-232-1/+28
* 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-162-1/+30
* Decode arguments to rtprio() and rtprio_thread().John Baldwin2017-06-102-1/+9
* Decode the 'howto' argument to reboot().John Baldwin2017-06-102-1/+6
* Decode the arguments to quotactl().John Baldwin2017-06-102-1/+7
* Decode the arguments to ptrace().John Baldwin2017-06-102-0/+7
* Decode arguments to getpriority() and setpriority().John Baldwin2017-06-102-1/+8
* Decode arguments passed to msync().John Baldwin2017-06-082-1/+6