Show patches with: Submitter = Warner Losh       |    State = Action Required       |   1114 patches
« 1 2 ... 9 10 11 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,12/43] bsd-user: remove a.out support bsd-user updates to run hello world - 2 - --- 2021-09-02 Warner Losh New
[v3,11/43] bsd-user: Eliminate elf personality bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,10/43] bsd-user: implement path searching bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,09/43] bsd-user: Fix calculation of size to allocate bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,08/43] bsd-user: pass the bsd_param into loader_exec bsd-user updates to run hello world - 2 - --- 2021-09-02 Warner Losh New
[v3,07/43] bsd-user: move arch specific defines out of elfload.c bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,06/43] bsd-user: Remove all non-x86 code from elfload.c bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,04/43] bsd-user: add license to bsdload.c bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,03/43] bsd-user: Add Stacey's copyright to main.c bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,02/43] bsd-user: add copyright header to elfload.c bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v3,01/43] bsd-user: remove sparc and sparc64 bsd-user updates to run hello world - 1 - --- 2021-09-02 Warner Losh New
[v2,43/43] bsd-user: Update mapping to handle reserved and starting conditions bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,42/43] bsd-user: Add '-0 argv0' option to bsd-user/main.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,41/43] bsd-user: Implement cpu_copy() helper routine bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,40/43] bsd-user: Implement interlock for atomic operations bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,39/43] bsd-user: move qemu_log to later in the file bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,38/43] bsd-user: Refactor load_elf_sections and is_target_elf_binary bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,37/43] bsd-user: elfload.c style catch up patch bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,36/43] bsd-user: add stubbed out core dump support bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,35/43] bsd-user: Add target_os_user.h to capture the user/kernel structures bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,34/43] bsd-user: Add target_arch_reg to describe a target's register set bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,33/43] bsd-user: update debugging in mmap.c bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,32/43] bsd-user: Make cpu_model and cpu_type visible to all of main.c bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,31/43] bsd-user: Rewrite target system call definintion glue bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,30/43] bsd-user: Remove dead #ifdefs from elfload.c bsd-user updates to run hello world - 2 - --- 2021-08-26 Warner Losh New
[v2,29/43] bsd-user: elf cleanup bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,28/43] bsd-user: Add system independent stack, data and text limiting bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,27/43] bsd-user: Move stack initializtion into a per-os file. bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,26/43] bsd-user: *BSD specific siginfo defintions bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,25/43] bsd-user: Add architecture specific signal tramp code bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,24/43] bsd-user: Create target specific vmparam.h bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,23/43] bsd-user: define max args in terms of pages bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,22/43] bsd-user: Include more things in qemu.h bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,20/43] bsd-user: Move per-cpu code into target_arch_cpu.h bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,19/43] bsd-user: start to move target CPU functions to target_arch* bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,18/43] bsd-user: save the path to the qemu emulator bsd-user updates to run hello world 1 - - --- 2021-08-26 Warner Losh New
[v2,17/43] bsd-user: Include host-os.h from main bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,16/43] bsd-user: add host-os.h bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,15/43] bsd-user: assume pthreads and support of __thread bsd-user updates to run hello world - 2 - --- 2021-08-26 Warner Losh New
[v2,14/43] bsd-user: elfload: simplify bswap a bit. bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,13/43] bsd-user: TARGET_NGROUPS unused in this file, remove bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,12/43] bsd-user: remove a.out support bsd-user updates to run hello world - 2 - --- 2021-08-26 Warner Losh New
[v2,11/43] bsd-user: Eliminate elf personality bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,10/43] bsd-user: implement path searching bsd-user updates to run hello world - - - --- 2021-08-26 Warner Losh New
[v2,09/43] bsd-user: Fix calculation of size to allocate bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,08/43] bsd-user: pass the bsd_param into loader_exec bsd-user updates to run hello world - 2 - --- 2021-08-26 Warner Losh New
[v2,07/43] bsd-user: move arch specific defines out of elfload.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,06/43] bsd-user: Remove all non-x86 code from elfload.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,04/43] bsd-user: add license to bsdload.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,03/43] bsd-user: Add Stacey's copyright to main.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,02/43] bsd-user: add copyright header to elfload.c bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[v2,01/43] bsd-user: remove sparc and sparc64 bsd-user updates to run hello world - 1 - --- 2021-08-26 Warner Losh New
[for,6.2,49/49] bsd-user: Add '-0 argv0' option to bsd-user/main.c bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,48/49] bsd-user: Implement cpu_copy() helper routine bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,47/49] bsd-user: Implement interlock for atomic operations bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,46/49] bsd-user: move qemu_log to later in the file bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,45/49] bsd-user: Make guest_base an unsigned long bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,44/49] bsd-user: Refactor load_elf_sections and is_target_elf_binary bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,43/49] bsd-user: elfload.c style catch up patch bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,42/49] bsd-user: add stubbed out core dump support bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,41/49] bsd-user: Add target_os_user.h to capture the user/kernel structures bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,40/49] bsd-user: Add target_arch_reg to describe a target's register set bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,39/49] bsd-user: Need to reset CPU after creation. bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,38/49] bsd-user: Update mapping to handle reserved and starting conditions bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,37/49] bsd-user: update debugging in mmap.c bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,36/49] bsd-user: Make cpu_model and cpu_type visible to all of main.c bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,35/49] bsd-user: remove error_init bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,34/49] bsd-user: Fix initializtion of task state bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,33/49] bsd-user: Rewrite target system call definintion glue bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,32/49] bsd-user: *BSD specific siginfo defintions bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,31/49] bsd-user: Remove dead #ifdefs from elfload.c bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,30/49] bsd-user: elf cleanup bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,29/49] bsd-user: Add system independent stack, data and text limiting bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,28/49] bsd-user: Move stack initializtion into a per-os file. bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,27/49] bsd-user: Add architecture specific signal tramp code bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,26/49] bsd-user: Create target specific vmparam.h bsd-user updates to run hello world - 2 - --- 2021-08-07 Warner Losh New
[for,6.2,25/49] bsd-user: define max args in terms of pages bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,24/49] bsd-user: Include more things in qemu.h bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,23/49] bsd-user: pull in target_arch_thread.h update target_arch_elf.h bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,22/49] bsd-user: Move per-cpu code into target_arch_cpu.h bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,21/49] bsd-user: start to move target CPU functions to target_arch* bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,20/49] bsd-user: save the path the qemu emulator bsd-user updates to run hello world 1 - - --- 2021-08-07 Warner Losh New
[for,6.2,19/49] bsd-user: Include host-os.h from main bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,18/49] bsd-user: add host-os.h bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,17/49] bsd-user: assume pthreads and support of __thread bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,16/49] bsd-user: elfload: simplify bswap a bit. bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,15/49] bsd-user: TARGET_NGROUPS unused in this file, remove bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,14/49] bsd-user: remove a.out support bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,13/49] bsd-user: Eliminate elf personality bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,12/49] bsd-user: implement path searching bsd-user updates to run hello world - - - --- 2021-08-07 Warner Losh New
[for,6.2,11/49] bsd-user: Fix calculation of size to allocate bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,10/49] bsd-user: pass the bsd_param into loader_exec bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,09/49] bsd-user: add license bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,08/49] bsd-user: style nits: fix whitespace issues to be qemu standard bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,07/49] bsd-user: style nits: apply qemu style to these files bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,06/49] bsd-user: merge comments and guards from bsd-user fork bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
[for,6.2,05/49] bsd-user: move arch specific defines out of elfload.c bsd-user updates to run hello world - 1 - --- 2021-08-07 Warner Losh New
« 1 2 ... 9 10 11 12 »