cosmopolitan/libc/stdio/unlocked
Justine Tunney ec2cb88058 Make fixes and improvements
- Document more compiler flags
- Expose new __print_maps() api
- Better overflow checking in mmap()
- Improve the shell example somewhat
- Fix minor runtime bugs regarding stacks
- Make kill() on fork()+execve()'d children work
- Support CLONE_CHILD_CLEARTID for proper joining
- Fix recent possible deadlock regression with --ftrace
2022-05-19 16:57:49 -07:00
..
clearerr_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
feof_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
ferror_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fflush_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fgetc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fgets_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fgetwc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fgetws_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fileno_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fputc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fputs_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fputwc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fputws_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fread_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
fwrite_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
getc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
getchar_unlocked.S Fix stdio regression 2022-05-19 00:51:15 -07:00
getwc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
getwchar_unlocked.S Fix stdio regression 2022-05-19 00:51:15 -07:00
putc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
putchar_unlocked.S Fix stdio regression 2022-05-19 00:51:15 -07:00
putwc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
putwchar_unlocked.S Fix stdio regression 2022-05-19 00:51:15 -07:00
stdio_unlock.S Make fixes and improvements 2022-05-19 16:57:49 -07:00
ungetc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00
ungetwc_unlocked.S Add raw memory visualization tool to redbean 2022-05-14 04:33:58 -07:00