History log of /openbsd/regress/sys/kern/clock_gettime/monotonicrelapse.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 49a6e16f 13-Dec-2021 deraadt <deraadt@openbsd.org>

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


# c4e5d4f5 17-Jun-2019 anton <anton@openbsd.org>

improve clock_gettime regress:

* fix compilation error due to missing cast
* do not run sysctl during make clean and the other common regress cleanup
targets
* make it work using a separate object

improve clock_gettime regress:

* fix compilation error due to missing cast
* do not run sysctl during make clean and the other common regress cleanup
targets
* make it work using a separate object directory

show more ...


# 345f6e55 14-Jun-2019 cheloha <cheloha@openbsd.org>

new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotonic

suggested by kettenis@, tweaked by anton@.

ok mpi@ jca@