summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/aio.c
Commit message (Expand)AuthorAgeFilesLines
* um: Cleanup SIGTERM handlingRichard Weinberger2013-09-071-3/+2Star
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-4/+4
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-2/+0Star
* uml: style fixes in arch/um/os-LinuxJeff Dike2008-02-081-1/+1
* uml: tidy kern_util.hJeff Dike2008-02-051-0/+1
* uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2007-12-181-2/+2
* uml: userspace files should call libc directlyJeff Dike2007-10-161-2/+2
* uml: style fixes pass 3Jeff Dike2007-10-161-53/+59
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-1/+0Star
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-5/+0Star
* uml: fix aio compilation bugJeff Dike2007-07-241-30/+17Star
* uml: simplify helper stack handlingJeff Dike2007-07-161-5/+6
* uml: aIO deadlock avoidanceJeff Dike2007-05-071-0/+5
* uml: convert libc layer to call read and writeJeff Dike2007-05-071-16/+20
* uml: tidy libc codeJeff Dike2007-05-071-14/+6Star
* [PATCH] uml: AIO locking and tidyingJeff Dike2007-02-111-7/+9
* [PATCH] uml: Formatting changesJeff Dike2006-01-061-233/+232Star
* [PATCH] uml: non-void functions should return somethingJeff Dike2006-01-061-0/+2
* [PATCH] uml: separate libc-dependent helper codeJeff Dike2005-11-071-1/+0Star
* [PATCH] uml: revert block driver use of host AIOJeff Dike2005-10-121-111/+94Star
* [PATCH] uml: comment about cast build fixPaolo 'Blaisorblade' Giarrusso2005-09-221-0/+1
* [PATCH] uml: return a real error codeJeff Dike2005-09-171-0/+2
* [PATCH] uml: preserve errno in error pathsJeff Dike2005-09-171-2/+3
* [PATCH] uml: Remove some build warningsJeff Dike2005-09-171-1/+1
* [PATCH] uml: add host AIO support to block driverJeff Dike2005-09-051-95/+111
* [PATCH] uml: use host AIO supportJeff Dike2005-09-051-0/+398