]> git.proxmox.com Git - qemu.git/history - linux-user
update
[qemu.git] / linux-user /
2003-06-30 bellardreduced irq latency
2003-06-25 bellardcompile fixes
2003-06-24 bellarddeclare user mode only simulation for QEMU
2003-06-21 bellardforce IOPL=3
2003-06-21 bellardfixed case where SS != USER_DS (fixes dosemu DPMI emula...
2003-06-21 bellardnew segment access
2003-06-15 bellardfixed include macro pb
2003-06-15 bellardARM emulation support
2003-06-15 bellardfactorized more definitions - suppressed broken sound...
2003-06-15 bellardautomatic ioctl number conversion - minimum ARM fork...
2003-06-09 bellardremoved unused code
2003-06-09 bellardavoid unaligned file offset in anonymous mapping
2003-06-09 bellardbig endian/unaligned fix
2003-06-05 bellardgetdents for 64 bit cpus
2003-06-05 bellardconvert mmap flags (alpha fix)
2003-06-05 bellardalpha fix
2003-05-29 bellardsave FPU state in signal handler
2003-05-29 bellardmisplaced #endif
2003-05-27 bellardprecise exceptions - more accurate interrupt semantics
2003-05-27 bellardcr2 update (dosemu VGA support fix)
2003-05-27 bellardmmap2 fix
2003-05-16 bellardadded getrusage
2003-05-16 bellardfixed 32 bit popf/iret emulation in vm86 mode
2003-05-14 bellardremoved invalid eip update
2003-05-14 bellardadded do_fcntl()
2003-05-14 bellardremoved trace - merged 2.4.20 vm86 patches
2003-05-14 bellardpread/pwrite syscalls - use page_unprotect_range()...
2003-05-13 bellardfixed small page handling
2003-05-13 bellardmmap emulation
2003-05-10 bellardfixed from 2.4.20 kernel
2003-05-10 bellardsigtrap support
2003-05-10 bellardadded vm86.c
2003-05-10 bellardmore console ioctls
2003-05-10 bellardvm86 emulation closer to Linux kernel code - added...
2003-05-10 bellardmoved vm86 stuff to vm86.c
2003-05-08 bellardadded KDGKBTYPE
2003-05-08 bellardadded setgroups and getgroups syscalls
2003-05-08 bellardadded trapno and error_code report in ucontext
2003-05-08 bellardmore accurate signal handling
2003-04-29 bellardia64 support
2003-04-29 bellardia64 support - fcntl uses TARGET_ constants
2003-04-29 bellardfstat64 fix
2003-04-29 bellardsymbol fix
2003-04-29 bellardloglevel export
2003-04-29 bellardflock support
2003-04-11 bellardpath patch
2003-04-11 bellardstat patches - path patches - added exit_group() syscall
2003-04-11 bellardRH9 fix - path patch
2003-04-10 bellardTIOCGPTN and TIOCSPTLCK ioctls
2003-04-10 bellardfirst self virtualizable version
2003-04-10 bellardwarning fix
2003-04-07 bellardendian fix
2003-04-07 bellardmoved i386 specific stuff outside elf.h
2003-04-07 bellardpersonality fix - i386 interpreter fix
2003-03-30 bellardadded SIOCATMARK and times() syscall
2003-03-30 bellardbetter vm86 support
2003-03-30 bellardfixed execve bug
2003-03-29 bellardendian fixes by Ulrich weigand
2003-03-29 bellardfirst vm86 support
2003-03-29 bellardchanged flag names
2003-03-29 bellardprimitive vm86 support
2003-03-24 bellarddirent fixes
2003-03-24 bellardld.so load fix
2003-03-24 bellardglibc2.2 fixes - more command line options - misc doc... v0.1.1
2003-03-23 bellarddistribution patches v0.1.0
2003-03-23 bellardmore syscalls
2003-03-23 bellardbetter signal/exception support
2003-03-23 bellardbasic signal handling
2003-03-22 bellardbasic clone() support
2003-03-22 bellardbetter 16 bit code support
2003-03-20 bellardppc port
2003-03-19 bellardadded flags computation optimization
2003-03-16 bellardadded stat64
2003-03-16 bellardadded loop/xadd/cmpxchg support
2003-03-16 bellardadded minimal segment support
2003-03-16 bellardadded pusha/popa/rdtsc/bcd ops
2003-03-06 bellardadded translation cache
2003-03-03 bellardmany fixes
2003-03-03 bellardbetter debug support
2003-03-03 bellardprints hello world
2003-03-03 bellardtest infrastructure
2003-03-01 bellardnew x86 CPU core
2003-02-22 bellardadded NO_TRACE_MSGS ifdef
2003-02-18 bellardsuppressed clashes
2003-02-18 bellardendianness fixes
2003-02-18 bellardavoid pt_regs clash
2003-02-18 bellardThis commit was generated by cvs2svn to compensate...