mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 11:26:43 +00:00
- On Windows connect() can now be interrupted by a signal; connect() w/ O_NONBLOCK will now raise EINPROGRESS; and connect() with SO_SNDTIMEO will raise ETIMEDOUT after the interval has elapsed. - We now get the AcceptEx(), ConnectEx(), and TransmitFile() functions from the WIN32 API the officially blessed way, using WSAIoctl(). - Do nothing on Windows when fsync() is called on a directory handle. This was raising EACCES earlier becaues GENERIC_WRITE is required on the handle. It's possible to FlushFileBuffers() a directory handle if it's opened with write access but MSDN doesn't document what it does. If you have any idea, please let us know! - Prefer manual reset event objects for read() and write() on Windows. - Do some code cleanup on our dlmalloc customizations. - Fix errno type error in Windows blocking routines. - Make the futex polyfill simpler and faster. |
||
|---|---|---|
| .. | ||
| crypt_test.c | ||
| devrand_test.c | ||
| dirstream_test.c | ||
| dtoa_test.c | ||
| dumphexc_test.c | ||
| ecvt_test.c | ||
| fds_torture_test.c | ||
| fgetln_test.c | ||
| fgets_test.c | ||
| fgetwc_test.c | ||
| fmemopen_test.c | ||
| fmt_test.c | ||
| fprintf_test.c | ||
| fputc_test.c | ||
| fputs_test.c | ||
| fread_test.c | ||
| freopen_test.c | ||
| fseeko_test.c | ||
| ftell_test.c | ||
| fwrite_test.c | ||
| getdelim_test.c | ||
| getentropy_test.c | ||
| gz_test.c | ||
| iconv_test.c | ||
| joinstrlist_test.c | ||
| memory_test.c | ||
| mt19937_test.c | ||
| palandprintf_test.c | ||
| popen_test.c | ||
| rand_test.c | ||
| rngset_test.c | ||
| snprintf_test.c | ||
| sprintf_s.inc | ||
| sprintf_s_test.c | ||
| sscanf_test.c | ||
| test.mk | ||
| tmpfile_test.c | ||
| ungetc_test.c | ||
| vappendf_test.c | ||
| zipdir_test.c | ||