summaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] uml: comment the initialization of a globalJeff Dike2007-03-061-0/+1
* [PATCH] uml: add a debugging messageJeff Dike2007-03-061-1/+4
* [PATCH] uml: host VDSO fixJeff Dike2007-03-011-0/+3
* [PATCH] uml: add back accidentally removed errorJeff Dike2007-03-011-1/+4
* [PATCH] uml: fix 2.6.20 hangJeff Dike2007-02-161-18/+20
* [PATCH] uml: x86_64 thread fixesJeff Dike2007-02-112-1/+13
* [PATCH] uml: fix error output during early bootJeff Dike2007-02-111-62/+92
* [PATCH] uml: AIO locking and tidyingJeff Dike2007-02-111-7/+9
* [PATCH] uml: register handling formatting fixesJeff Dike2007-02-112-10/+10
* [PATCH] uml: ELF locking commentaryJeff Dike2007-02-111-2/+1Star
* [PATCH] uml: umid tidyingJeff Dike2007-02-111-1/+2
* [PATCH] uml: IRQ handler tidyingJeff Dike2007-02-111-1/+5
* [PATCH] uml: fix style violationsJeff Dike2007-02-111-4/+5
* [PATCH] uml: libc-dependent code should call libc directlyJeff Dike2007-02-112-30/+28Star
* [PATCH] uml: style fixes in startup codeJeff Dike2007-02-111-6/+6
* [PATCH] uml: locking comments in startup codeJeff Dike2007-02-111-0/+2
* [PATCH] uml: locking comments in memory and tempfile codeJeff Dike2007-02-111-0/+7
* [PATCH] uml: use get_random_bytes() after random pool is seededJeff Dike2006-12-072-2/+2
* [PATCH] uml: make execvp safe for our usagePaolo 'Blaisorblade' Giarrusso2006-11-253-9/+164
* [PATCH] uml: include tidyingJeff Dike2006-11-033-3/+2Star
* [PATCH] uml: fix I/O hangJeff Dike2006-11-031-3/+28
* [PATCH] Fix "Remove the use of _syscallX macros in UML"Paolo 'Blaisorblade' Giarrusso2006-10-302-0/+4
* [PATCH] uml: cleanup run_helper() API to fix a leakPaolo 'Blaisorblade' Giarrusso2006-10-201-4/+3Star
* [PATCH] uml: reenable compilation of enable_timer, disabled by mistakePaolo 'Blaisorblade' Giarrusso2006-10-201-1/+2
* [PATCH] uml: code convention cleanup of a filePaolo 'Blaisorblade' Giarrusso2006-10-201-25/+28
* [PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso2006-10-204-0/+4
* [PATCH] uml: fix uname under setarch i386Paolo 'Blaisorblade' Giarrusso2006-10-111-1/+8
* [PATCH] uml: make TT mode compile after setjmp-related changesPaolo 'Blaisorblade' Giarrusso2006-10-111-1/+0Star
* [PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann2006-10-023-11/+7Star
* [PATCH] uml: close file descriptor leaksJeff Dike2006-09-291-1/+5
* [PATCH] uml: thread creation tidyingJeff Dike2006-09-271-52/+16Star
* [PATCH] uml: mark some tt-mode codeJeff Dike2006-09-271-2/+6
* [PATCH] uml: const more dataJeff Dike2006-09-276-6/+6
* [PATCH] uml: stack usage reductionJeff Dike2006-09-263-13/+18
* [PATCH] uml: Remove unused variableJeff Dike2006-09-261-7/+0Star
* [PATCH] uml: timer cleanupsJeff Dike2006-09-262-10/+14
* [PATCH] uml: Move signal handlers to arch codeJeff Dike2006-09-2610-33/+102
* [PATCH] uml: SIGIO cleanupsJeff Dike2006-09-261-47/+56
* [PATCH] uml: Fix handling of failed execs of helpersJeff Dike2006-09-261-11/+11
* [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-261-3/+3
* [PATCH] uml: Use klibc setjmp/longjmpJeff Dike2006-09-267-19/+14Star
* [PATCH] uml: tidy longjmp macroJeff Dike2006-07-153-16/+11Star
* [PATCH] uml: add some EINTR protectionJeff Dike2006-07-101-4/+2Star
* [PATCH] uml: formatting fixesJeff Dike2006-07-101-71/+66Star
* [PATCH] uml: make some symbols staticJeff Dike2006-07-101-4/+6
* [PATCH] uml: fix exitcall ordering bugJeff Dike2006-07-101-1/+8
* [PATCH] uml: remove os_isattyJeff Dike2006-07-102-6/+13
* [PATCH] uml: ifdef a mode-specific functionJeff Dike2006-07-101-0/+2
* [PATCH] uml: signal initialization cleanupJeff Dike2006-07-102-11/+10Star
* [PATCH] uml: remove useless declarationJeff Dike2006-07-101-5/+0Star