| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] uml: fix off-by-one bug in VM file creation | Jeff Dike | 2006-06-30 | 1 | -2/+5 |
* | [PATCH] uml: fix /proc/mounts parsing boundary condition | Jeff Dike | 2006-06-30 | 1 | -2/+12 |
* | [PATCH] uml: fix a typo in do_uml_initcalls | Jeff Dike | 2006-06-05 | 1 | -1/+1 |
* | [PATCH] uml: fix wall_to_monotonic initialization | Jeff Dike | 2006-06-05 | 1 | -9/+1 |
* | [PATCH] uml: export symbols added by GCC hardened | Paolo 'Blaisorblade' Giarrusso | 2006-05-01 | 1 | -0/+7 |
* | [PATCH] uml: search from uml_net in a more reasonable PATH | Mattia Dongili | 2006-05-01 | 1 | -0/+30 |
* | [PATCH] uml: error handling fixes | Jeff Dike | 2006-05-01 | 5 | -10/+10 |
* | [PATCH] uml: clean up after MADVISE_REMOVE | Jeff Dike | 2006-05-01 | 1 | -5/+12 |
* | [PATCH] uml: remove NULL checks and add some CodingStyle | Jesper Juhl | 2006-05-01 | 1 | -25/+22 |
* | [PATCH] uml: physical memory map file fixes | Rob Landley | 2006-04-19 | 2 | -24/+118 |
* | [PATCH] uml: change sigjmp_buf to jmp_buf | Jeff Dike | 2006-04-19 | 5 | -25/+25 |
* | [PATCH] uml: MADV_REMOVE fixes | Jeff Dike | 2006-04-19 | 1 | -2/+2 |
* | [PATCH] uml: fix big stack user | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -10/+13 |
* | [PATCH] uml: fix failure path after conversion | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -5/+10 |
* | [PATCH] uml: fix hang on run_helper() failure on uml_net | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -5/+5 |
* | [PATCH] uml: move outside spinlock call not needing it | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -1/+1 |
* | [PATCH] uml: fix some double export warnings | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 1 | -2/+7 |
* | [PATCH] uml: fix format errors | Paolo 'Blaisorblade' Giarrusso | 2006-04-11 | 3 | -5/+5 |
* | [PATCH] UML: TLS fixlets | Jeff Dike | 2006-04-11 | 1 | -0/+1 |
* | [PATCH] uml: check for differences in host support | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 3 | -3/+36 |
* | [PATCH] uml: tls support: hack to make it compile on any host | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 1 | -8/+7 |
* | [PATCH] uml: implement {get,set}_thread_area for i386 | Paolo 'Blaisorblade' Giarrusso | 2006-03-31 | 2 | -2/+79 |
* | [PATCH] uml: remove unused make variables | Al Viro | 2006-03-31 | 1 | -3/+0 |
* | [PATCH] uml: fix initcall return values | Jeff Dike | 2006-03-31 | 2 | -24/+2 |
* | [PATCH] UML: Hotplug memory, take 2 | Jeff Dike | 2006-03-31 | 3 | -46/+45 |
* | [PATCH] uml: fix thread startup race | Jeff Dike | 2006-03-27 | 1 | -28/+27 |
* | [PATCH] uml: prevent umid theft | Jeff Dike | 2006-03-27 | 1 | -10/+23 |
* | [PATCH] uml: move tty logging to os-Linux | Jeff Dike | 2006-03-27 | 2 | -3/+223 |
* | [PATCH] uml: move sigio_user.c to os-Linux/sigio.c | Jeff Dike | 2006-03-27 | 2 | -4/+329 |
* | [PATCH] uml: move SIGIO startup code to os-Linux/start_up.c | Jeff Dike | 2006-03-27 | 1 | -0/+128 |
* | [PATCH] uml: move libc-dependent irq code to os-Linux | Jeff Dike | 2006-03-27 | 3 | -3/+175 |
* | [PATCH] uml: os_connect_socket error path fixup | Paolo 'Blaisorblade' Giarrusso | 2006-02-24 | 1 | -5/+14 |
* | [PATCH] uml: fix usage of kernel_errno in place of errno | Paolo 'Blaisorblade' Giarrusso | 2006-02-24 | 1 | -0/+16 |
* | [PATCH] uml: initialize process FP registers properly | Jeff Dike | 2006-02-07 | 4 | -10/+23 |
* | [PATCH] uml: block SIGWINCH in ptrace tester child | Jeff Dike | 2006-02-07 | 1 | -0/+1 |
* | [PATCH] uml: close TUN/TAP file descriptors | Jeff Dike | 2006-02-07 | 1 | -1/+3 |
* | [PATCH] uml: avoid malloc to sleep in atomic sections | Paolo 'Blaisorblade' Giarrusso | 2006-01-18 | 1 | -2/+2 |
* | [PATCH] uml: implement soft interrupts | Jeff Dike | 2006-01-18 | 7 | -118/+164 |
* | [PATCH] uml: eliminate some globals | Jeff Dike | 2006-01-18 | 1 | -16/+12 |
* | [PATCH] uml: move libc-dependent skas process handling | Gennady Sharapov | 2006-01-18 | 3 | -2/+572 |
* | [PATCH] uml: move libc-dependent skas memory mapping code | Gennady Sharapov | 2006-01-18 | 2 | -2/+285 |
* | [PATCH] uml: change interface to boot_timer_handler | Bodo Stroesser | 2006-01-18 | 1 | -1/+11 |
* | [PATCH] uml: move libc-dependent time code | Gennady Sharapov | 2006-01-18 | 5 | -16/+120 |
* | [PATCH] uml: move libc-dependent utility procedures | Gennady Sharapov | 2006-01-18 | 3 | -2/+166 |
* | [PATCH] uml: whitespace cleanup | Jeff Dike | 2006-01-08 | 1 | -7/+7 |
* | [PATCH] uml: merge trap_user.c and trap_kern.c | Gennady Sharapov | 2006-01-08 | 1 | -1/+24 |
* | [PATCH] uml: move libc-dependent code from trap_user.c | Gennady Sharapov | 2006-01-08 | 5 | -3/+119 |
* | [PATCH] uml: move libc-dependent code from signal_user.c | Gennady Sharapov | 2006-01-08 | 5 | -14/+148 |
* | [PATCH] uml: umid cleanup | Jeff Dike | 2006-01-06 | 1 | -111/+154 |
* | [PATCH] uml: separate libc-dependent umid code | Jeff Dike | 2006-01-06 | 2 | -2/+294 |