History log of /openbsd-current/regress/sys/kern/select/select_close.c
Revision Date Author Comments
# 1.3 24-Dec-2021 visa

Replace wait channel polling with simple sleep for portability.


# 1.2 27-Nov-2021 visa

Fix timeouts in poll/select regress tests

Disable poll/select timeout so that the wchan wait would work as
intended. The timeout is not essential to the test flow. In addition,
the top-level alarm timer prevents the tests from getting stuck should
something go wrong.


# 1.1 21-Nov-2021 visa

Add tests for concurrent closing of a poll/select monitored fd.