cosmopolitan/test/tool/build/lib
Justine Tunney 8f522cb702
Make improvements
This change progresses our AARCH64 support:

- The AARCH64 build and tests are now passing
- Add 128-bit floating-point support to printf()
- Fix clone() so it initializes cosmo's x28 TLS register
- Fix TLS memory layout issue with aarch64 _Alignas vars
- Revamp microbenchmarking tools so they work on aarch64
- Make some subtle improvements to aarch64 crash reporting
- Make kisdangerous() memory checks more accurate on aarch64
- Remove sys_open() since it's not available on Linux AARCH64

This change makes general improvements to Cosmo and Redbean:

- Introduce GetHostIsa() function in Redbean
- You can now feature check using pledge(0, 0)
- You can now feature check using unveil("",0)
- Refactor some more x86-specific asm comments
- Refactor and write docs for some libm functions
- Make the mmap() API behave more similar to Linux
- Fix WIFSIGNALED() which wrongly returned true for zero
- Rename some obscure cosmo keywords from noFOO to dontFOO
2023-06-03 08:12:22 -07:00
..
alu_test.c Make improvements 2023-06-03 08:12:22 -07:00
asmdown_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
bitscan_test.c Make improvements 2023-06-03 08:12:22 -07:00
bsu_test.c Make improvements 2023-06-03 08:12:22 -07:00
disinst_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
divmul_test.c Make improvements 2023-06-03 08:12:22 -07:00
getargs_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
interner_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
iovs_test.c Change license 2020-12-27 17:18:44 -08:00
javadown_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
machine_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
modrm_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
numbers.c Change license 2020-12-27 17:18:44 -08:00
numbers.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
optest.c Make improvements 2023-06-03 08:12:22 -07:00
optest.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
pty_test.c Mop up more test regressions 2023-05-13 01:09:44 -07:00
stripcomponents_test.c Experiment with making Python go faster 2021-08-18 21:57:11 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
xlaterrno_test.c Perform some code cleanup 2023-05-15 16:32:10 -07:00