cosmopolitan/tool/build/emubin
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
..
emubin.mk Use private keyword on makefile target variables 2022-08-10 18:36:11 -07:00
linmap.c Change license 2020-12-27 17:18:44 -08:00
mdatest.real.c Improve synchronization 2022-04-15 15:31:55 -07:00
metalsha256.c Add Intel intrinsics headers 2023-04-27 05:44:38 -07:00
metalsha256.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
mips.c Change license 2020-12-27 17:18:44 -08:00
pi.c Change license 2020-12-27 17:18:44 -08:00
poke.h Add Conway's Game of Life 2020-11-18 08:26:03 -08:00
prime.c Change noinline to dontinline (#312) 2021-11-12 15:12:18 -08:00
real.h Add The LISP Challenge 2020-10-01 01:20:13 -07:00
realstart.inc Replace .pushsection directives (#30) 2021-01-10 13:36:31 -08:00
sha256.c Change license 2020-12-27 17:18:44 -08:00
spiral.c Make improvements 2023-06-03 08:12:22 -07:00