cosmopolitan/test/libc/stdio
Justine Tunney 933411ba99 Improve synchronization
- Fix bugs in kDos2Errno definition
- malloc() should now be thread safe
- Fix bug in rollup.com header generator
- Fix open(O_APPEND) on the New Technology
- Fix select() on the New Technology and test it
- Work towards refactoring i/o for thread safety
- Socket reads and writes on NT now poll for signals
- Work towards i/o completion ports on the New Technology
- Make read() and write() intermittently check for signals
- Blinkenlights keyboard i/o so much better on NT w/ poll()
- You can now poll() files and sockets at the same time on NT
- Fix bug in appendr() that manifests with dlmalloc footers off
2022-04-15 15:31:55 -07:00
..
dirstream_test.c Improve system call support on NT 2022-04-07 20:30:04 -07:00
dumphexc_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fgets_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fgetwc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fmemopen_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fputc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fputs_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
freopen_test.c Fix freopen so it resets stream buffer (#61) 2021-03-07 12:12:02 -08:00
ftell_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fwrite_test.c Improve synchronization 2022-04-15 15:31:55 -07:00
getdelim_test.c Make improvements 2022-03-16 13:40:10 -07:00
mkostempsm_test.c Fix some win32 definitions 2022-03-22 19:54:36 -07:00
popen_test.c Fix popen_test in MODE=dbg 2021-05-01 17:13:48 -07:00
spawn_test.c Fix writev() on the New Technology (#117) 2021-03-09 11:33:48 -08:00
system_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Make improvements to redbean 2021-07-10 15:19:37 -07:00
tmpfile_test.c Polyfill SIGCHLD on the New Technology 2022-03-22 21:31:12 -07:00
ungetc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
vappendf_test.c Improve synchronization 2022-04-15 15:31:55 -07:00