mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
various open flags and then tests various operations to make sure that they are properly constrained by open flags. Various I/O mechansms are tried, including aio if compiled into the kernel or loaded as a module. There's more to be done here but it's a useful start, running about 220 individual tests. This is in support of FreeBSD-SA-08:03.sendfile.
7 lines
79 B
Makefile
7 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= open_to_operation
|
|
NO_MAN=
|
|
#WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|