cosmopolitan/test/tool/net
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
..
argon2_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
base64_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
encodejson_test.lua Fix JSON single quote escaping (fixes #512) 2022-08-31 07:53:57 -05:00
encodelua_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
futex_test.lua Fix naming for redbean shared memory atomics 2022-10-06 09:41:22 -07:00
jsonorg_fail_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsonorg_pass_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_fail1_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_fail2_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_fail3_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_fail4_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_okay_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
jsontestsuite_pass_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
lfuncs_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
ljson_test.lua Fix JSON single quote escaping (fixes #512) 2022-08-31 07:53:57 -05:00
lre_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
lua_test.lua Rename MapContentType to ProgramContentType (#570) 2022-08-24 09:35:17 -07:00
lunix_test.lua Make improvements 2023-06-03 08:12:22 -07:00
mapshared_test.lua Add shared memory hit counter example to redbean 2022-10-08 08:39:13 -07:00
md5_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
path_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
redbean_test.c Make improvements 2023-06-03 08:12:22 -07:00
sha_test.lua Refactor pledge() to be more configurable 2022-08-11 11:35:30 -07:00
slurp_test.lua Add automatic TMPDIR setup/teardown to GNU Make 2022-08-14 02:03:41 -07:00
spinlock_test.lua Add shared memory apis to redbean 2022-10-06 04:55:26 -07:00
sqlite_test.c Update tests and CPU detection for Blink 2023-01-18 00:56:09 -08:00
test.mk Make improvements 2023-06-03 08:12:22 -07:00