Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For Unix, refactor OSSL_sleep() to use nanosleep() instead of usleep() | Richard Levitte | 2024-05-22 | 1 | -13/+42 |
* | Copyright year updates | Matt Caswell | 2024-04-09 | 1 | -1/+1 |
* | NonStop: Do not call sleep() with a 0 value | Randall S. Becker | 2024-04-05 | 1 | -1/+2 |
* | Correct OSSL_sleep for NonStop PUT model by introducing sleep(). | Randall S. Becker | 2024-03-23 | 1 | -10/+1 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | OSSL_sleep(): Calling sleep() function if sleepTime > 1sec | Rajarshi Karmakar | 2023-05-30 | 1 | -1/+6 |
* | Fix UEFI support on win32 | Aidan Khoury | 2023-04-13 | 1 | -1/+1 |
* | sleep.c: Limit the sleep time instead of sleeping for days or even years | Tomas Mraz | 2023-03-18 | 1 | -32/+12 |
* | Rename ossl_sleep() to OSSL_sleep() and make it public | Richard Levitte | 2022-10-06 | 1 | -0/+110 |