1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/usr.bin/truss
Alex Richardson 6e2b0498aa truss: minor cleanup and pedantic warning fixes
Noticed while porting the recent truss compat32 changes to CheriBSD.
This also fixes i386 tracing by zero-extending user addresses instead
of sign-extending them.

Reviewed By:	jhb
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D30211

(cherry picked from commit 31dddc6a19)
2021-07-05 10:46:12 +01:00
..
extern.h
main.c truss: minor cleanup and pedantic warning fixes 2021-07-05 10:46:12 +01:00
Makefile Rename NO_WERROR -> MK_WERROR=no 2021-01-07 09:31:03 +00:00
Makefile.depend
setup.c truss: Add missing underscore to compat_prefix for FreeBSD32 2021-05-11 10:54:06 +01:00
syscall.h truss: split counting of syscalls and syscall calling convention 2021-05-11 09:39:23 +01:00
syscalls.c truss: minor cleanup and pedantic warning fixes 2021-07-05 10:46:12 +01:00
truss.1
truss.h truss: improved support for decoding compat32 arguments 2021-05-11 09:39:24 +01:00