summaryrefslogtreecommitdiff
path: root/src/aio
AgeCommit message (Expand)AuthorLines
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-2/+2
2013-06-16fix invalid access in aio notificationRich Felker-1/+1
2013-06-16fix uninitialized variable in lio (aio) codeRich Felker-1/+1
2013-01-13fix lio_listio return value in LIO_WAIT modeSzabolcs Nagy-1/+1
2012-12-04use alternate argument syntax for restrict with lio_listioRich Felker-1/+1
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+6
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-2/+2
2011-09-28stupid typo (caused by rather ugly spelling in POSIX..) in aioRich Felker-1/+1
2011-09-16fix idiotic const-correctness error in lio_listioRich Felker-1/+1
2011-09-14fix inconsistent signature for aio_errorRich Felker-1/+1
2011-09-13fix return types for aio_read and aio_write againRich Felker-2/+2
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-1/+1
2011-09-09implement POSIX asynchronous ioRich Felker-0/+338