141 Commits (76cad71136b7eb371cf2a2a4e1621cfe8d9c769a)

Author SHA1 Message Date
Paolo Bonzini 76cad71136 build: kill libdis, move disassemblers to disas/ 14 years ago
Jim Meyering 900cfbcac6 linux-user: remove two unchecked uses of strdup 14 years ago
Meador Inge 806d102141 linux-user: Use init_guest_space when -R and -B are specified 14 years ago
Meador Inge dce104013d linux-user: Factor out guest space probing into a function 14 years ago
Jia Liu d962783e98 target-or32: Add linux user support 14 years ago
Paul Brook d8fd295499 Userspace ARM BE8 support 14 years ago
Benoit Canet adf050b1b9 arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features. 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 14 years ago
Andreas Färber 0539024885 linux-user: Don't overuse CPUState 14 years ago
Alexander Graf 125b0f55b6 linux-user: save auxv length 14 years ago
Stefan Weil c7c530cd3e elf: Improve symbol lookup (optimize, fix for bsd-user) 14 years ago
Dong Xu Wang b4916d7b9d fix spelling in linux-user sub directory 15 years ago
Peter Maydell 7dd47667b9 linux-user/elfload.c: Don't memset(NULL..) if malloc() failed 15 years ago
Richard Henderson 8e78064e9d ppc64-linux-user: Properly interpret the entry function descriptor. 15 years ago
Dr. David Alan Gilbert 97cc75606a linux-user: Implement new ARM 64 bit cmpxchg kernel helper 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Artyom Tarasenko cf973e469b set ELF_HWCAP for SPARC and SPARC64 15 years ago
Laurent ALFONSI 14322bad88 linux-user: Define AT_RANDOM to support target stack protection mechanism. 15 years ago
Peter Maydell f3ed1f5d47 linux-user: Handle images where lowest vaddr is not page aligned 15 years ago
Cédric VINCENT b947527941 linux-user: Fix the load of ELF files that have no "useful" symbol 15 years ago
Ulrich Hecht a4c075f178 s390x: s390x-linux-user support 17 years ago
Guan Xuetao d2fbca9422 unicore32: necessary modifications for other files to support unicore32 15 years ago
Laurent Vivier 80f5ce758a linux-user: correct core dump format 15 years ago
Mike Frysinger 1af02e83c0 linux-user/elfload: add FDPIC support 15 years ago
Stefan Weil 8d79de6e42 linux-user: Fix possible realloc memory leak 15 years ago
Richard Henderson 5d5c99300d linux-user: Protect against allocation failure in load_symbols. 16 years ago
Richard Henderson bf858897b7 linux-user: Re-use load_elf_image for the main binary. 16 years ago
Richard Henderson 8e62a71738 linux-user: Extract load_elf_image from load_elf_interp. 16 years ago
Richard Henderson b9329d4b53 linux-user: Remove partial support for a.out interpreters. 16 years ago
Richard Henderson 60dcbcb5b1 linux-user: Put the stack guard page at the top. 16 years ago
Richard Henderson 9058abdd18 linux-user: Improve consistency checking in elf headers. 16 years ago
Richard Henderson 682674b841 linux-user: Load symbols from the interpreter. 16 years ago
Richard Henderson 991f8f0c91 linux-user: Clean up byte-swapping in elfload.c. 16 years ago
Richard Henderson 2849023112 linux-user: Define ELF_DATA generically. 16 years ago
Richard Henderson 9955ffac9a linux-user: Reduce lseek+reads while loading elf files. 16 years ago
Richard Henderson d97ef72eed linux-user: Reindent elfload.c. 16 years ago
Richard Henderson e167d46c7a Add more DT_* and AT_* constants to qemu's copy of elf.h. 16 years ago
Richard Henderson cf129f3a8e linux-user: Handle filesz < memsz for any PT_LOAD segment. 16 years ago
Paul Brook 97374d3858 Usermode exec-stack fix 16 years ago
Paul Brook 68a1c81686 Pre-allocate guest address space 16 years ago
Edgar E. Iglesias 0d5d469938 microblaze: Update elf machine nums. 16 years ago
Edgar E. Iglesias e4cbd44d8e microblaze: Add linux-user core dumping support. 16 years ago
Paul Brook c581deda32 Better default guest_base 16 years ago
Paul Brook 2e9a5713f0 Remove PAGE_RESERVED 16 years ago
Rob Landley 7983f435e5 linux-user/ppc: use the Linux register layout 16 years ago
Richard Henderson 703e0e89c6 linux-user: Use RLIMIT_STACK for default stack size. 16 years ago
Paul Brook b480d9b74d Fix usermode virtual address type 16 years ago
Paul Brook 9f9f030928 Disassembler symbol lookup fix 16 years ago
Mike Frysinger 0ddbc96ec1 fix linux-user microblaze ELF_ARCH definition 16 years ago
Nathan Froyd 7631c97ec9 linux-user: add core dump support for SH 17 years ago