cosmopolitan/test/libc/mem
Justine Tunney 853b6c3864 Improve system calls
- Wrap clock_getres()
- Wrap sched_setscheduler()
- Make sleep() api conformant
- Polyfill sleep() using select()
- Improve clock_gettime() polyfill
- Make nanosleep() POSIX conformant
- Slightly improve some DNS functions
- Further strengthen pledge() sandboxing
- Improve rounding of timeval / timespec
- Allow layering of pledge() calls on Linux
- Polyfill sched_yield() using select() on XNU
- Delete more system constants we probably don't need
2022-07-08 06:42:03 -07:00
..
arena_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
malloc_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
pledge_test.c Improve system calls 2022-07-08 06:42:03 -07:00
realloc_in_place_test.c Improve Python tree-shaking 2021-09-06 19:24:10 -07:00
strdup_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Strengthen the pledge() polyfill 2022-06-27 13:02:17 -07:00