diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-06-16 18:15:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-06-16 18:15:16 +0000 |
commit | fb99363ca403f6b118b6e6bcf0d43db8471e4f88 (patch) | |
tree | d6b1d02bd6a9770c06be5dbacb09566d912a6379 /emulators | |
parent | 09b559461ce10169c6b1f903c457f24c49200b2c (diff) | |
download | pkgsrc-fb99363ca403f6b118b6e6bcf0d43db8471e4f88.tar.gz |
Update to 0.4.6:
The changes between release 0.4.5.1 and 0.4.6 include, among other things:
o) NetBSD/pmppc can now run in the emulator (with root-on-nfs), on
an emulated Artesyn PM/PPC board.
o) An instruction combination has been implemented for the idle loop
used by NetBSD/arm (cats, netwinder, and iq80321). In plain English,
this means that if the guest OS inside the emulator is not using
any CPU, the emulator should not use much CPU on the host either.
o) Some minor SuperH emulation speed improvements.
o) General code cleanup: Non-working (skeleton) emulation modes have
been removed, to make it easier to maintain the source code in
the long run, and many unused/legacy constructs have been removed.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/PLIST | 4 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index c36fd064c7b..6562f0fbd88 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2007/05/01 16:34:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.32 2007/06/16 18:15:16 xtraeme Exp $ # -DISTNAME= gxemul-0.4.5.1 +DISTNAME= gxemul-0.4.6 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST index a67582865cf..f64dce41d9d 100644 --- a/emulators/gxemul/PLIST +++ b/emulators/gxemul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2007/05/01 16:34:45 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.18 2007/06/16 18:15:16 xtraeme Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -75,6 +75,8 @@ share/doc/gxemul/20070318-netbsd-macppc.png share/doc/gxemul/20070318-netbsd-macppc_small.png share/doc/gxemul/20070419-openbsd-landisk.png share/doc/gxemul/20070419-openbsd-landisk_small.png +share/doc/gxemul/20070616-netbsd-pmppc-diskless.png +share/doc/gxemul/20070616-netbsd-pmppc-diskless_small.png share/doc/gxemul/HISTORY share/doc/gxemul/LICENSE share/doc/gxemul/README diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index c021f30ee5e..891e3b96cf7 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2007/05/01 16:34:45 xtraeme Exp $ +$NetBSD: distinfo,v 1.22 2007/06/16 18:15:16 xtraeme Exp $ -SHA1 (gxemul-0.4.5.1.tar.gz) = 357b653d39dbdd81e5b85b0cf1c2e9216316b75c -RMD160 (gxemul-0.4.5.1.tar.gz) = b73040d1bd804eb7f549dcbb1d75402846ad8f4b -Size (gxemul-0.4.5.1.tar.gz) = 2136079 bytes +SHA1 (gxemul-0.4.6.tar.gz) = 7601038f5a68ac62bf394c81d81e0050a5723238 +RMD160 (gxemul-0.4.6.tar.gz) = 706cb17021ba2d9d8bb256c841fd46712f032075 +Size (gxemul-0.4.6.tar.gz) = 2191737 bytes |