| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 309589: Rework syscall structure lookups. | jhb | 2017-01-13 | 19 | -46/+141 |
* | MFC 303946: | jhb | 2017-01-12 | 1 | -21/+0 |
* | MFC 307538,307948,308602,308603,311151: Move kdump's mksubr into libsysdecode. | jhb | 2017-01-12 | 21 | -226/+86 |
* | MFC 307060: Fix printf format warning. | jhb | 2017-01-10 | 1 | -2/+2 |
* | MFC r303818, r303833, r303941, r304478, r304481, r304483, r304484, r304554, | ed | 2016-10-12 | 1 | -2/+0 |
* | MFC r303934,r303937,r303942: | bdrewery | 2016-08-15 | 1 | -0/+2 |
* | MFC: r303685 | bapt | 2016-08-14 | 1 | -1/+3 |
* | Add support for truss'ing Linux/x86_64 binaries under amd64. | jhb | 2016-06-09 | 2 | -0/+105 |
* | Cleanup unnecessary semicolons from utilities we all love. | pfg | 2016-04-15 | 1 | -1/+1 |
* | Replace the CloudABI system call table by a machine generated version. | ed | 2016-03-24 | 1 | -2/+2 |
* | Use ptrace(2) LWP events to track threads reliably in truss. | jhb | 2016-03-09 | 3 | -54/+163 |
* | Add handling for non-native error values to libsysdecode. | jhb | 2016-02-23 | 8 | -215/+7 |
* | Add support for displaying thread IDs to truss(1). | jhb | 2016-02-23 | 6 | -72/+60 |
* | Remove an unused variable that snuck into the previous revision. | jhb | 2016-02-16 | 1 | -1/+0 |
* | Fetch the current thread and it's syscall state from the trussinfo object | jhb | 2016-02-16 | 3 | -24/+27 |
* | DIRDEPS_BUILD: Update dependencies. | bdrewery | 2016-02-16 | 1 | -8/+0 |
* | Correct the ABI name for Linux/i386 binaries under FreeBSD/i386. | jhb | 2016-02-15 | 1 | -1/+1 |
* | Sign extend the error value for failing Linux/i386 system calls. This | jhb | 2016-02-15 | 1 | -0/+2 |
* | Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions. | jhb | 2016-01-30 | 14 | -16/+16 |
* | Add support to libsysdecode for decoding system call names. | jhb | 2016-01-26 | 18 | -84/+35 |
* | Update dependencies after r292622 moved the ioctl script. | bdrewery | 2016-01-07 | 1 | -3/+0 |
* | Move the mkioctls script to libsysdecode and use it to generate a | jhb | 2015-12-22 | 2 | -7/+2 |
* | Start on a new library (libsysdecode) that provides routines for decoding | jhb | 2015-12-15 | 3 | -6/+4 |
* | Make truss work for CloudABI processes on aarch64. | ed | 2015-10-30 | 5 | -85/+247 |
* | Simplify syscall generation and ABI source file handling for the build. | bdrewery | 2015-10-13 | 20 | -202/+233 |
* | Let -c imply -S (hide signal output). | bdrewery | 2015-10-09 | 2 | -3/+3 |
* | Properly format pointer size independent CloudABI system calls. | ed | 2015-10-08 | 4 | -18/+448 |
* | Correct a comment. | bdrewery | 2015-10-08 | 1 | -1/+1 |
* | Updated depends | sjg | 2015-10-07 | 1 | -0/+2 |
* | truss: Add support for utrace(2). | bdrewery | 2015-10-06 | 4 | -3/+45 |
* | Group the decoded system calls by ABI and sort the calls within each ABI. | jhb | 2015-10-06 | 1 | -207/+214 |
* | Fix crash if a process sends itself a SIGTRAP. Just forward it as expected. | bdrewery | 2015-10-05 | 1 | -5/+2 |
* | Add decoding for modfind(2) | bdrewery | 2015-10-05 | 1 | -0/+2 |
* | Fix tracking of unknown syscalls for 'truss -c'. | bdrewery | 2015-10-05 | 4 | -47/+61 |
* | Style fix. | bdrewery | 2015-10-03 | 1 | -0/+1 |
* | Add decoding for struct statfs. | bdrewery | 2015-10-03 | 2 | -1/+30 |
* | Add aarch64 support to truss(1). | kib | 2015-10-02 | 1 | -0/+110 |
* | Make truss print CloudABI system call names. | ed | 2015-10-02 | 3 | -0/+136 |
* | Rather than groveling around in a socket address structure for a socket | jhb | 2015-10-01 | 1 | -33/+35 |
* | The id_t type used to pass IDs to wait6(2) and procctl(6) is a 64-bit | jhb | 2015-10-01 | 2 | -10/+22 |
* | - Remove extra integer argument from truncate() and ftruncate(). This is | jhb | 2015-10-01 | 1 | -5/+5 |
* | Several changes to truss. | jhb | 2015-09-30 | 16 | -2783/+1106 |
* | Trim trailing whitespace. | jhb | 2015-09-30 | 3 | -5/+5 |
* | Decode recently added procctl(2) operations. | jhb | 2015-09-29 | 1 | -1/+3 |
* | Handle the conditional decoding of execve() argument and environment | jhb | 2015-08-20 | 12 | -225/+19 |
* | Rework the argv and env string fetching for execve to be more robust. | jhb | 2015-08-20 | 1 | -26/+44 |
* | ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it. | jhb | 2015-08-19 | 1 | -2/+2 |
* | Always use %j with an intmax_t cast to print time_t values. time_t is | jhb | 2015-08-19 | 2 | -25/+28 |
* | Various style and whitespace fixes. | jhb | 2015-08-19 | 11 | -38/+63 |
* | Use nitems(). | jhb | 2015-08-19 | 10 | -17/+12 |