summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-25updatev0.4.0bellard4-40/+268
2003-06-25gcc3 compile fixesbellard1-2/+3
2003-06-25VL license of the day is MIT/BSDbellard1-6/+24
2003-06-25added invlpg emulationbellard1-0/+11
2003-06-25compile fixesbellard1-3/+4
2003-06-25untested RH9 fixesbellard1-0/+10
2003-06-25fixed VM86 support in Virtual Linux - fixed compilation issues with gcc 2.96 ...bellard1-4/+21
2003-06-25more precise cpu_interrupt()bellard2-3/+69
2003-06-25suppressed ring 0 hacksbellard1-15/+8
2003-06-25arm fixesbellard2-0/+3
2003-06-25more compiler testsbellard1-7/+10
2003-06-25fixed compilation for gcc 2.96 - added QEMU system emulatorbellard1-6/+11
2003-06-25fixed compilation for gcc 2.96bellard1-10/+7
2003-06-25faster task switchbellard1-4/+14
2003-06-25added NE2000 emulationbellard1-5/+529
2003-06-24added link script for vlbellard1-0/+130
2003-06-24for hard core developpers only: a new user mode linux project :-)bellard2-0/+1387
2003-06-24updatedbellard1-0/+7
2003-06-24declare user mode only simulation for QEMUbellard1-1/+8
2003-06-24iret and popl (%esp) testsbellard2-0/+35
2003-06-24use inline functionbellard1-1/+11
2003-06-24MMU supportbellard3-8/+86
2003-06-24more ring 0 operationsbellard3-87/+478
2003-06-24hardware interrupt support - support forfull ring 0 exception simulationbellard1-131/+195
2003-06-24correct restoring of CC_OP in case of exceptionbellard1-9/+20
2003-06-24more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - f...bellard1-30/+249
2003-06-21force IOPL=3bellard1-20/+22
2003-06-21fixed case where SS != USER_DS (fixes dosemu DPMI emulation)bellard1-13/+14
2003-06-21new segment accessbellard3-14/+14
2003-06-21ring 0 opsbellard4-51/+469
2003-06-21cpu_abort()bellard1-0/+16
2003-06-21ring 0 data structuresbellard1-14/+19
2003-06-21added cpu_abort()bellard1-1/+3
2003-06-15updatebellard3-26/+58
2003-06-15fixed include macro pbbellard2-8/+31
2003-06-15fixed op_label computation on ppcbellard1-5/+2
2003-06-15consistent hello namingbellard3-3/+3
2003-06-15arm emulation supportv0.3.0bellard5-26/+98
2003-06-15added missing link scriptsbellard2-0/+256
2003-06-15ARM emulation supportbellard6-30/+231
2003-06-15factorized cpu definesbellard2-253/+308
2003-06-15extracted generic codebellard2-233/+176
2003-06-15factorized more definitions - suppressed broken sound ioctlsbellard4-932/+1002
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard1-18/+54
2003-06-15fixed serious ioctl parameter conversion issue - exported type size and align...bellard2-77/+78
2003-06-15main cpu loop is target independentbellard1-24/+95
2003-06-15fixed float to int overflow bug - added ARM host correct roundings for float ...bellard2-79/+76
2003-06-15moved dyngen generic code to dyngen-exec.hbellard2-145/+199
2003-06-15moved cache flush to dyngen headerbellard1-0/+76
2003-06-15output gen_op_xxx() in a separate filebellard1-20/+34