summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagv0.5.1release_0_5_1(no author)2004-01-040-0/+0
* updatebellard2004-01-042-5/+8
* first multi target test (lauches 'ls')bellard2004-01-041-0/+6
* more precise PIT gate emulationbellard2004-01-041-5/+38
* removed test codebellard2004-01-041-1/+1
* explicited S3 specific code - added more debug codebellard2004-01-041-3/+43
* termios support for SPARC and PPCbellard2004-01-045-227/+1023
* stat64 fix - added getpagesize()bellard2004-01-041-17/+51
* SPARC fixes : syscall fixes - added user register window exception supportbellard2004-01-041-21/+129
* added CPU callbacksbellard2004-01-041-37/+103
* more generic TLB support - began to fix unlikely interrupt issuesbellard2004-01-042-20/+52
* aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixesbellard2004-01-041-31/+84
* sparc fixesbellard2004-01-041-8/+8
* float access fixesbellard2004-01-041-42/+86
* updatebellard2004-01-042-1/+2
* invd and wbinvd support - fixed code gen logic for invlpg - simpler exception...bellard2004-01-042-4/+19
* debug fixes - use more generic TLB mappingsbellard2004-01-041-18/+8
* correct zero segment values when coming from VM86 mode - cache infos in CPUID...bellard2004-01-042-55/+107
* SPARC fixes: corrected PC/NPC logic (now slower but can be optimized a lot) -...bellard2004-01-044-765/+1064
* PowerPC fixes (Jocelyn Mayer)bellard2004-01-046-180/+382
* disable keyboard interrupts if keyboard clock disabled (may not be fully corr...bellard2003-12-021-2/+17
* P4 style multiplication eflagsbellard2003-12-024-24/+49
* dump irq inhibit flag as it is a part of the cpu statebellard2003-12-021-2/+3
* more complete eflags testing for multiplication (P4 case only)bellard2003-12-021-9/+14
* imull fix (suggested by Robert J. Harley)bellard2003-11-301-1/+1
* a20 fixbellard2003-11-231-0/+4
* fixed eflags IF/IOPL updatebellard2003-11-234-59/+70
* fixed PPC state reloadingbellard2003-11-231-3/+3
* PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard2003-11-2311-125/+495
* suppressed use of gen_multi - use intermediate FT0 register for floats - use ...bellard2003-11-235-227/+385
* PowerPC support (Jocelyn Mayer)bellard2003-11-238-0/+4902
* FTST instruction fixbellard2003-11-221-1/+1
* more fcmovxx testsbellard2003-11-191-0/+2
* fixed TB linking in case of code invalidation (fixes random segfaults)bellard2003-11-193-1/+15
* added fcmovxx supportbellard2003-11-191-0/+8
* added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ir...bellard2003-11-191-12/+38
* always completely redefine the TLB in case of MMU faultbellard2003-11-191-0/+3
* static config for SDLbellard2003-11-162-4/+10
* fcmovx supportbellard2003-11-161-0/+40
* more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto bo...bellard2003-11-161-1/+5
* more precise stack operations in call/int gates (16 bit wrapping is handled i...bellard2003-11-161-200/+188
* quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboar...bellard2003-11-161-12/+118
* make windows happierbellard2003-11-161-0/+6
* call gate fix - verr and verw fixbellard2003-11-131-5/+43
* fixed pop %sp bugbellard2003-11-131-5/+15
* fixed lmsw instructionbellard2003-11-131-0/+2
* updatebellard2003-11-132-23/+48
* Soundblaster 16 support (malc)bellard2003-11-136-2/+1679
* iret and int fix for vm86 - added undefined instructions for real and vm86 mo...bellard2003-11-131-88/+142
* added verr, verw, arpl - more precise segment rights checksbellard2003-11-133-11/+190