mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
49b0eaa69f
- 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. |
||
---|---|---|
.. | ||
async_test.c | ||
makecontext_test.c | ||
mu_semaphore_sem_test.c | ||
nsync_test.c | ||
pthread_atfork_test.c | ||
pthread_attr_setsigmask_np_test.c | ||
pthread_barrier_wait_test.c | ||
pthread_cancel_test.c | ||
pthread_cond_signal_test.c | ||
pthread_create_test.c | ||
pthread_detach_test.c | ||
pthread_exit_test.c | ||
pthread_key_create_test.c | ||
pthread_kill_test.c | ||
pthread_rwlock_rdlock_test.c | ||
pthread_setname_np_test.c | ||
sem_open_test.c | ||
sem_timedwait_test.c | ||
setitimer_test.c | ||
test.mk |