aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
Commit message (Expand)AuthorAgeFilesLines
* Translate linux_newlstat name argumentJohn F. Carr2024-03-201-0/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* truss: Kill dead codeWarner Losh2023-04-211-5/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* truss: Add preadv(2) and pwritev(2).Thomas Munro2023-02-211-0/+6
* truss: remove now-unused special case for MIPSEd Maste2022-10-171-6/+1
* kdump: Decode getitimer, setitimer which argumentDmitry Chagin2022-06-222-2/+12
* truss: Make control message header parsing more robustMark Johnston2022-06-141-0/+10
* truss: add ppoll(2) argument decodingChristian Weisgerber2022-05-171-0/+3
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-284-10/+10
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-032-0/+6
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-123-7/+7
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-01-123-7/+7
* truss(1): detach more carefullyKonstantin Belousov2022-01-121-3/+16
* truss: remove write-only variableKonstantin Belousov2022-01-121-2/+0
* struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis2021-11-151-2/+2
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-12/+6
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-8/+14
* Drop cloudabiKonstantin Belousov2021-09-213-296/+1
* lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro2021-08-221-1/+1
* truss: minor cleanup and pedantic warning fixesAlex Richardson2021-06-162-30/+44
* truss: fix handling of 64-bit arguments/return values for compat32Alex Richardson2021-06-161-23/+17
* truss: Decode FreeBSD 11 mknod(2) and mknodat(2)Mark Johnston2021-05-121-2/+6
* truss: Add missing underscore to compat_prefix for FreeBSD32Alex Richardson2021-05-111-1/+1
* poll(2): Add POLLRDHUP.Thomas Munro2021-04-281-1/+1
* truss: improved support for decoding compat32 argumentsAlex Richardson2021-03-253-45/+87
* truss: split counting of syscalls and syscall calling conventionAlex Richardson2021-03-044-63/+67
* truss: Decode sendfile(2) argumentsMark Johnston2021-02-052-0/+24
* 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