summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/clock_gettime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve clock_gettime regress:anton2019-06-172-4/+7
| | | | | | | * 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
* new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotoniccheloha2019-06-142-0/+116
suggested by kettenis@, tweaked by anton@. ok mpi@ jca@