remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl] / src / aio / aio.c
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2020-12-08 Rich Felkerdrop use of pthread_once for aio thread stack size...
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2018-12-11 Rich Felkeron failed aio submission, set aiocb error and return...
2018-12-11 Rich Felkerdon't create aio queue/map structures for invalid file...
2018-12-11 Rich Felkermove aio queue allocation from io thread to submitting...
2018-12-10 Rich Felkerfix and future-proof against stack overflow in aio...
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-14 Rich Felkerfix type error (arch-dependent) in new aio code
2015-02-13 Rich Felkeroverhaul aio implementation for correctness