getopt: fix null pointer arithmetic ub
[musl] / src / aio /
2022-10-19 Rich Felkerfix AS-safety of close when aio is in use and fd map...
2022-10-19 Alexey Izbyshevfix use of uninitialized dummy_fut in aio_suspend
2022-10-19 Rich Felkerfix potential deadlock between multithreaded fork and aio
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
2019-10-28 Rich Felkerdisable lfs64 aliases for remapped time64 functions
2019-07-10 Samuel Hollandfix restrict violations in internal use of several...
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
2018-09-12 Rich Felkermove additional pthread internal declarations to pthrea...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkermake aio_suspend a cancellation point and properly...
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-14 Rich Felkerfix type error (arch-dependent) in new aio code
2015-02-13 Rich Felkeroverhaul aio implementation for correctness
2014-09-05 Szabolcs Nagyadd missing legacy LFS *64 symbol aliases
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-06-16 Rich Felkerfix invalid access in aio notification
2013-06-16 Rich Felkerfix uninitialized variable in lio (aio) code
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyfix lio_listio return value in LIO_WAIT mode
2012-12-05 Rich Felkeruse alternate argument syntax for restrict with lio_listio
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-09-28 Rich Felkerstupid typo (caused by rather ugly spelling in POSIX...
2011-09-16 Rich Felkerfix idiotic const-correctness error in lio_listio
2011-09-14 Rich Felkerfix inconsistent signature for aio_error
2011-09-14 Rich Felkerfix return types for aio_read and aio_write again
2011-09-14 Rich Felkerfix various errors in function signatures/prototypes...
2011-09-09 Rich Felkerimplement POSIX asynchronous io