summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas/process.c
AgeCommit message (Expand)AuthorLines
2008-05-13uml: style fixesJeff Dike-1/+1
2008-02-23uml: fix FP register corruptionJeff Dike-0/+15
2008-02-08uml: style fixes in arch/um/os-LinuxJeff Dike-3/+3
2008-02-05uml: add newlines to printksJeff Dike-4/+4
2008-02-05uml: don't allow processes to call into stubJeff Dike-0/+3
2008-02-05uml: kill processes instead of panicing kernelJeff Dike-90/+175
2008-02-05uml: use ptrace directly in libc codeJeff Dike-3/+8
2008-02-05uml: simplify SIGSEGV handlingJeff Dike-7/+4
2008-02-05uml: tidy kern_util.hJeff Dike-0/+1
2007-12-17uml: stop gdb from deleting breakpoints when running UMLStanislaw Gruszka-5/+7
2007-10-16uml: definitively kill subprocesses on panicLepton Wu-1/+1
2007-10-16uml: fix stub address calculationsJeff Dike-10/+11
2007-10-16uml: use *SEC_PER_*SEC constantsJeff Dike-5/+7
2007-10-16uml: eliminate SIGALRMJeff Dike-3/+1
2007-10-16uml: tickless supportJeff Dike-4/+23
2007-10-16uml: simplify interval settingJeff Dike-1/+1
2007-10-16uml: eliminate hz()Jeff Dike-2/+3
2007-10-16uml: userspace files should call libc directlyJeff Dike-2/+2
2007-10-16uml: rename pt_regs general-purpose register fileJeff Dike-2/+2
2007-10-16uml: remove __u64 usage from physical memory subsystemJeff Dike-3/+3
2007-10-16uml: style fixes pass 3Jeff Dike-112/+117
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike-12/+12
2007-10-16uml: stop saving process FP stateJeff Dike-7/+1
2007-07-16uml: SIGIO support cleanupJeff Dike-1/+1
2007-06-16uml: remove PAGE_SIZE from libc codeJeff Dike-6/+7
2007-05-11uml: tidy IRQ codeJeff Dike-2/+4
2007-05-11uml: use UM_THREAD_SIZE in userspace codeJeff Dike-4/+3
2007-05-09uml: turn build warnings into commentsMiklos Szeredi-1/+1
2007-05-07uml: more page fault path trimmingJeff Dike-48/+74
2007-05-07uml: don't try to handle signals on initial process stackJeff Dike-3/+11
2007-05-07uml: convert libc layer to call read and writeJeff Dike-4/+5
2007-05-07uml: tidy libc codeJeff Dike-1/+1
2007-05-07uml: dump registers on ptrace or wait failureJeff Dike-12/+25
2007-05-07uml: remove page_size()Jeff Dike-4/+5
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2007-03-27[PATCH] uml: use correct register file size everywhereJeff Dike-3/+3
2007-03-06[PATCH] uml: add a debugging messageJeff Dike-1/+4
2006-11-03[PATCH] uml: include tidyingJeff Dike-1/+1
2006-09-27[PATCH] uml: thread creation tidyingJeff Dike-52/+16
2006-09-26[PATCH] uml: timer cleanupsJeff Dike-1/+5
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike-3/+14
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike-2/+1
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike-10/+6
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike-1/+1
2006-05-01[PATCH] uml: error handling fixesJeff Dike-3/+3
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike-18/+18
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso-2/+2
2006-02-07[PATCH] uml: initialize process FP registers properlyJeff Dike-7/+14
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike-12/+17
2006-01-18[PATCH] uml: eliminate some globalsJeff Dike-16/+12