Update emulators/mips64emul to 0.1.1.

20040701        The -j option now takes a name, the of the kernel as passed
                on to the bootloader.  ("netbsd" is the default name.)
                Adding support to load bootstrap code directly from a disk
                image, for DECstation.  Both NetBSD/pmax and Ultrix boot
                straight of a disk image now, with no need to supply a
                kernel filename on the command line.  (Ultrix still needs
                -j vmunix, though, to boot from /vmunix instead of /netbsd.)
20040702        Minor bugfix (some new untested code for X11 keypresses was
                incorrect).
20040702(later) Adding an ugly hack for CDROMs in FreeBSD; if an fread() isn't
                done at a 2048-byte aligned offset, it will fail. The hack
                tries to read at 2048-byte aligned offsets and move around
                buffers to make it work.
                Adding video off (screen blanking) support to BT459.
                Making a 0.1.1 release.
This commit is contained in:
xtraeme 2004-07-03 02:08:02 +00:00
parent d148e28c17
commit 57821bdf83
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.6427 2004/07/03 01:00:50 minskim Exp $
$NetBSD: CHANGES,v 1.6428 2004/07/03 02:08:02 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@ -3218,3 +3218,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated GConf2-ui to 2.6.3 [jmmv 2004-07-02]
Updated GeoIP to 1.3.4 [minskim 2004-07-03]
Added p5-Geo-IP-1.21 [minskim 2004-07-03]
Updated mips64emul to 0.1.1 [xtraeme 2004-07-03]

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2004/07/01 05:53:29 xtraeme Exp $
# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $
#
DISTNAME= mips64emul-0.1
DISTNAME= mips64emul-0.1.1
CATEGORIES= emulators
MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2004/07/01 05:52:18 xtraeme Exp $
$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $
SHA1 (mips64emul-0.1.tar.gz) = 0162e37da7c40139658ae235e09173df8ba3d8eb
Size (mips64emul-0.1.tar.gz) = 382555 bytes
SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac
Size (mips64emul-0.1.1.tar.gz) = 385438 bytes