- updated text files

This commit is contained in:
cebix 2000-02-11 17:25:03 +00:00
parent d6429cb00a
commit e7c9a80182
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
V0.8 -
- Unix/video_x.cpp: new window refresh code [Samuel Lander]
V0.8 (release 0.8-1) - 30.Jan.2000
- extfs: extended size of finf helper files to 32 bytes to eventually
allow storing the complete FInfo/FXInfo in it

View File

@ -653,6 +653,7 @@ Contributions by:
- Bill Huey <billh@mag.ucsd.edu>: 15/16 bit DGA and 15/16/32 bit X11
window support
- David Lawrence <davidl@jlab.org>: incremental window refresh code
- Samuel Lander <blair_sp@hotmail.com>: tile-based window refresh code
- Gwenole Beauchesne <gb@dial.oleane.com>: SPARC assembly optimizations and
fbdev video code
- and others...

View File

@ -44,3 +44,6 @@ Unix:
- sys_unix.cpp: SysFormat(), SysIsFixedDisk(), SysIsDiskInserted(), prevent/allow for
non-floppy/CDROM devices
- scsi_linux.cpp: adapt to SCSI Generic driver V2.0
- ESD vs. /dev/dsp should be a prefs item
- ESD is also available on Solaris
- open /dev/dsp with O_NONBLOCK?