Statistics
| Branch: | Revision:

root / Changelog @ 25eb4484

History | View | Annotate | Download (2.4 kB)

1 3c51961e bellard
version 0.2:
2 3c51961e bellard
3 3c51961e bellard
 - PowerPC disassembly and ELF symbols output (Rusty Russel)
4 3c51961e bellard
 - flock support (Rusty Russel)
5 3c51961e bellard
 - ugetrlimit support (Rusty Russel)
6 3c51961e bellard
 - fstat64 fix (Rusty Russel)
7 3c51961e bellard
 - initial Alpha port (Falk Hueffner)
8 3c51961e bellard
 - initial IA64 port (Matt Wilson)
9 3c51961e bellard
 - initial Sparc and Sparc64 port (David S. Miller)
10 86840ae2 bellard
 - added HLT instruction
11 70e19860 bellard
 - LRET instruction fix.
12 70e19860 bellard
 - added GPF generation for I/Os.
13 70e19860 bellard
 - added INT3 and TF flag support.
14 70e19860 bellard
 - SHL instruction C flag fix.
15 70e19860 bellard
 - mmap emulation for host page size > 4KB
16 70e19860 bellard
 - self-modifying code support
17 70e19860 bellard
 - better VM86 support (dosemu begins to work)
18 3c51961e bellard
19 66cd5846 bellard
version 0.1.6:
20 66cd5846 bellard
21 1eb87257 bellard
 - automatic library search system. QEMU can now work with unpatched
22 1eb87257 bellard
   ELF dynamic loader and libc (Rusty Russell).
23 66cd5846 bellard
 - ISO C warning fixes (Alistair Strachan)
24 1eb87257 bellard
 - first self-virtualizable version (works only as long as the
25 1eb87257 bellard
   translation cache is not flushed)
26 1eb87257 bellard
 - RH9 fixes
27 66cd5846 bellard
28 27c75a9a bellard
version 0.1.5:
29 27c75a9a bellard
30 27c75a9a bellard
 - ppc64 support + personality() patch (Rusty Russell)
31 27c75a9a bellard
 - first Alpha CPU patches (Falk Hueffner)
32 27c75a9a bellard
 - removed bfd.h dependancy
33 27c75a9a bellard
 - fixed shrd, shld, idivl and divl on PowerPC.
34 27c75a9a bellard
 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
35 27c75a9a bellard
36 bc8a22cc bellard
version 0.1.4:
37 bc8a22cc bellard
38 bc8a22cc bellard
 - more accurate VM86 emulation (can launch small DOS 16 bit
39 bc8a22cc bellard
   executables in wine).
40 bc8a22cc bellard
 - fixed push/pop fs/gs
41 bc8a22cc bellard
 - added iret instruction.
42 27c75a9a bellard
 - added times() syscall and SIOCATMARK ioctl.
43 bc8a22cc bellard
44 bc8a22cc bellard
version 0.1.3:
45 bc8a22cc bellard
46 bc8a22cc bellard
 - S390 support (Ulrich Weigand)
47 bc8a22cc bellard
 - glibc 2.3.x compile fix (Ulrich Weigand)
48 bc8a22cc bellard
 - socketcall endian fix (Ulrich Weigand)
49 bc8a22cc bellard
 - struct sockaddr endian fix (Ulrich Weigand)
50 bc8a22cc bellard
 - sendmsg/recvmsg endian fix (Ulrich Weigand)
51 bc8a22cc bellard
 - execve endian fix (Ulrich Weigand)
52 bc8a22cc bellard
 - fdset endian fix (Ulrich Weigand)
53 bc8a22cc bellard
 - partial setsockopt syscall support (Ulrich Weigand)
54 bc8a22cc bellard
 - more accurate pushf/popf emulation
55 bc8a22cc bellard
 - first partial vm86() syscall support (can be used with runcom example).
56 bc8a22cc bellard
 - added bound, cmpxchg8b, cpuid instructions
57 bc8a22cc bellard
 - added 16 bit addressing support/override for string operations
58 bc8a22cc bellard
 - poll() fix
59 bc8a22cc bellard
 
60 bc8a22cc bellard
version 0.1.2:
61 bc8a22cc bellard
62 bc8a22cc bellard
 - compile fixes
63 bc8a22cc bellard
 - xlat instruction
64 bc8a22cc bellard
 - xchg instruction memory lock
65 bc8a22cc bellard
 - added simple vm86 example (not working with QEMU yet). The 54 byte
66 bc8a22cc bellard
   DOS executable 'pi_10.com' program was released by Bertram
67 bc8a22cc bellard
   Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
68 bc8a22cc bellard
69 d691f669 bellard
version 0.1.1:
70 d691f669 bellard
71 d691f669 bellard
 - glibc 2.2 compilation fixes
72 d691f669 bellard
 - added -s and -L options
73 d691f669 bellard
 - binary distribution of x86 glibc and wine
74 bc8a22cc bellard
 - big endian fixes in ELF loader and getdents.
75 d691f669 bellard
76 3ef693a0 bellard
version 0.1:
77 3ef693a0 bellard
78 3ef693a0 bellard
 - initial public release.