cosmopolitan/test/libc
Justine Tunney 19c81863a3
Improve crash backtrace reliability
We're now able to pretty print a C++ backtrace upon crashing in pretty
much any runtime execution scenario. The default pledge sandbox policy
on Linux is now to return EPERM. If you call pledge and have debugging
functions linked (e.g. GetSymbolTable) then the symbol table shall get
loaded before any security policy is put in place. This change updates
build/bootstrap/fixupobj too and fixes some other sneaky build errors.
2024-05-07 18:10:28 -07:00
..
calls Improve crash backtrace reliability 2024-05-07 18:10:28 -07:00
fmt Implement proper time zone support 2024-05-04 23:06:37 -07:00
intrin Implement proper time zone support 2024-05-04 23:06:37 -07:00
log Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
mem Implement proper time zone support 2024-05-04 23:06:37 -07:00
nexgen32e Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
proc Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
release Implement proper time zone support 2024-05-04 23:06:37 -07:00
runtime Remove zlib namespacing (#1142) 2024-05-03 08:07:25 -07:00
sock Implement proper time zone support 2024-05-04 23:06:37 -07:00
stdio Implement proper time zone support 2024-05-04 23:06:37 -07:00
str Make old C++ demangler asynchronous signal safe 2024-05-07 03:41:33 -07:00
thread Implement proper time zone support 2024-05-04 23:06:37 -07:00
time Implement proper time zone support 2024-05-04 23:06:37 -07:00
tinymath Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
x Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
xed Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
BUILD.mk Use DNS implementation from Musl Libc 2023-12-28 23:04:35 -08:00