cosmopolitan/test/libc/runtime
Justine Tunney 69f4152f38 Always initialize thread local storage
We had previously not enabled TLS in MODE=tiny in order to keep the
smallest example programs (e.g. life.com) just 16kb in size. But it
was error prone doing that, so now we just always enable it because
this change uses hacks to ensure it won't increase life.com's size.

This change also fixes a bug on NetBSD, where signal handlers would
break thread local storage if SA_SIGINFO was being used. This looks
like it might be a bug in NetBSD, but it's got a simple workaround.
2022-07-19 00:21:46 -07:00
..
ape_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
arch_prctl_test.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
clone_test.c Simplify TLS and reduce startup latency 2022-07-18 04:10:54 -07:00
fork_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
getdosargv_test.c Make improvements 2022-04-28 09:57:07 -07:00
getdosenviron_test.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
grow_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
itsatrap_test.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
memtrack_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
mmap_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
mprotect_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
munmap_test.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
test.mk Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00