Remove unused variable
[qemu] / linux-user / qemu.h
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-10-05 blueswir1Export x86_stack_size in qemu.h
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-05-31 pbrookMark host brk() area as reserved.
2008-05-31 pbrookMake signal queues per thread.
2008-05-30 pbrookPerform target->host signal mapping for *kill syscalls.
2008-05-06 pbrookUpdate ARM rt_frame layout.
2007-12-24 balrogFix a compiler error with DEBUG_REMAP enabled (Thayne...
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-14 bellardalways define TARGET_ABI32 if 32 bit user
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-11 bellarduse correct types
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-03 thsFix some compiler warnings.
2007-11-02 thsEFAULT - update __get_user() __put_user(), by Thayne...
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 blueswir1 Support for executing 32 bit SPARC32PLUS files for...
2007-10-07 j_mayerFix host and target longs confusions (continued).
2007-10-05 blueswir1 Implement sparc64_[gs]et_context
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-27 j_mayerNew ppc64-linux-user target.
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-26 pbrookM68k system mode semihosting.
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2006-11-19 pbrookArm semihosted commandline support (Wolfgang Schildbach).
2006-10-22 pbrookColdFire target.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-11 pbrookbFLT loader (for uClinux binaries).
2006-05-14 pbrookTeach usermode emulation how to lie about uname -r.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2005-04-23 bellardARM "Angel" semihosting syscalls (Paul Brook)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-02-07 bellardARM FPA get_user/put_user fix
2004-06-19 bellardconst fix
2004-02-22 bellarduse kernel like macros for user access (will be useful...
2004-02-16 bellardarm nwfpe support
2003-09-30 bellardnew directory structure
2003-06-15 bellardfixed include macro pb
2003-06-15 bellardARM emulation support
2003-05-14 bellardremoved trace - merged 2.4.20 vm86 patches
2003-05-13 bellardmmap emulation
2003-05-10 bellardsigtrap support
2003-05-10 bellardadded vm86.c
2003-04-29 bellardloglevel export
2003-04-11 bellardpath patch
2003-03-30 bellardbetter vm86 support
2003-03-29 bellardprimitive vm86 support
2003-03-24 bellardglibc2.2 fixes - more command line options - misc doc...
2003-03-23 bellardbetter signal/exception support
2003-03-23 bellardbasic signal handling
2003-03-22 bellardbasic clone() support
2003-03-16 bellardadded minimal segment support
2003-02-18 bellardavoid pt_regs clash
2003-02-18 bellardThis commit was generated by cvs2svn to compensate...