aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
AgeCommit message (Expand)AuthorFilesLines
2006-07-14[PATCH] uml: tidy longjmp macroJeff Dike3-16/+11
2006-07-10[PATCH] uml: add some EINTR protectionJeff Dike1-4/+2
2006-07-10[PATCH] uml: formatting fixesJeff Dike1-71/+66
2006-07-10[PATCH] uml: make some symbols staticJeff Dike1-4/+6
2006-07-10[PATCH] uml: fix exitcall ordering bugJeff Dike1-1/+8
2006-07-10[PATCH] uml: remove os_isattyJeff Dike2-6/+13
2006-07-10[PATCH] uml: ifdef a mode-specific functionJeff Dike1-0/+2
2006-07-10[PATCH] uml: signal initialization cleanupJeff Dike2-11/+10
2006-07-10[PATCH] uml: remove useless declarationJeff Dike1-5/+0
2006-07-10[PATCH] uml: timer initialization cleanupJeff Dike3-46/+4
2006-07-01[PATCH] uml: rename and improve actually_do_remove()Paolo 'Blaisorblade' Giarrusso1-16/+37
2006-07-01[PATCH] uml: fix not_dead_yet when directory is in bad statePaolo 'Blaisorblade' Giarrusso1-19/+29
2006-06-30[PATCH] uml: fix off-by-one bug in VM file creationJeff Dike1-2/+5
2006-06-30[PATCH] uml: fix /proc/mounts parsing boundary conditionJeff Dike1-2/+12
2006-06-05[PATCH] uml: fix a typo in do_uml_initcallsJeff Dike1-1/+1
2006-06-05[PATCH] uml: fix wall_to_monotonic initializationJeff Dike1-9/+1
2006-05-01[PATCH] uml: export symbols added by GCC hardenedPaolo 'Blaisorblade' Giarrusso1-0/+7
2006-05-01[PATCH] uml: search from uml_net in a more reasonable PATHMattia Dongili1-0/+30
2006-05-01[PATCH] uml: error handling fixesJeff Dike5-10/+10
2006-05-01[PATCH] uml: clean up after MADVISE_REMOVEJeff Dike1-5/+12
2006-05-01[PATCH] uml: remove NULL checks and add some CodingStyleJesper Juhl1-25/+22
2006-04-19[PATCH] uml: physical memory map file fixesRob Landley2-24/+118
2006-04-19[PATCH] uml: change sigjmp_buf to jmp_bufJeff Dike5-25/+25
2006-04-19[PATCH] uml: MADV_REMOVE fixesJeff Dike1-2/+2
2006-04-11[PATCH] uml: fix big stack userPaolo 'Blaisorblade' Giarrusso1-10/+13
2006-04-11[PATCH] uml: fix failure path after conversionPaolo 'Blaisorblade' Giarrusso1-5/+10
2006-04-11[PATCH] uml: fix hang on run_helper() failure on uml_netPaolo 'Blaisorblade' Giarrusso1-5/+5
2006-04-11[PATCH] uml: move outside spinlock call not needing itPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-04-11[PATCH] uml: fix some double export warningsPaolo 'Blaisorblade' Giarrusso1-2/+7
2006-04-11[PATCH] uml: fix format errorsPaolo 'Blaisorblade' Giarrusso3-5/+5
2006-04-11[PATCH] UML: TLS fixletsJeff Dike1-0/+1
2006-03-31[PATCH] uml: check for differences in host supportPaolo 'Blaisorblade' Giarrusso3-3/+36
2006-03-31[PATCH] uml: tls support: hack to make it compile on any hostPaolo 'Blaisorblade' Giarrusso1-8/+7
2006-03-31[PATCH] uml: implement {get,set}_thread_area for i386Paolo 'Blaisorblade' Giarrusso2-2/+79
2006-03-31[PATCH] uml: remove unused make variablesAl Viro1-3/+0
2006-03-31[PATCH] uml: fix initcall return valuesJeff Dike2-24/+2
2006-03-31[PATCH] UML: Hotplug memory, take 2Jeff Dike3-46/+45
2006-03-27[PATCH] uml: fix thread startup raceJeff Dike1-28/+27
2006-03-27[PATCH] uml: prevent umid theftJeff Dike1-10/+23
2006-03-27[PATCH] uml: move tty logging to os-LinuxJeff Dike2-3/+223
2006-03-27[PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike2-4/+329
2006-03-27[PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike1-0/+128
2006-03-27[PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike3-3/+175
2006-02-24[PATCH] uml: os_connect_socket error path fixupPaolo 'Blaisorblade' Giarrusso1-5/+14
2006-02-24[PATCH] uml: fix usage of kernel_errno in place of errnoPaolo 'Blaisorblade' Giarrusso1-0/+16
2006-02-07[PATCH] uml: initialize process FP registers properlyJeff Dike4-10/+23
2006-02-07[PATCH] uml: block SIGWINCH in ptrace tester childJeff Dike1-0/+1
2006-02-07[PATCH] uml: close TUN/TAP file descriptorsJeff Dike1-1/+3
2006-01-18[PATCH] uml: avoid malloc to sleep in atomic sectionsPaolo 'Blaisorblade' Giarrusso1-2/+2
2006-01-18[PATCH] uml: implement soft interruptsJeff Dike7-118/+164
2006-01-18[PATCH] uml: eliminate some globalsJeff Dike1-16/+12
2006-01-18[PATCH] uml: move libc-dependent skas process handlingGennady Sharapov3-2/+572
2006-01-18[PATCH] uml: move libc-dependent skas memory mapping codeGennady Sharapov2-2/+285
2006-01-18[PATCH] uml: change interface to boot_timer_handlerBodo Stroesser1-1/+11
2006-01-18[PATCH] uml: move libc-dependent time codeGennady Sharapov5-16/+120
2006-01-18[PATCH] uml: move libc-dependent utility proceduresGennady Sharapov3-2/+166
2006-01-08[PATCH] uml: whitespace cleanupJeff Dike1-7/+7
2006-01-08[PATCH] uml: merge trap_user.c and trap_kern.cGennady Sharapov1-1/+24
2006-01-08[PATCH] uml: move libc-dependent code from trap_user.cGennady Sharapov5-3/+119
2006-01-08[PATCH] uml: move libc-dependent code from signal_user.cGennady Sharapov5-14/+148
2006-01-06[PATCH] uml: umid cleanupJeff Dike1-111/+154
2006-01-06[PATCH] uml: separate libc-dependent umid codeJeff Dike2-2/+294
2006-01-06[PATCH] uml: Formatting changesJeff Dike1-233/+232
2006-01-06[PATCH] uml: non-void functions should return somethingJeff Dike1-0/+2
2005-12-29[PATCH] Hostfs: update for new glibc - add missing symbol exportsPaolo 'Blaisorblade' Giarrusso1-0/+5
2005-12-29[PATCH] uml: fix random segfaults at bootupPaolo 'Blaisorblade' Giarrusso1-10/+12
2005-11-07[PATCH] uml: big memory fixesJeff Dike2-4/+4
2005-11-07[PATCH] uml: maintain own LDT entriesBodo Stroesser1-5/+70
2005-11-07[PATCH] uml: separate libc-dependent helper codeJeff Dike5-6/+169
2005-11-07[PATCH] uml: separate libc-dependent early initializationJeff Dike2-4/+263
2005-11-07[PATCH] uml: separate libc-dependent uaccess codeGennady Sharapov2-2/+34
2005-10-12[PATCH] uml: revert block driver use of host AIOJeff Dike1-111/+94
2005-10-10[PATCH] uml: add mode=skas0 as a synonym of skas0Paolo 'Blaisorblade' Giarrusso1-0/+11
2005-10-04[PATCH] uml: Fix sysrq-r support for skas modeAllan Graves2-20/+18
2005-09-29[PATCH] uml makefiles sanitizedAl Viro3-28/+1
2005-09-21[PATCH] uml: comment about cast build fixPaolo 'Blaisorblade' Giarrusso1-0/+1
2005-09-21[PATCH] uml: readd removed unistd.h inclusionPaolo 'Blaisorblade' Giarrusso1-0/+1
2005-09-21[PATCH] uml: fix bogus HOST_ELF_CLASS symbol namePaolo 'Blaisorblade' Giarrusso1-1/+2
2005-09-17[PATCH] uml: remove include of asm/elf.hJeff Dike1-1/+0
2005-09-17[PATCH] uml: return a real error codeJeff Dike1-0/+2
2005-09-17[PATCH] uml: move libc code out of mem_user.c and tempfile.cJeff Dike4-6/+286
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike3-56/+39
2005-09-17[PATCH] uml: Remove some build warningsJeff Dike2-2/+4
2005-09-07[PATCH] bogus symbol used in arch/um/os-Linux/elf_aux.cviro@ZenIV.linux.org.uk2-1/+5
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 Sharapov4-6/+501
2005-09-05[PATCH] uml: add host AIO support to block driverJeff Dike1-95/+111
2005-09-05[PATCH] uml: use host AIO supportJeff Dike2-3/+405
2005-08-18[PATCH] uml: fix the x86_64 buildAl Viro1-1/+0
2005-07-29[PATCH] uml: fix vsyscall brokennessJeff Dike1-1/+5
2005-07-28[PATCH] uml: implement hostfs syncingPaolo 'Blaisorblade' Giarrusso1-0/+3
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-0/+1
2005-07-07[PATCH] uml: skas0 - separate kernel address space on stock hostsJeff Dike2-0/+10
2005-06-08[PATCH] uml: compile fixes for gcc 4Jeff Dike2-2/+6
2005-05-05[PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser1-2/+2
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-0/+5
2005-05-05[PATCH] uml: start cross-build support : mk_user_constantsAl Viro2-9/+3
2005-05-01[PATCH] uml: fix handling of no fpx_regsAndree Leidenfrost1-3/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds22-0/+2203