aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/aio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: userspace files should call libc directlyJeff Dike1-2/+2
2007-10-16uml: style fixes pass 3Jeff Dike1-53/+59
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-1/+0
2007-10-16uml: throw out CHOOSE_MODEJeff Dike1-5/+0
2007-07-24uml: fix aio compilation bugJeff Dike1-30/+17
2007-07-16uml: simplify helper stack handlingJeff Dike1-5/+6
2007-05-07uml: aIO deadlock avoidanceJeff Dike1-0/+5
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-16/+20
2007-05-07uml: tidy libc codeJeff Dike1-14/+6
2007-02-11[PATCH] uml: AIO locking and tidyingJeff Dike1-7/+9
2006-01-06[PATCH] uml: Formatting changesJeff Dike1-233/+232
2006-01-06[PATCH] uml: non-void functions should return somethingJeff Dike1-0/+2
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike1-1/+0
2005-10-12[PATCH] uml: revert block driver use of host AIOJeff Dike1-111/+94
2005-09-21[PATCH] uml: comment about cast build fixPaolo 'Blaisorblade' Giarrusso1-0/+1
2005-09-17[PATCH] uml: return a real error codeJeff Dike1-0/+2
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike1-2/+3
2005-09-17[PATCH] uml: Remove some build warningsJeff Dike1-1/+1
2005-09-05[PATCH] uml: add host AIO support to block driverJeff Dike1-95/+111
2005-09-05[PATCH] uml: use host AIO supportJeff Dike1-0/+398