]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
truss: Add preadv(2) and pwritev(2).
authorThomas Munro <tmunro@FreeBSD.org>
Tue, 21 Feb 2023 09:40:14 +0000 (22:40 +1300)
committerThomas Munro <tmunro@FreeBSD.org>
Tue, 21 Feb 2023 09:40:14 +0000 (22:40 +1300)
commit58e3631bd08cf539668951c93ee2e943f963ea05
tree7cd1e452860798da4c689756361825a5837fe31c
parent9c474dc51b0b09ff81339caee6772e454dd470e4
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
usr.bin/truss/syscalls.c