aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: eliminate SIGALRMJeff Dike1-5/+5
2007-10-16uml: userspace files should call libc directlyJeff Dike1-17/+20
2007-10-16uml: get rid of do_longjmpJeff Dike1-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike1-50/+50
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-3/+0
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-31/+0
2007-07-24uml: more __init annotationsJeff Dike1-1/+1
2007-05-09uml: mark a tt-only functionJeff Dike1-0/+2
2007-05-07uml: convert libc layer to call read and writeJeff Dike1-4/+4
2007-05-07uml: tidy libc codeJeff Dike1-14/+15
2007-05-07uml: remove page_size()Jeff Dike1-1/+1
2007-05-07uml: add missing __init declarationsJeff Dike1-2/+3
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-08[PATCH] um: remove dead code about os_usr1_signal() and os_usr1_process()Paolo 'Blaisorblade' Giarrusso1-0/+3
2006-11-03[PATCH] uml: include tidyingJeff Dike1-1/+0
2006-10-02[PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann1-3/+2
2006-09-26[PATCH] uml: Move signal handlers to arch codeJeff Dike1-1/+11
2006-09-26[PATCH] uml: Use klibc setjmp/longjmpJeff Dike1-1/+0
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike1-4/+4
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike1-10/+9
2006-05-01[PATCH] uml: clean up after MADVISE_REMOVEJeff Dike1-5/+12
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike1-2/+2
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike1-2/+2
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike1-0/+44
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso1-0/+16
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike1-20/+10
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov1-1/+0
2005-09-21[PATCH] uml: readd removed unistd.h inclusionPaolo 'Blaisorblade' Giarrusso1-0/+1
2005-09-05[PATCH] uml: move libc-dependent startup and signal codeGennady Sharapov1-3/+55
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-0/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+171