aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-02linux-user: save auxv lengthAlexander Graf1-0/+1
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio1-1/+1
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert1-0/+6
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell1-1/+2
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+4
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger1-0/+7
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach1-1/+0
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell1-4/+2
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd1-2/+0
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson1-1/+6
2010-06-16Usermode exec-stack fixPaul Brook1-0/+1
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson1-5/+0
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson1-1/+1
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-1/+1
2009-08-15user: compile path.c only onceBlue Swirl1-2/+0
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-4/+4
2009-07-17Userspace guest address offsettingPaul Brook1-0/+3
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard1-1/+1
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-2/+11
2009-06-16export mmap_find_vma for shmatRiku Voipio1-0/+1
2009-05-19Avoid implicit truncation compiler warningsPaul Brook1-2/+2
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