aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-07-29first part of single stepping supportbellard3-1/+35
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard1-1/+4
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard4-100/+348
2003-07-26fixed ss segment load - added ICEBP instructionbellard1-3/+7
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard1-92/+605
2003-07-26set to protected modebellard1-0/+2
2003-07-26removed debugbellard1-1/+1
2003-07-26real mode supportbellard1-9/+7
2003-07-26popw (%esp) test)bellard1-0/+5
2003-07-26real mode support (now boots from BOCHS BIOS and LGPL'ed VGA BIOS)bellard3-19/+78
2003-07-26gdb stub breakpoints supportbellard11-25/+151
2003-07-13updatebellard1-1/+1
2003-07-13updatev0.4.3bellard4-5/+13
2003-07-13debug printbellard1-3/+4
2003-07-13convert signal numbersbellard1-11/+99
2003-07-13times() fixbellard2-6/+27
2003-07-13gcc 3.2.2 bug workaround (RedHat 9 fix)bellard1-0/+6
2003-07-13sparc fixbellard2-2/+3
2003-07-13address printing fixbellard1-2/+2
2003-07-13RedHat 9 fixbellard1-2/+7
2003-07-11changed basic block exit generationbellard8-38/+44
2003-07-11added nop test for exceptionbellard1-0/+2
2003-07-11fixed EIP exception bug in case of nop operations (kernel 2.5.74 copy_from_us...bellard2-5/+5
2003-07-09added return for ARM case (may be incorrect - need checking)bellard1-0/+1
2003-07-09ARM signal supportbellard3-40/+449
2003-07-09ARM fixesbellard1-7/+4
2003-07-09ARM init fixbellard1-16/+16
2003-07-09ARM fix: mmapbellard1-6/+7
2003-07-09ARM fixesbellard4-58/+209
2003-07-09old select supportbellard2-1/+17
2003-07-07updatev0.4.2bellard8-54/+104
2003-07-07dummy rdmsr and wrmsr support - xor reg, reg optimizationbellard7-5/+117
2003-07-06added disk image helpbellard1-9/+82
2003-07-06added user mode Linux Copy On Write disk image support - added -snapshot supp...bellard5-44/+442
2003-07-04added IDE WIN_READ_NATIVE_MAX command (2.5.xx fix) - added support for proper...bellard1-1/+37
2003-07-01allow up to 256 MB of rambellard2-3/+10
2003-07-01fixed date storage in CMOSbellard1-1/+1
2003-07-01make FPU load exception safebellard2-18/+50
2003-07-01more accurate bcd convert - fixed FPU exceptionsbellard1-61/+31
2003-06-30correct eflags evaluation order for all operations - fixed important CPU stat...bellard5-339/+636
2003-06-30added PIC debugbellard1-4/+30
2003-06-30dummy label to avoid gcc optimisationsbellard1-0/+2
2003-06-30fixed invalid irq jump chainingbellard1-0/+7
2003-06-30allow read only imagesbellard1-3/+12
2003-06-30removed unused assignmentbellard1-1/+0
2003-06-30updatebellard1-2/+59
2003-06-30reduced irq latencybellard6-29/+35
2003-06-30added IDE mult support - reduced irq latency (IDE should have good performanc...bellard1-31/+77
2003-06-30added block.cbellard1-2/+2
2003-06-30first step to fix precise eflags update in case of exceptionbellard4-138/+129