History log of /openbsd-current/regress/sys/net/pf_trans/dev-limit.c
Revision Date Author Comments
# 1.3 12-Jul-2023 anton

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


# 1.2 10-Jul-2023 anton

Improve err/warn messages:

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


# 1.1 06-Jul-2023 sashan

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@


# 1.2 10-Jul-2023 anton

Improve err/warn messages:

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


# 1.1 06-Jul-2023 sashan

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@