summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/helper.c
Commit message (Expand)AuthorAgeFilesLines
* um: Fix waitpid() usage in helper codeRichard Weinberger2015-10-191-3/+3
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-3/+3
* um: -include user.h for USER_OBJ, trim includesAl Viro2011-11-021-2/+0
* uml: helper.c warning correctionsVitaliy Ivanov2011-07-251-2/+2
* uml: Fix build breakage after slab.h changesJan Kiszka2010-04-191-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* includecheck fix: um, helper.cJaswinder Singh Rajput2009-09-201-1/+0
* uml: PATH_MAX needs limits.hIngo Molnar2008-06-061-0/+1
* uml: fix build when SLOB is enabledJeff Dike2008-05-131-2/+2
* uml: fix build errorIngo Molnar2008-04-261-0/+1
* uml: tidy helper codeJeff Dike2008-02-051-44/+30
* uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka2007-12-171-11/+27
* uml: userspace files should call libc directlyJeff Dike2007-10-161-3/+5
* uml: Eliminate kernel allocator wrappersJeff Dike2007-07-161-2/+2
* uml: simplify helper stack handlingJeff Dike2007-07-161-12/+7
* uml: convert libc layer to call read and writeJeff Dike2007-05-071-2/+3
* uml: tidy libc codeJeff Dike2007-05-071-3/+6
* uml: remove page_size()Jeff Dike2007-05-071-2/+3
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: delete unused codeJeff Dike2007-05-071-11/+0
* [PATCH] uml: make execvp safe for our usagePaolo 'Blaisorblade' Giarrusso2006-11-251-4/+10
* [PATCH] uml: cleanup run_helper() API to fix a leakPaolo 'Blaisorblade' Giarrusso2006-10-201-4/+3
* [PATCH] uml: code convention cleanup of a filePaolo 'Blaisorblade' Giarrusso2006-10-201-25/+28
* [PATCH] uml: Fix handling of failed execs of helpersJeff Dike2006-09-261-11/+11
* [PATCH] uml: fix hang on run_helper() failure on uml_netPaolo 'Blaisorblade' Giarrusso2006-04-111-5/+5
* [PATCH] uml: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso2006-01-181-2/+2
* [PATCH] uml: separate libc-dependent helper codeJeff Dike2005-11-071-0/+165