2 |
|
- fixed the problem with Ticks getting incremented on every interrupt, not |
3 |
|
just 60Hz (e.g. moving the mouse made the caret blink faster) |
4 |
|
- Unix: cleaned up pthread attributes [Brian Johnson] |
5 |
+ |
- Unix: fixed floppy problems under Linux |
6 |
+ |
- Unix: implement "ignoresegv" feature on Linux/x86, Linux/ppc, Darwin/ppc |
7 |
+ |
- Unix: serial port baud rates are now set correctly |
8 |
+ |
- Unix: it is now possible to make the serial drivers pipe their input/output |
9 |
+ |
to programs by using a '|' followed by a command line as the modem or |
10 |
+ |
printer port setting (instead of a device name like '/dev/ttyS0') |
11 |
+ |
[Brian Johnson] |
12 |
+ |
- Unix: the option "--config FILE" tells B2 to use a different config file |
13 |
|
|
14 |
|
V1.0 (snapshot) - 15.Jan.2002 |
15 |
|
- added support for on-the-fly video resolution and depth switching, and |