freebsd-dev/usr.bin/truss
Thomas Munro 58e3631bd0 truss: Add preadv(2) and pwritev(2).
We already knew how to decode readv(2)/writev(2).  Add the versions with
an offset.

Reviewed by:            asomers
Differential Revision:  https://reviews.freebsd.org/D27531
MFC after:              2 weeks
2023-02-21 22:40:14 +13:00
..
extern.h
main.c truss: minor cleanup and pedantic warning fixes 2021-06-16 16:35:55 +01:00
Makefile
Makefile.depend
setup.c syscallarg_t: Add a type for system call arguments 2022-03-28 19:43:03 +01:00
syscall.h kdump: Decode getitimer, setitimer which argument 2022-06-22 14:19:31 +03:00
syscalls.c truss: Add preadv(2) and pwritev(2). 2023-02-21 22:40:14 +13:00
truss.1
truss.h syscallarg_t: Add a type for system call arguments 2022-03-28 19:43:03 +01:00