cosmopolitan/libc/time
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
..
struct Rename hidden keyword to _Hide 2022-11-08 12:55:28 -08:00
asctime.c Get repository to build with GCC 11 2022-09-13 04:14:55 -07:00
clockstonanos.internal.h Improve locks and signals 2022-04-12 05:20:17 -07:00
ctime.c Fix Landlock Make so it can read pattern rule vars 2022-08-13 17:23:05 -07:00
ctime_r.c Get repository to build with GCC 11 2022-09-13 04:14:55 -07:00
difftime.c Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
dsleep.c Reduce build graph by another eight percent 2022-08-13 13:11:56 -07:00
futimesat.c Reduce build graph by another eight percent 2022-08-13 13:11:56 -07:00
iso8601.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
iso8601us.c Make fixes and improvements 2022-11-08 10:11:46 -08:00
kmonthname.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kmonthnameshort.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kweekdayname.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
kweekdaynameshort.S Add ASAN guards to some asm data structures 2022-03-18 13:02:57 -07:00
localtime.c Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
strftime.c Run clang-format on most sources 2023-04-27 05:44:32 -07:00
strptime.c Revert "Use 64-bit years" 2022-05-12 06:45:36 -07:00
time.h Make improvements 2023-06-03 08:12:22 -07:00
time.mk Get llama.com building as an aarch64 native binary 2023-05-10 04:20:47 -07:00
times.c Reduce Makefile dependencies by 4% 2022-05-23 15:07:01 -07:00
timezone.c Make improvements 2022-04-28 09:57:07 -07:00
tz.internal.h Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
tzfile.internal.h Make improvements 2022-04-27 05:39:39 -07:00
xiso8601.c Make fixes and improvements 2022-10-19 07:19:19 -07:00