aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly format pointer size independent CloudABI system calls.Ed Schouten2015-10-084-18/+448
* Correct a comment.Bryan Drewery2015-10-081-1/+1
* Updated dependsSimon J. Gerraty2015-10-071-0/+2
* truss: Add support for utrace(2).Bryan Drewery2015-10-064-3/+45
* Group the decoded system calls by ABI and sort the calls within each ABI.John Baldwin2015-10-061-207/+214
* Fix crash if a process sends itself a SIGTRAP. Just forward it as expected.Bryan Drewery2015-10-051-5/+2
* Add decoding for modfind(2)Bryan Drewery2015-10-051-0/+2
* Fix tracking of unknown syscalls for 'truss -c'.Bryan Drewery2015-10-054-46/+60
* Style fix.Bryan Drewery2015-10-031-0/+1
* Add decoding for struct statfs.Bryan Drewery2015-10-032-1/+30
* Add aarch64 support to truss(1).Konstantin Belousov2015-10-021-0/+110
* Make truss print CloudABI system call names.Ed Schouten2015-10-023-0/+136
* Rather than groveling around in a socket address structure for a socketJohn Baldwin2015-10-011-33/+35
* The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bitJohn Baldwin2015-10-012-10/+22
* - Remove extra integer argument from truncate() and ftruncate(). This isJohn Baldwin2015-10-011-5/+5
* Several changes to truss.John Baldwin2015-09-3016-2783/+1106
* Trim trailing whitespace.John Baldwin2015-09-303-5/+5
* Decode recently added procctl(2) operations.John Baldwin2015-09-291-1/+3
* Handle the conditional decoding of execve() argument and environmentJohn Baldwin2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.John Baldwin2015-08-201-23/+41
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.John Baldwin2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isJohn Baldwin2015-08-192-25/+28
* Various style and whitespace fixes.John Baldwin2015-08-1911-38/+63
* Use nitems().John Baldwin2015-08-1910-17/+12
* Expand the decoding of kevent structures.John Baldwin2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedJohn Baldwin2015-08-192-224/+158
* Use an xlat table and xlookup() instead of a home-rolled version for theJohn Baldwin2015-08-171-9/+6
* Tidy the linux_socketcall decoding:John Baldwin2015-08-171-65/+16
* Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in aJohn Baldwin2015-08-171-2/+15
* - Decode the arguments for several signal-related system calls: sigpending,John Baldwin2015-08-172-7/+51
* Consistently use both leading and trailing spaces inside of the {}'sJohn Baldwin2015-08-061-10/+14
* Whitespace fixes to consistently use spaces before }'s andJohn Baldwin2015-08-061-15/+25
* Decode the arguments passed to the *at() family of system calls. This isJohn Baldwin2015-08-062-4/+118
* Decode the arguments to mkfifo() and fix an off-by-one error in the argumentsJohn Baldwin2015-08-061-1/+3
* Don't mark the fcntl flag argument as an output parameter so that it isJohn Baldwin2015-08-061-1/+1
* Add recently added values of various flags and enumerations includingJohn Baldwin2015-08-061-12/+20
* Rework get_string() to make it more robust when fetching strings of unknownJohn Baldwin2015-08-051-17/+29
* Whitespace fix: remove some spurious spaces before commas.John Baldwin2015-08-051-11/+11
* truss: follow pdfork()ed descendents with -fEd Maste2015-07-248-0/+8
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+29
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-193-6/+29
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-194-321/+1
| |\ \