pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul Update to 0.4.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/633391033f3e
branches:  trunk
changeset: 517714:633391033f3e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Aug 20 16:27:44 2006 +0000

description:
Update to 0.4.2.

Changes between release 0.4.1 and 0.4.2 include, among other things:

    o)  The NetWinder emulation mode now works well enough to let
        NetBSD/netwinder run from a disk image.

        (NetBSD/netwinder has to be installed manually, though, because
        there is no installation ramdisk kernel. The GXemul documentation
        has an example of how to install NetBSD/netwinder using an emulated
        NetBSD/pmax machine.)

    o)  Algorithmics P5064 emulation works well enough to let NetBSD/algor
        run from a disk image. (Similar to NetBSD/netwinder, it has to
        be installed manually, using another emulated machine.)

    o)  PCI configuration register writes can now be handled, which allows
        NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run from
        PCI IDE harddisk images. (Previously, only NetBSD 2.1 worked for
        the Malta and Cobalt emulation modes.)

    o)  Some performance increases:

        The virtual translation table update routine has been simplified
        to work the same way for 32-bit and 64-bit emulation, and this
        apparently results in a speedup for all 64-bit modes.

        For 32-bit MIPS, some more instruction combinations have been added.

diffstat:

 emulators/gxemul/Makefile |   4 ++--
 emulators/gxemul/PLIST    |  16 +++++++++++-----
 emulators/gxemul/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 11 deletions(-)

diffs (69 lines):

diff -r 1298ab92b9fa -r 633391033f3e emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Sun Aug 20 16:25:42 2006 +0000
+++ b/emulators/gxemul/Makefile Sun Aug 20 16:27:44 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2006/07/27 18:14:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/08/20 16:27:44 xtraeme Exp $
 #
 
-DISTNAME=      gxemul-0.4.1
+DISTNAME=      gxemul-0.4.2
 CATEGORIES=    emulators
 MASTER_SITES=  http://gavare.se/gxemul/src/
 
diff -r 1298ab92b9fa -r 633391033f3e emulators/gxemul/PLIST
--- a/emulators/gxemul/PLIST    Sun Aug 20 16:25:42 2006 +0000
+++ b/emulators/gxemul/PLIST    Sun Aug 20 16:27:44 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2006/07/02 11:35:23 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/08/20 16:27:44 xtraeme Exp $
 bin/gxemul
 man/man1/gxemul.1
 share/doc/gxemul/20040504-ultrix45-boot1.png
@@ -27,16 +27,12 @@
 share/doc/gxemul/20041213-debian_4_small.gif
 share/doc/gxemul/20050317-example.png
 share/doc/gxemul/20050317-example_small.png
-share/doc/gxemul/20050413-netbsd-cobalt.png
-share/doc/gxemul/20050413-netbsd-cobalt_small.png
 share/doc/gxemul/20050427-netbsd-hpcmips-1.png
 share/doc/gxemul/20050427-netbsd-hpcmips-1_small.png
 share/doc/gxemul/20050427-netbsd-hpcmips-2.png
 share/doc/gxemul/20050427-netbsd-hpcmips-2_small.png
 share/doc/gxemul/20050617-openbsd-sgi.png
 share/doc/gxemul/20050617-openbsd-sgi_small.png
-share/doc/gxemul/20050622-netbsd-evbmips-malta.png
-share/doc/gxemul/20050622-netbsd-evbmips-malta_small.png
 share/doc/gxemul/20050817-sgi-o2-success-7.png
 share/doc/gxemul/20050817-sgi-o2-success-7_small.png
 share/doc/gxemul/20050817-sgi-o2-success-8.png
@@ -53,6 +49,16 @@
 share/doc/gxemul/20060504-gdb-64bit-mips_small.png
 share/doc/gxemul/20060623-netbsd-sgimips-3.0.png
 share/doc/gxemul/20060623-netbsd-sgimips-3.0_small.png
+share/doc/gxemul/20060724-netbsd-netwinder-1.png
+share/doc/gxemul/20060724-netbsd-netwinder-1_small.png
+share/doc/gxemul/20060724-netbsd-netwinder-2.png
+share/doc/gxemul/20060724-netbsd-netwinder-2_small.png
+share/doc/gxemul/20060812-netbsd-cobalt-3.0.1.png
+share/doc/gxemul/20060812-netbsd-cobalt-3.0.1_small.png
+share/doc/gxemul/20060812-netbsd-malta-3.0.1.png
+share/doc/gxemul/20060812-netbsd-malta-3.0.1_small.png
+share/doc/gxemul/20060814-netbsd-algor-3.0.1.png
+share/doc/gxemul/20060814-netbsd-algor-3.0.1_small.png
 share/doc/gxemul/HISTORY
 share/doc/gxemul/LICENSE
 share/doc/gxemul/Makefile
diff -r 1298ab92b9fa -r 633391033f3e emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Sun Aug 20 16:25:42 2006 +0000
+++ b/emulators/gxemul/distinfo Sun Aug 20 16:27:44 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/07/25 17:46:05 xtraeme Exp $
+$NetBSD: distinfo,v 1.14 2006/08/20 16:27:44 xtraeme Exp $
 
-SHA1 (gxemul-0.4.1.tar.gz) = c81c5ed5233f1e1c5a3c53c84c8b43765b80add9
-RMD160 (gxemul-0.4.1.tar.gz) = 8191d63b233588b82768778ef3d88aa4d8c0b087
-Size (gxemul-0.4.1.tar.gz) = 1830123 bytes
+SHA1 (gxemul-0.4.2.tar.gz) = d912b4a38cf892d6f3e89c71195d6c52bb3718ca
+RMD160 (gxemul-0.4.2.tar.gz) = dcffd9a3d8de93e935a0f2802c1a0aa60c462693
+Size (gxemul-0.4.2.tar.gz) = 1909826 bytes



Home | Main Index | Thread Index | Old Index