summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-01-04This commit was manufactured by cvs2svn to create tagv0.5.1release_0_5_1(no author)0-0/+0
2004-01-04updatebellard2-5/+8
2004-01-04first multi target test (lauches 'ls')bellard1-0/+6
2004-01-04more precise PIT gate emulationbellard1-5/+38
2004-01-04removed test codebellard1-1/+1
2004-01-04explicited S3 specific code - added more debug codebellard1-3/+43
2004-01-04termios support for SPARC and PPCbellard5-227/+1023
2004-01-04stat64 fix - added getpagesize()bellard1-17/+51
2004-01-04SPARC fixes : syscall fixes - added user register window exception supportbellard1-21/+129
2004-01-04added CPU callbacksbellard1-37/+103
2004-01-04more generic TLB support - began to fix unlikely interrupt issuesbellard2-20/+52
2004-01-04aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixesbellard1-31/+84
2004-01-04sparc fixesbellard1-8/+8
2004-01-04float access fixesbellard1-42/+86
2004-01-04updatebellard2-1/+2
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard2-4/+19
2004-01-04debug fixes - use more generic TLB mappingsbellard1-18/+8
2004-01-04correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard2-55/+107
2004-01-04SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) -...bellard4-765/+1064
2004-01-04PowerPC fixes (Jocelyn Mayer)bellard6-180/+382
2003-12-02disable keyboard interrupts if keyboard clock disabled (may not be fully corr...bellard1-2/+17
2003-12-02P4 style multiplication eflagsbellard4-24/+49
2003-12-02dump irq inhibit flag as it is a part of the cpu statebellard1-2/+3
2003-12-02more complete eflags testing for multiplication (P4 case only)bellard1-9/+14
2003-11-30imull fix (suggested by Robert J. Harley)bellard1-1/+1
2003-11-23a20 fixbellard1-0/+4
2003-11-23fixed eflags IF/IOPL updatebellard4-59/+70
2003-11-23fixed PPC state reloadingbellard1-3/+3
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard11-125/+495
2003-11-23suppressed use of gen_multi - use intermediate FT0 register for floats - use ...bellard5-227/+385
2003-11-23PowerPC support (Jocelyn Mayer)bellard8-0/+4902
2003-11-22FTST instruction fixbellard1-1/+1
2003-11-19more fcmovxx testsbellard1-0/+2
2003-11-19fixed TB linking in case of code invalidation (fixes random segfaults)bellard3-1/+15
2003-11-19added fcmovxx supportbellard1-0/+8
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard1-12/+38
2003-11-19always completely redefine the TLB in case of MMU faultbellard1-0/+3
2003-11-16static config for SDLbellard2-4/+10
2003-11-16fcmovx supportbellard1-0/+40
2003-11-16more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto bo...bellard1-1/+5
2003-11-16more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard1-200/+188
2003-11-16quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboar...bellard1-12/+118
2003-11-16make windows happierbellard1-0/+6
2003-11-13call gate fix - verr and verw fixbellard1-5/+43
2003-11-13fixed pop %sp bugbellard1-5/+15
2003-11-13fixed lmsw instructionbellard1-0/+2
2003-11-13updatebellard2-23/+48
2003-11-13Soundblaster 16 support (malc)bellard6-2/+1679
2003-11-13iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard1-88/+142
2003-11-13added verr, verw, arpl - more precise segment rights checksbellard3-11/+190