aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2003-10-28static linkbellard1-1/+1
2003-10-27factorized debug codebellard1-14/+4
2003-09-30removed SIGIOTbellard1-1/+1
2003-09-30added utime syscall - fixed nanosleep exact behaviourbellard1-2/+66
2003-09-30new directory structurebellard2-290/+11
2003-09-30sparc support - hack to fix case where real_host_page_size < TARGET_PAGE_SIZE...bellard1-7/+42
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard1-4/+34
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard2-0/+227
2003-09-30new directory structurebellard4-0/+782
2003-08-21faster and more accurate segment handlingbellard1-0/+2
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard1-0/+123
2003-08-1164 bit fixes (Falk Hueffner)bellard1-1/+1
2003-07-26set to protected modebellard1-0/+2
2003-07-13convert signal numbersbellard1-11/+99
2003-07-13times() fixbellard2-6/+27
2003-07-09ARM signal supportbellard2-40/+448
2003-07-09ARM init fixbellard1-16/+16
2003-07-09ARM fix: mmapbellard1-6/+7
2003-07-09old select supportbellard2-1/+17
2003-06-30reduced irq latencybellard1-1/+1
2003-06-25compile fixesbellard1-3/+4
2003-06-24declare user mode only simulation for QEMUbellard1-1/+8
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 accessbellard1-2/+2
2003-06-15fixed include macro pbbellard1-2/+9
2003-06-15ARM emulation supportbellard4-21/+164
2003-06-15factorized more definitions - suppressed broken sound ioctlsbellard3-6/+1002
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard1-18/+54
2003-06-09removed unused codebellard1-8/+0
2003-06-09avoid unaligned file offset in anonymous mappingbellard1-2/+7
2003-06-09big endian/unaligned fixbellard1-4/+4
2003-06-05getdents for 64 bit cpusbellard1-1/+42
2003-06-05convert mmap flags (alpha fix)bellard1-2/+18
2003-06-05alpha fixbellard1-0/+6
2003-05-29save FPU state in signal handlerbellard1-32/+11
2003-05-29misplaced #endifbellard1-2/+1
2003-05-27precise exceptions - more accurate interrupt semanticsbellard1-32/+76
2003-05-27cr2 update (dosemu VGA support fix)bellard1-2/+2
2003-05-27mmap2 fixbellard1-2/+3
2003-05-16added getrusagebellard1-19/+33
2003-05-16fixed 32 bit popf/iret emulation in vm86 modebellard1-1/+1
2003-05-14removed invalid eip updatebellard1-1/+0
2003-05-14added do_fcntl()bellard1-36/+45
2003-05-14removed trace - merged 2.4.20 vm86 patchesbellard2-63/+114
2003-05-14pread/pwrite syscalls - use page_unprotect_range() in vital cases to avoid pr...bellard1-2/+6
2003-05-13fixed small page handlingbellard1-6/+17
2003-05-13mmap emulationbellard5-99/+470
2003-05-10fixed from 2.4.20 kernelbellard1-0/+10
2003-05-10sigtrap supportbellard4-6/+37