Commit graph

3 commits

Author SHA1 Message Date
joerg
448730ef96 Fix errno. Add DragonFly support. 2006-01-12 20:57:25 +00:00
ghen
6b9136eb08 - update pearpc to 0.4
- move options to options.mk file and reorganize a bit
- sort PLIST
- grab MAINTAINERship

ok by xtraeme.

ChangeLog for pearpc-0.4:
	- CPU: stfiwx implemented
	- config: "ppc_start_fullscreen" for starting in fullscreen mode
	- POSIX: allow bridging of tun device
	- use FISTTP instruction on SSE3 aware processors
	- merged native_cd branch from Alexander Stockinger
	- endianess fixes
	- warn that the generic CPU is slow
	- better detection of HFS+ volumes
	- support for DVD-Drives
	- correctly check for NASM
	- Work-around for graphic errors in Mac OS X 10.1
	- POSIX/Linux: fall back to 1 GHz if /proc/cpuinfo doesn't provide cpu
	  frequency
	- 3c90x emulation fixed
	- some PROM fixed for yaboot
	- alteration of x86asm interface to be more programmer friendly
	- use transparent cursors instead of altering cursor visibility (hack
	  for using PearPC with remote desktop)
	- DVD emulation implemented.  Fixes problems with Tiger installation
	- Updated the read_effective_* commands to be faster !!! REGRESSED !!!
	- fixed lvalue casts (compiles now with gcc 4.x)
	- booting from disks with bootfile about 4 GiB limit fixed
2005-12-22 19:27:36 +00:00
xtraeme
e168662f5a Update emulators/pearpc to 0.3.1, patch provided by zul in PR pkg/27092,
thanks!

Changes:

version 0.3.1 (released 5. September 2004):
	- JITC_X86: increased translation cache size
	- (Win32) fixed: '`'/'~' key wasn't mapped
	- (SDL) fixed: right-alt was mapped to left-alt
	- fixed: German '<>|' key wasn't mapped
	- JITC_X86: corrected tw/twi instructions
          (should fix java native IO calls fail)
	- fixed: rfi instruction
          (should also fix java native IO calls fail)
	- fixed: some mysterious partition mappings in
          src/io/prom/fs/hfsplus/partition.c
	- (BEOS) updated
	- disabled unused keyboard shortcuts

version 0.3 (released 13. August 2004):
	- clean up everything on exit
	- (experimental) idle sleep for the JITC CPU
	- asynchronous keyboard and mouse events
	- implemented IDE Flush
	- Win32: implemented fullscreen mode proposed by Matt Jobson
	- short cut keys are configurable
	- correct clock/timing (Win32 + Posix) by Keith Rothman,
          Kimball Thurston and Stefan Weyergraf
	- SDL support
	- SDL: implemented fullscreen mode
	- source tree reorganisation
		- display functions moved to src/system/ui directory
		- src/system/arch created
		- system/posix,win32 and beos moved to system/osapi/
		- host keyboard support separated from SystemDisplay
		- host mouse support separated from SystemDisplay
	- architecture-specific video acceleration functions (x86)
	- configure-system: choose "jitc_x86" on x86s when no
          --enable-cpu given
	- JITC: srawix, subfcx, divwx, divuwx,
		mulhwx, mulwx, subfex, extshx implemented
	- JITC: align entrypoints
2004-09-30 22:59:46 +00:00