Statistics
| Branch: | Revision:

root / Changelog @ ae48a073

History | View | Annotate | Download (1.8 kB)

1
version 0.1.6:
2

    
3
 - automatic library search system. QEMU can now work with unpatched
4
   ELF dynamic loader and libc (Rusty Russell).
5
 - ISO C warning fixes (Alistair Strachan)
6
 - first self-virtualizable version (works only as long as the
7
   translation cache is not flushed)
8
 - RH9 fixes
9

    
10
version 0.1.5:
11

    
12
 - ppc64 support + personality() patch (Rusty Russell)
13
 - first Alpha CPU patches (Falk Hueffner)
14
 - removed bfd.h dependancy
15
 - fixed shrd, shld, idivl and divl on PowerPC.
16
 - fixed buggy glibc PowerPC rint() function (test-i386 passes now on PowerPC).
17

    
18
version 0.1.4:
19

    
20
 - more accurate VM86 emulation (can launch small DOS 16 bit
21
   executables in wine).
22
 - fixed push/pop fs/gs
23
 - added iret instruction.
24
 - added times() syscall and SIOCATMARK ioctl.
25

    
26
version 0.1.3:
27

    
28
 - S390 support (Ulrich Weigand)
29
 - glibc 2.3.x compile fix (Ulrich Weigand)
30
 - socketcall endian fix (Ulrich Weigand)
31
 - struct sockaddr endian fix (Ulrich Weigand)
32
 - sendmsg/recvmsg endian fix (Ulrich Weigand)
33
 - execve endian fix (Ulrich Weigand)
34
 - fdset endian fix (Ulrich Weigand)
35
 - partial setsockopt syscall support (Ulrich Weigand)
36
 - more accurate pushf/popf emulation
37
 - first partial vm86() syscall support (can be used with runcom example).
38
 - added bound, cmpxchg8b, cpuid instructions
39
 - added 16 bit addressing support/override for string operations
40
 - poll() fix
41
 
42
version 0.1.2:
43

    
44
 - compile fixes
45
 - xlat instruction
46
 - xchg instruction memory lock
47
 - added simple vm86 example (not working with QEMU yet). The 54 byte
48
   DOS executable 'pi_10.com' program was released by Bertram
49
   Felgenhauer (more information at http://www.boo.net/~jasonp/pipage.html).
50

    
51
version 0.1.1:
52

    
53
 - glibc 2.2 compilation fixes
54
 - added -s and -L options
55
 - binary distribution of x86 glibc and wine
56
 - big endian fixes in ELF loader and getdents.
57

    
58
version 0.1:
59

    
60
 - initial public release.