summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/start_up.c
AgeCommit message (Expand)AuthorLines
2008-05-13uml: redo host capability detection and disablingJeff Dike-40/+41
2008-04-28arch/um/os-Linux/start_up.c: various improvements.WANG Cong-8/+6
2008-02-05uml: move register initializationJeff Dike-3/+7
2008-02-05uml: miscellaneous code cleanupsJeff Dike-1/+2
2008-02-05uml: kill processes instead of panicing kernelJeff Dike-1/+3
2008-02-05uml: convert functions to voidKarol Swietlicki-3/+1
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong-1/+1
2007-10-16uml: userspace files should call libc directlyJeff Dike-2/+3
2007-10-16uml: replace clone with forkJeff Dike-35/+20
2007-10-16uml: style fixes pass 3Jeff Dike-79/+74
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-1/+0
2007-10-16uml: throw out CHOOSE_MODEJeff Dike-1/+0
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike-10/+0
2007-10-16uml: stop using libc asm/page.hJeff Dike-1/+0
2007-06-16uml: remove PAGE_SIZE from libc codeJeff Dike-3/+4
2007-05-23uml: improve PTRACE_SYSEMU checkingJeff Dike-8/+16
2007-05-07uml: add missing __init declarationsJeff Dike-2/+2
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2007-05-07uml: move SIGIO testing to sigio.cJeff Dike-145/+0
2007-05-07uml: print coredump limitsJeff Dike-0/+25
2007-02-11[PATCH] uml: fix error output during early bootJeff Dike-62/+92
2007-02-11[PATCH] uml: libc-dependent code should call libc directlyJeff Dike-11/+28
2007-02-11[PATCH] uml: style fixes in startup codeJeff Dike-6/+6
2007-02-11[PATCH] uml: locking comments in startup codeJeff Dike-0/+2
2006-09-26[PATCH] uml: stack usage reductionJeff Dike-1/+0
2006-04-19[PATCH] uml: physical memory map file fixesRob Landley-23/+1
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike-20/+0
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike-0/+128
2006-02-07[PATCH] uml: block SIGWINCH in ptrace tester childJeff Dike-0/+1
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov-1/+0
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov-1/+0
2005-12-29[PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso-10/+12
2005-11-07[PATCH] uml: big memory fixesJeff Dike-1/+1
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser-5/+70
2005-10-10[PATCH] uml: add mode=skas0 as a synonym of skas0Paolo 'Blaisorblade' Giarrusso-0/+11
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike-2/+107
2005-09-05[PATCH] uml: fix advanced sysemu checkBodo Stroesser-11/+17
2005-09-05[PATCH] uml: allow host capability usage to be disabledBodo Stroesser-0/+24
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov-0/+329