Statistics
| Branch: | Revision:

root / Changelog @ e026db58

History | View | Annotate | Download (1.8 kB)

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