History log of /openbsd-src/regress/sys/net/pf_trans/dev-limit.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 4c75a3c1 12-Jul-2023 anton <anton@openbsd.org>

Report fork errors as this test is likely to hit the default
kern.maxproc limit.


# b6a86f14 10-Jul-2023 anton <anton@openbsd.org>

Improve err/warn messages:

* The colon space separator is already appended by err/warn.
* Favor err(1, NULL) for malloc errors.


# e8c6dd7b 06-Jul-2023 sashan <sashan@openbsd.org>

adding regression tests:
to verify limit on tickets progam can retrieve
by DIOCXGETRULES. Ad

tests which verify DIOCXEND works as expected, that program
can release ticket obtained b

adding regression tests:
to verify limit on tickets progam can retrieve
by DIOCXGETRULES. Ad

tests which verify DIOCXEND works as expected, that program
can release ticket obtained by earlier call to DIOCGETRULES

improvements from anton@

OK anton@, bluhm@

show more ...