aboutsummaryrefslogtreecommitdiff
path: root/tools/include/nolibc/time.h
AgeCommit message (Expand)AuthorFilesLines
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh1-20/+20
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh1-14/+14
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh1-0/+18
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh1-58/+6
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh1-18/+18
2025-11-20tools/nolibc: remove more __nolibc_enosys() fallbacksThomas Weißschuh1-12/+4
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from time64-related functionsThomas Weißschuh1-6/+2
2025-08-17tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh1-2/+3
2025-07-06tools/nolibc: add support for clock_nanosleep() and nanosleep()Thomas Weißschuh1-0/+34
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh1-0/+7
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh1-0/+86
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh1-0/+92
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh1-3/+3
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau1-0/+3
2022-04-20tools/nolibc/time: create time.h with time()Willy Tarreau1-0/+28