ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.82 by gbeauche, 2002-05-20T16:06:24Z vs.
Revision 1.93 by gbeauche, 2006-04-30T21:49:50Z

# Line 1 | Line 1
1   V1.0 (snapshot) - <date>
2 + - fixed support for volumes larger than 4 GB
3   - fixed the problem with Ticks getting incremented on every interrupt, not
4     just 60Hz (e.g. moving the mouse made the caret blink faster)
5 + - backport "idlewait" feature from SheepShaver
6 + - JIT: integrated dynamic translator for Linux/x86 and FreeBSD/x86
7 + - JIT: ported backend to support Linux/x86_64 (AMD64 and EM64T platforms)
8 + - JIT: fixed translation through constant jumps ("jitinline" config option)
9 + - JIT: improve detection of newer CPUs based on the P4 core but
10 +   fallback to a safe default, if necessary
11 + - Unix: moved minimum autoconf support to 2.52+
12 + - Unix: add large file support for 2+ GB hard disk images
13   - Unix: cleaned up pthread attributes [Brian Johnson]
14   - Unix: fixed floppy problems under Linux
15 < - Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc
15 > - Unix: implemented "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc
16 > - Unix: serial port baud rates are now set correctly
17 > - Unix: it is now possible to make the serial drivers pipe their input/output
18 >   to programs by using a '|' followed by a command line as the modem or
19 >   printer port setting (instead of a device name like '/dev/ttyS0')
20 >   [Brian Johnson]
21 > - Unix: the option "--config FILE" tells B2 to use a different config file
22 > - Unix: new prefs options "dsp" and "mixer" to set the OSS device names
23 >   instead of the hardcoded '/dev/dsp' and '/dev/mixer'
24 > - Unix: new ether prefs option 'tun' to use a TUN/TAP interface. The
25 >   configure script used can be overriden with "etherconfig"
26 > - Unix: SDL audio and video output are now available in option
27 > - Unix: sheep_net driver ported to kernel 2.6 (patches from Mac-On-Linux)
28 > - Unix: fix network code to work correctly on 64-bit platforms
29 > - Unix: add user-mode network emulation stack, enabled with 'slirp'
30 > - Unix: implement X11 to MacOS exchange of text through the clipboard
31 > - Unix: improve overall responsiveness on NetBSD platforms
32 > - Unix: fix GUI to build with newer GTK+2
33 > - Unix: fix crash when exitting the GUI early
34 > - Unix: fix fullscreen DGA mode with the VidMode extension
35 > - Windows: a new port derived from Lauri's work is now available
36  
37   V1.0 (snapshot) - 15.Jan.2002
38   - added support for on-the-fly video resolution and depth switching, and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines