summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
...
* user: compile path.c only onceBlue Swirl2009-08-151-2/+0
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-4/+4
* Userspace guest address offsettingPaul Brook2009-07-171-0/+3
* linux-user: increment MAX_ARG_PAGESArnaud Patard2009-07-081-1/+1
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-2/+11
* export mmap_find_vma for shmatRiku Voipio2009-06-161-0/+1
* Avoid implicit truncation compiler warningsPaul Brook2009-05-191-2/+2
* Translate signal values in exit status.pbrook2009-04-161-0/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-0/+5
* linux-user: identify running binary in /proc/self/exeaurel322009-01-301-0/+1
* linux-user: Move abi_* typedefs into qemu-types.haurel322008-12-081-19/+1
* Export x86_stack_size in qemu.hblueswir12008-10-051-0/+3
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+1
* Multithreaded locking fixes.pbrook2008-06-071-1/+13
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* Multithreaded locking for mmap().pbrook2008-06-021-0/+6
* Mark host brk() area as reserved.pbrook2008-05-311-0/+1
* Make signal queues per thread.pbrook2008-05-311-3/+23
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-301-0/+1
* Update ARM rt_frame layout.pbrook2008-05-061-0/+1
* Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog2007-12-241-1/+6
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-18/+29
* always define TARGET_ABI32 if 32 bit userbellard2007-11-141-0/+4
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-2/+5
* use correct typesbellard2007-11-111-3/+3
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-47/+74
* Fix some compiler warnings.ths2007-11-031-0/+6
* EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths2007-11-021-13/+13
* EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths2007-11-021-1/+2
* Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths2007-11-011-0/+8
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-43/+53
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-0/+5
* Fix host and target longs confusions (continued).j_mayer2007-10-071-13/+13
* Implement sparc64_[gs]et_contextblueswir12007-10-051-0/+3
* Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.ths2007-09-301-2/+2
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+4
* New ppc64-linux-user target.j_mayer2007-09-271-0/+1
* Convert syscall arguments and return value from long to int or target_long.j_mayer2007-09-261-3/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-5/+5
* M68k system mode semihosting.pbrook2007-05-261-4/+6
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-061-1/+1
* Arm semihosted commandline support (Wolfgang Schildbach).pbrook2006-11-191-0/+1
* ColdFire target.pbrook2006-10-221-0/+3
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-171-0/+3
* bFLT loader (for uClinux binaries).pbrook2006-06-111-5/+36
* Teach usermode emulation how to lie about uname -r.pbrook2006-05-141-0/+1
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-57/+84
* ARM "Angel" semihosting syscalls (Paul Brook)bellard2005-04-231-0/+6
* gdb support for user mode (Paul Brook)bellard2005-04-171-0/+1
* ARM FPA get_user/put_user fixbellard2005-02-071-5/+3
OpenPOWER on IntegriCloud