summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/start_up.c
Commit message (Expand)AuthorAgeFilesLines
* uml: work around broken host PTRACE_SYSEMUJeff Dike2008-06-121-9/+16
* uml: redo host capability detection and disablingJeff Dike2008-05-131-40/+41
* arch/um/os-Linux/start_up.c: various improvements.WANG Cong2008-04-281-8/+6
* uml: move register initializationJeff Dike2008-02-051-3/+7
* uml: miscellaneous code cleanupsJeff Dike2008-02-051-1/+2
* uml: kill processes instead of panicing kernelJeff Dike2008-02-051-1/+3
* uml: convert functions to voidKarol Swietlicki2008-02-051-3/+1
* uml: code tidying under arch/um/os-LinuxWANG Cong2008-02-051-1/+1
* uml: userspace files should call libc directlyJeff Dike2007-10-161-2/+3
* uml: replace clone with forkJeff Dike2007-10-161-35/+20
* uml: style fixes pass 3Jeff Dike2007-10-161-79/+74
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-1/+0
* uml: throw out CHOOSE_MODEJeff Dike2007-10-161-1/+0
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-10/+0
* uml: stop using libc asm/page.hJeff Dike2007-10-161-1/+0
* uml: remove PAGE_SIZE from libc codeJeff Dike2007-06-161-3/+4
* uml: improve PTRACE_SYSEMU checkingJeff Dike2007-05-231-8/+16
* uml: add missing __init declarationsJeff Dike2007-05-071-2/+2
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: move SIGIO testing to sigio.cJeff Dike2007-05-071-145/+0
* uml: print coredump limitsJeff Dike2007-05-071-0/+25
* [PATCH] uml: fix error output during early bootJeff Dike2007-02-111-62/+92
* [PATCH] uml: libc-dependent code should call libc directlyJeff Dike2007-02-111-11/+28
* [PATCH] uml: style fixes in startup codeJeff Dike2007-02-111-6/+6
* [PATCH] uml: locking comments in startup codeJeff Dike2007-02-111-0/+2
* [PATCH] uml: stack usage reductionJeff Dike2006-09-261-1/+0
* [PATCH] uml: physical memory map file fixesRob Landley2006-04-191-23/+1
* [PATCH] UML: Hotplug memory, take 2Jeff Dike2006-03-311-20/+0
* [PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike2006-03-271-0/+128
* [PATCH] uml: block SIGWINCH in ptrace tester childJeff Dike2006-02-071-0/+1
* [PATCH] uml: move libc-dependent time codeGennady Sharapov2006-01-181-1/+0
* [PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov2006-01-081-1/+0
* [PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso2005-12-291-10/+12
* [PATCH] uml: big memory fixesJeff Dike2005-11-071-1/+1
* [PATCH] uml: maintain own LDT entriesBodo Stroesser2005-11-071-5/+70
* [PATCH] uml: add mode=skas0 as a synonym of skas0Paolo 'Blaisorblade' Giarrusso2005-10-101-0/+11
* [PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike2005-09-171-2/+107
* [PATCH] uml: fix advanced sysemu checkBodo Stroesser2005-09-051-11/+17
* [PATCH] uml: allow host capability usage to be disabledBodo Stroesser2005-09-051-0/+24
* [PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov2005-09-051-0/+329