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 spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
main.c truss: minor cleanup and pedantic warning fixes 2021-06-16 16:35:55 +01:00
Makefile Rename NO_WERROR -> MK_WERROR=no 2021-01-07 09:31:03 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
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