summaryrefslogtreecommitdiff
path: root/usr.bin/truss
AgeCommit message (Expand)Author
2025-10-31truss: Properly display first argument to nmountTiago Gasiba
2025-07-04truss: Add a decoder for inotify_add_watch_at(2)Mark Johnston
2025-06-18truss.1: Reference sysdecode(3)Mateusz Piotrowski
2024-11-25truss: Fix grammar in error messagesCy Schubert
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-21Translate linux_newlstat name argumentJohn F. Carr
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-21truss: Kill dead codeWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-02-21truss: Add preadv(2) and pwritev(2).Thomas Munro
2022-10-17truss: remove now-unused special case for MIPSEd Maste
2022-06-22kdump: Decode getitimer, setitimer which argumentDmitry Chagin
2022-06-14truss: Make control message header parsing more robustMark Johnston
2022-05-17truss: add ppoll(2) argument decodingChristian Weisgerber
2022-03-28syscallarg_t: Add a type for system call argumentsBrooks Davis
2022-03-03fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik
2022-01-12Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis
2022-01-12syscallarg_t: Add a type for system call argumentsBrooks Davis
2022-01-12truss(1): detach more carefullyKonstantin Belousov
2022-01-12truss: remove write-only variableKonstantin Belousov
2021-11-15struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis
2021-09-23truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard
2021-09-23truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard
2021-09-22Drop cloudabiKonstantin Belousov
2021-08-22lio_listio(2): Allow LIO_READV and LIO_WRITEV.Thomas Munro
2021-06-16truss: minor cleanup and pedantic warning fixesAlex Richardson
2021-06-16truss: fix handling of 64-bit arguments/return values for compat32Alex Richardson
2021-05-12truss: Decode FreeBSD 11 mknod(2) and mknodat(2)Mark Johnston
2021-05-11truss: Add missing underscore to compat_prefix for FreeBSD32Alex Richardson
2021-04-28poll(2): Add POLLRDHUP.Thomas Munro
2021-03-25truss: improved support for decoding compat32 argumentsAlex Richardson
2021-03-04truss: split counting of syscalls and syscall calling conventionAlex Richardson
2021-02-05truss: Decode sendfile(2) argumentsMark Johnston
2021-01-21Rename i386's Linux ELF to Linux ELF32Jessica Clarke
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2020-12-10truss: Add AIO syscalls.Thomas Munro
2020-12-09kdump/truss: decode new _umtx_op flagsKyle Evans
2020-10-05Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller
2020-07-05truss: print more information about traced sysctlsPawel Biernacki
2020-05-21Decode the file descriptor argument to closefrom(2) as an Integer.Christian S.J. Peron
2020-02-20vfs: add realpathat syscallMateusz Guzik
2020-02-19truss: fix shm_open2 oversight (BinString -> Name)Kyle Evans
2020-02-19truss: decode shm_open2Kyle Evans
2020-02-07Miscellaneous typo fixesEd Maste
2019-10-31truss: centralize pointer-constructing casts.Brooks Davis
2019-10-03Fix a typo in a comment.John Baldwin