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