aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08uml: improved error handling while locating temp dirJim Meyering1-9/+6
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike13-118/+98
2008-02-08uml: runtime host VMSPLIT detectionJeff Dike4-2/+127
2008-02-05uml: move register initializationJeff Dike1-3/+7
2008-02-05uml: add newlines to printksJeff Dike1-4/+4
2008-02-05uml: implement O_APPENDJeff Dike1-0/+2
2008-02-05uml: remove init_irq_signalsJeff Dike2-12/+4
2008-02-05uml: signal handling tidyingJeff Dike1-21/+12
2008-02-05uml: clean up sig_handler_common_skasJeff Dike1-45/+18
2008-02-05uml: move sig_handler_common_skasJeff Dike3-76/+65
2008-02-05uml: don't allow processes to call into stubJeff Dike1-0/+3
2008-02-05uml: tidy helper codeJeff Dike3-46/+32
2008-02-05uml: use barrier() instead of mb()Jeff Dike1-20/+8
2008-02-05uml: install panic notifier earlierJeff Dike1-2/+0
2008-02-05uml: eliminate setjmp_wrapperJeff Dike1-15/+0
2008-02-05uml: style fixes in file.cJeff Dike1-114/+118
2008-02-05uml: miscellaneous code cleanupsJeff Dike2-28/+13
2008-02-05uml: syle fixes in arch/um/os-LinuxJeff Dike2-118/+150
2008-02-05uml: kill processes instead of panicing kernelJeff Dike3-102/+188
2008-02-05uml: use ptrace directly in libc codeJeff Dike2-12/+12
2008-02-05uml: simplify SIGSEGV handlingJeff Dike1-7/+4
2008-02-05uml: convert functions to voidKarol Swietlicki1-3/+1
2008-02-05arch/um: remove duplicate includesLucas Woods1-1/+0
2008-02-05uml: tidy kern_util.hJeff Dike12-64/+46
2008-02-05uml: const and other tidyingWANG Cong3-5/+6
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong5-14/+22
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka7-30/+42
2007-12-03uml: after_sleep_interval should return somethingJeff Dike1-0/+1
2007-11-29uml: fix !NO_HZ busy-loopJeff Dike1-3/+51
2007-11-14uml: fix recvmsg return value checkingJeff Dike1-2/+1
2007-10-16uml: definitively kill subprocesses on panicLepton Wu2-1/+39
2007-10-16uml: fix stub address calculationsJeff Dike2-14/+15
2007-10-16uml: network driver MTU cleanupsJeff Dike4-46/+19
2007-10-16uml: network formattingJeff Dike6-137/+123
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike2-11/+13
2007-10-16uml: eliminate SIGALRMJeff Dike7-35/+17
2007-10-16uml: time build fixJeff Dike1-3/+19
2007-10-16uml: eliminate interrupts in the idle loopJeff Dike2-46/+11
2007-10-16uml: tickless supportJeff Dike2-5/+39
2007-10-16uml: GENERIC_CLOCKEVENTS supportJeff Dike1-4/+0
2007-10-16uml: separate timer initializationJeff Dike2-4/+10
2007-10-16uml: simplify interval settingJeff Dike2-4/+3
2007-10-16uml: fix timer switchingJeff Dike2-13/+23
2007-10-16uml: eliminate hz()Jeff Dike2-6/+6
2007-10-16uml: remove unused fileJeff Dike1-195/+0
2007-10-16uml: style fixes in FP codeJeff Dike1-10/+16
2007-10-16uml: floating point signal delivery fixesJeff Dike2-3/+34
2007-10-16uml: userspace files should call libc directlyJeff Dike9-117/+134
2007-10-16uml: replace clone with forkJeff Dike1-35/+20
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-11/+0