mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Allow multiple vector IOs to be started with one system call. aio_readv() and aio_writev() already used these opcodes under the covers. This commit makes them available to user space. Being non-standard extensions, they're only visible if __BSD_VISIBLE is defined, like the functions. Reviewed by: asomers, kib MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D31627 |
||
|---|---|---|
| .. | ||
| extern.h | ||
| main.c | ||
| Makefile | ||
| Makefile.depend | ||
| setup.c | ||
| syscall.h | ||
| syscalls.c | ||
| truss.1 | ||
| truss.h | ||