cosmopolitan/test/libc/mem
Justine Tunney 3f0bcdc3ef
Improve cancellations, randomness, and time
- Exhaustively document cancellation points
- Rename SIGCANCEL to SIGTHR just like BSDs
- Further improve POSIX thread cancellations
- Ensure asynchronous cancellations work correctly
- Elevate the quality of getrandom() and getentropy()
- Make futexes cancel correctly on OpenBSD 6.x and 7.x
- Add reboot.com and shutdown.com to examples directory
- Remove underscore prefix from awesome timespec_*() APIs
- Create assertions that help verify our cancellation points
- Remove bad timespec APIs (cmp generalizes eq/ne/gt/gte/lt/lte)
2022-11-05 23:45:32 -07:00
..
prog Improve pledge() and unveil() 2022-07-18 07:58:20 -07:00
arena_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
arraylist_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
bisectcarleft_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
critbit0_test.c Remove testonly keyword 2022-09-05 08:41:43 -07:00
djbsort_test.c Rename rand64() to _rand64() 2022-10-10 04:12:06 -07:00
malloc_test.c Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
qsort_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
realloc_in_place_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
replacestr_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
reverse_test.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
sortedints_test.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
strdup_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
tarjan_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
test.mk Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00