aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2003-09-30new directory structurebellard
2003-08-21faster and more accurate segment handlingbellard
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard
2003-08-1164 bit fixes (Falk Hueffner)bellard
2003-07-26set to protected modebellard
2003-07-13convert signal numbersbellard
2003-07-13times() fixbellard
2003-07-09ARM signal supportbellard
2003-07-09ARM init fixbellard
2003-07-09ARM fix: mmapbellard
2003-07-09old select supportbellard
2003-06-30reduced irq latencybellard
2003-06-25compile fixesbellard
2003-06-24declare user mode only simulation for QEMUbellard
2003-06-21force IOPL=3bellard
2003-06-21fixed case where SS != USER_DS (fixes dosemu DPMI emulation)bellard
2003-06-21new segment accessbellard
2003-06-15fixed include macro pbbellard
2003-06-15ARM emulation supportbellard
2003-06-15factorized more definitions - suppressed broken sound ioctlsbellard
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard
2003-06-09removed unused codebellard
2003-06-09avoid unaligned file offset in anonymous mappingbellard
2003-06-09big endian/unaligned fixbellard
2003-06-05getdents for 64 bit cpusbellard
2003-06-05convert mmap flags (alpha fix)bellard
2003-06-05alpha fixbellard
2003-05-29save FPU state in signal handlerbellard
2003-05-29misplaced #endifbellard
2003-05-27precise exceptions - more accurate interrupt semanticsbellard
2003-05-27cr2 update (dosemu VGA support fix)bellard
2003-05-27mmap2 fixbellard
2003-05-16added getrusagebellard
2003-05-16fixed 32 bit popf/iret emulation in vm86 modebellard
2003-05-14removed invalid eip updatebellard
2003-05-14added do_fcntl()bellard
2003-05-14removed trace - merged 2.4.20 vm86 patchesbellard
2003-05-14pread/pwrite syscalls - use page_unprotect_range() in vital cases to avoid pr...bellard
2003-05-13fixed small page handlingbellard
2003-05-13mmap emulationbellard
2003-05-10fixed from 2.4.20 kernelbellard
2003-05-10sigtrap supportbellard
2003-05-10added vm86.cbellard
2003-05-10more console ioctlsbellard
2003-05-10vm86 emulation closer to Linux kernel code - added correct IRQ emulation for ...bellard
2003-05-10moved vm86 stuff to vm86.cbellard
2003-05-08added KDGKBTYPEbellard
2003-05-08added setgroups and getgroups syscallsbellard
2003-05-08added trapno and error_code report in ucontextbellard
2003-05-08more accurate signal handlingbellard