summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/file.c
Commit message (Expand)AuthorAgeFilesLines
* um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-271-0/+10
* um: Compile with modern headersJason A. Donenfeld2018-03-291-0/+1
* um: Update UBD to use pread/pwrite family of functionsAnton Ivanov2016-01-101-0/+19
* um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse2015-06-251-0/+1
* um: Memory corruption on startupAnton Ivanov2014-04-201-0/+6
* um: ubd: Add REQ_FLUSH suppportRichard Weinberger2013-09-071-0/+9
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-1/+1
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-2/+0
* Deal with missing exports for hostfsAl Viro2010-08-091-0/+15
* uml: implement O_APPENDJeff Dike2008-02-051-0/+2
* uml: style fixes in file.cJeff Dike2008-02-051-114/+118
* uml: miscellaneous code cleanupsJeff Dike2008-02-051-27/+11
* uml: tidy kern_util.hJeff Dike2008-02-051-1/+0
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-051-7/+7
* uml: fix recvmsg return value checkingJeff Dike2007-11-141-2/+1
* uml: userspace files should call libc directlyJeff Dike2007-10-161-57/+45
* uml: remove os_* usage from userspace filesJeff Dike2007-10-161-11/+0
* uml: style fixes pass 3Jeff Dike2007-10-161-2/+2
* uml: tidy recently-moved codeJeff Dike2007-10-161-13/+0
* uml: use correct type in BLKGETSIZE ioctlNicolas George2007-09-191-1/+2
* uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike2007-05-071-50/+0
* uml: start fixing os_read_file and os_write_fileJeff Dike2007-05-071-0/+18
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* [PATCH] uml: libc-dependent code should call libc directlyJeff Dike2007-02-111-19/+0
* [PATCH] uml: add some EINTR protectionJeff Dike2006-07-101-4/+2
* [PATCH] uml: formatting fixesJeff Dike2006-07-101-71/+66
* [PATCH] uml: error handling fixesJeff Dike2006-05-011-1/+1
* [PATCH] uml: os_connect_socket error path fixupPaolo 'Blaisorblade' Giarrusso2006-02-241-5/+14
* [PATCH] uml: preserve errno in error pathsJeff Dike2005-09-171-51/+31
* [PATCH] uml: compile fixes for gcc 4Jeff Dike2005-06-081-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+680