Statistics
| Branch: | Revision:

root / Changelog @ a69d83b6

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