cosmopolitan/libc/intrin/aarch64
Justine Tunney 425c055116
Make improvements
- Polyfill readlink("foo/") dir check on Windows
- Support asynchronous signal delivery on Windows
- Restore Windows Console from execve() daisy chain
- Work around bug in AARCH64 Optimized Routines memcmp()
- Disable unbourne.com shell completion on Windows for now
- Don't always set virtual terminal input state on console
- Remove Musl Libc's unusual preservation of realpath("//")
- Make realpath() strongly link malloc() to pass configure test
- Delete cosh.com shell, now that unbourne.com works on Windows!
2023-09-06 22:48:05 -07:00
..
asmdefs.internal.h Fix memmove() alias on aarch64 with --ftrace 2023-06-06 00:39:55 -07:00
memchr.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
memcpy.S Fix memmove() alias on aarch64 with --ftrace 2023-06-06 00:39:55 -07:00
memrchr.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
memset.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
stpcpy.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strchr.S Create ELF aliases for identical symbols 2023-06-06 03:33:49 -07:00
strchrnul.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strcmp.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strcpy.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strlen.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strncmp.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strnlen.S Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
strrchr.S Create ELF aliases for identical symbols 2023-06-06 03:33:49 -07:00