find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / linux-user / main.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-07-07 blueswir1 Deliver page faults to program
2007-06-27 thsFix environ termination, by Andreas Schwab.
2007-06-21 thsHack to keep wine happy, by Alexander Graf.
2007-06-17 thsOption to drop LD_PRELOAD from emulated environment...
2007-06-01 thsDelete leftover Status FPU flag check.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-05-26 pbrookRework m68k cpu feature flags.
2007-05-26 pbrookM68k system mode semihosting.
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-13 thsMIPS linux-user update.
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-08 blueswir1Sparc32/64 CPU selection for user emulator
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2007-03-19 thsSupport -cpu selection for mips usermode emulation...
2007-03-19 j_mayerAdd -cpu option for linux user emulation.
2007-03-08 pbrookImplement --cpu for ARM.
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsMIPS FPU dynamic activation, part 1, by Herve Poussineau.
2007-02-05 bellardcopyright update
2006-12-10 thsHandle invalid accesses as SIGILL for mips/mipsel userl...
2006-11-04 pbrookMIPS usermode debug exceptions (Dave Denholm).
2006-10-23 bellardsparc64 syscall fix (Blue Swirl)
2006-10-22 pbrookColdFire target.
2006-09-24 bellardadded cpu_smm_update()
2006-07-18 bellardSparc64 user emulator fixes (Blue Swirl)
2006-07-13 bellardnew clock logic: cpu ticks and virtual clocks are no...
2006-06-27 bellardinitial MIPS signal handling (initial patch by Raphael...
2006-06-21 bellardsparc user fixes (Blue Swirl)
2006-06-18 pbrookSH bugfixes.
2006-06-17 pbrookSH usermode fault handling.
2006-06-17 pbrookRespond to qOffsets gdb packet (for debugging bFLT...
2006-06-14 bellardMIPS FPU support in linux user emulation
2006-06-11 pbrookbFLT loader (for uClinux binaries).
2006-05-14 pbrookTeach usermode emulation how to lie about uname -r.
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-03-11 pbrookFix FPA condition codes (Ulrich Hecht).
2006-02-20 pbrookAdd Arm926 core support.
2006-02-09 pbrookArm Linux EABI syscall support.
2006-02-04 pbrookImplement Arm BKPT instruction.
2005-12-05 bellardhandle coprocessor exceptions
2005-11-26 bellardmips user emulation
2005-11-26 bellardadded AT_PLATFORM and AT_HWCAP for x86 (initial patch...
2005-11-26 bellardARM system emulation (Paul Brook)
2005-11-21 bellardcpu_single_env usage fix
2005-10-30 bellardUser-mode gdbserver port number (Paul Brook)
2005-07-24 bellardcopyright
2005-07-02 bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-07-02 bellardsparc64 marge (Blue Swirl)
2005-04-27 bellardARM Thumb syscalls (Paul Brook)
2005-04-23 bellardARM "Angel" semihosting syscalls (Paul Brook)
2005-04-23 bellardARM syscall fix (Paul Brook)
2005-04-17 bellardgdb support for user mode (Paul Brook)
2005-03-13 bellardfpu init fix
2005-02-19 bellardfixed handling of sparc register window exceptions
2005-02-15 bellardsparc sigsegv support
2005-02-07 bellardSIGSEGV signals for ARM and SPARC
2005-01-12 bellardsse fix
2005-01-08 bellardMMX/SSE support
2005-01-03 bellard64 bit target fixes - removed warnings
2004-12-19 bellardSPARC merge
2004-10-09 bellardmonitor fixes
2004-07-10 bellardstatic build fix
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-05-20 bellardadded cpu_get_tsc()
2004-04-26 bellardcopyright update
2004-04-25 bellardARM cache flush support (untested) - '-d' option fix
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-21 bellardmore log items
2004-02-16 bellardarm nwfpe support - added code no-code-copy option...
2004-02-03 bellardcleanup
2004-01-04 bellardPowerPC update (Jocelyn Mayer)
2004-01-04 bellardcorrect cpu state
2004-01-04 bellardSPARC fixes : syscall fixes - added user register windo...
2003-11-23 bellardPowerPC target support (Jocelyn Mayer) - added better...
2003-10-28 bellardstatic link
2003-10-27 bellardfactorized debug code
2003-09-30 bellardsparc emulation target (thanx to Thomas M. Ogrisegg)
2003-08-21 bellardfaster and more accurate segment handling
2003-07-26 bellardset to protected mode
2003-07-09 bellardARM signal support
2003-06-25 bellardcompile fixes
2003-06-24 bellarddeclare user mode only simulation for QEMU
2003-06-21 bellardnew segment access
2003-06-15 bellardARM emulation support
2003-05-29 bellardmisplaced #endif
2003-05-27 bellardprecise exceptions - more accurate interrupt semantics
2003-05-13 bellardmmap emulation
2003-05-10 bellardsigtrap support
2003-05-10 bellardmoved vm86 stuff to vm86.c
2003-05-08 bellardmore accurate signal handling
2003-04-11 bellardRH9 fix - path patch
2003-04-10 bellardfirst self virtualizable version
next