cosmopolitan/test/libc/mem
Justine Tunney 18bb5888e1
Make more fixes and improvements
- Remove PAGESIZE constant
- Fix realloc() documentation
- Fix ttyname_r() error reporting
- Make forking more reliable on Windows
- Make execvp() a few microseconds faster
- Make system() a few microseconds faster
- Tighten up the socket-related magic numbers
- Loosen restrictions on mmap() offset alignment
- Improve GetProgramExecutableName() with getenv("_")
- Use mkstemp() as basis for mktemp(), tmpfile(), tmpfd()
- Fix flakes in pthread_cancel_test, unix_test, fork_test
- Fix recently introduced futex stack overflow regression
- Let sockets be passed as stdio to subprocesses on Windows
- Improve security of bind() on Windows w/ SO_EXCLUSIVEADDRUSE
2023-07-29 18:44:15 -07:00
..
prog Improve pledge() and unveil() 2022-07-18 07:58:20 -07:00
critbit0_test.c Remove testonly keyword 2022-09-05 08:41:43 -07:00
djbsort_test.c Make considerably more progress on AARCH64 2023-05-12 22:42:57 -07:00
malloc_test.c Make more fixes and improvements 2023-07-29 18:44:15 -07:00
qsort_test.c Make improvements 2023-07-10 04:35:14 -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
test.mk Clean up more code 2023-06-18 01:00:05 -07:00