cosmopolitan/test
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
..
dsp ttyraster: reset ANSI attributes after each line (#469) 2022-07-09 01:38:35 -07:00
libc Always initialize thread local storage 2022-07-19 00:21:46 -07:00
net Add tcp syn packet fingerprinting to redbean 2022-07-17 02:43:49 -07:00
tool Limit pledge.com default virtual mem to total ram 2022-07-15 06:53:01 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00