aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* MFC 341802: Validate the string size parameter passed to -s.John Baldwin2019-01-021-1/+4
* MFC r328037: Rename 'recv' to 'receive' to appease shadow warnings from GCC.Kyle Evans2018-04-101-8/+8
* MFC r328081:Michael Tuexen2018-04-071-0/+1
* MFC r328059:Michael Tuexen2018-04-071-0/+5
* MFC r328058:Michael Tuexen2018-04-071-6/+6
* MFC r328015:Michael Tuexen2018-04-072-130/+397
* MFC r327967:Michael Tuexen2018-04-072-6/+38
* MFC r327961:Michael Tuexen2018-04-071-2/+2
* MFC r327921:Michael Tuexen2018-04-071-1/+1
* MFC r327919:Michael Tuexen2018-04-072-1/+67
* Revert r330897:Eitan Adler2018-03-2913-37/+11
* MFC r326356:Eitan Adler2018-03-191-5/+35
* Partial merge of the SPDX changesEitan Adler2018-03-1413-11/+37
* MFC r326276:Eitan Adler2018-03-051-1/+3
* MFC 326184: Decode kevent structures logged via ktrace(2) in kdump.John Baldwin2018-01-262-76/+9
* MFC 319493,319509,319520,319595,319677,319679-319681,319688,319689,John Baldwin2017-11-214-47/+314
* MFC r324727 and r325555:Ed Schouten2017-11-151-1/+1
* MFC r324594: truss: mention 'H' in usageEd Maste2017-10-201-2/+2
* MFC r321514, r322885, r323015, r323177Ed Schouten2017-10-041-71/+2
* MFC r321329:Edward Tomasz Napierala2017-08-051-1/+2
* MFC r321328:Edward Tomasz Napierala2017-08-051-3/+5
* MFC r317730:Michael Tuexen2017-06-012-9/+74
* MFC r315170:Enji Cooper2017-05-301-2/+2
* MFC 315335,315336,315496,315497,315500,315502,315504,315509,315523,315524,John Baldwin2017-05-262-44/+157
* MFC 309589: Rework syscall structure lookups.John Baldwin2017-01-1319-45/+140
* MFC 303946:John Baldwin2017-01-121-21/+0
* MFC 307538,307948,308602,308603,311151: Move kdump's mksubr into libsysdecode.John Baldwin2017-01-1221-226/+86
* MFC 307060: Fix printf format warning.John Baldwin2017-01-101-2/+2
* MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554,Ed Schouten2016-10-121-2/+0
* MFC r303934,r303937,r303942:Bryan Drewery2016-08-151-0/+2
* MFC: r303685Baptiste Daroussin2016-08-141-1/+3
* Add support for truss'ing Linux/x86_64 binaries under amd64.John Baldwin2016-06-092-0/+105
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-2/+2
* Use ptrace(2) LWP events to track threads reliably in truss.John Baldwin2016-03-093-54/+163
* Add handling for non-native error values to libsysdecode.John Baldwin2016-02-238-215/+7
* Add support for displaying thread IDs to truss(1).John Baldwin2016-02-236-72/+60
* Remove an unused variable that snuck into the previous revision.John Baldwin2016-02-161-1/+0
* Fetch the current thread and it's syscall state from the trussinfo objectJohn Baldwin2016-02-163-24/+27
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-8/+0
* Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.John Baldwin2016-02-151-1/+1
* Sign extend the error value for failing Linux/i386 system calls. ThisJohn Baldwin2016-02-151-0/+2
* Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.John Baldwin2016-01-3014-16/+16
* Add support to libsysdecode for decoding system call names.John Baldwin2016-01-2618-84/+35
* Update dependencies after r292622 moved the ioctl script.Bryan Drewery2016-01-071-3/+0
* Move the mkioctls script to libsysdecode and use it to generate aJohn Baldwin2015-12-222-7/+2
* Start on a new library (libsysdecode) that provides routines for decodingJohn Baldwin2015-12-153-6/+4
* Make truss work for CloudABI processes on aarch64.Ed Schouten2015-10-305-85/+247
* Simplify syscall generation and ABI source file handling for the build.Bryan Drewery2015-10-1320-202/+233
* Let -c imply -S (hide signal output).Bryan Drewery2015-10-092-3/+3