summaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Translate signal values in exit status.pbrook1-0/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-0/+5
2009-01-30linux-user: identify running binary in /proc/self/exeaurel321-0/+1
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel321-19/+1
2008-10-05Export x86_stack_size in qemu.hblueswir11-0/+3
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+1
2008-06-07Multithreaded locking fixes.pbrook1-1/+13
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-06-02Multithreaded locking for mmap().pbrook1-0/+6
2008-05-31Mark host brk() area as reserved.pbrook1-0/+1
2008-05-31Make signal queues per thread.pbrook1-3/+23
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook1-0/+1
2008-05-06Update ARM rt_frame layout.pbrook1-0/+1
2007-12-24Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog1-1/+6
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-18/+29
2007-11-14always define TARGET_ABI32 if 32 bit userbellard1-0/+4
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard1-2/+5
2007-11-11use correct typesbellard1-3/+3
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-47/+74
2007-11-03Fix some compiler warnings.ths1-0/+6
2007-11-02EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths1-13/+13
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths1-1/+2
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths1-0/+8
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-43/+53
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir11-0/+5
2007-10-07Fix host and target longs confusions (continued).j_mayer1-13/+13
2007-10-05 Implement sparc64_[gs]et_contextblueswir11-0/+3
2007-09-30Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths1-2/+2
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths1-0/+4
2007-09-27New ppc64-linux-user target.j_mayer1-0/+1
2007-09-26Convert syscall arguments and return value from long to int or target_long.j_mayer1-3/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-05-26M68k system mode semihosting.pbrook1-4/+6
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-1/+1
2006-11-19Arm semihosted commandline support (Wolfgang Schildbach).pbrook1-0/+1
2006-10-22ColdFire target.pbrook1-0/+3
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+3
2006-06-11bFLT loader (for uClinux binaries).pbrook1-5/+36
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook1-0/+1
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-57/+84
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard1-0/+6
2005-04-17gdb support for user mode (Paul Brook)bellard1-0/+1
2005-02-07ARM FPA get_user/put_user fixbellard1-5/+3
2004-06-19const fixbellard1-4/+4
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard1-0/+118
2004-02-16arm nwfpe supportbellard1-0/+11
2003-09-30new directory structurebellard1-9/+2
2003-06-15fixed include macro pbbellard1-2/+9
2003-06-15ARM emulation supportbellard1-9/+19
2003-05-14removed trace - merged 2.4.20 vm86 patchesbellard1-0/+1