diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-14 17:46:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-14 17:46:41 +0000 |
commit | 8bb16786afd1a9e2f7a7eb514577b7e658a0c89b (patch) | |
tree | 102e9e8d8fcc97c1810b5eb9a5c8a78ca36a5dbf /emulators | |
parent | 7a2d290ee305cfd14ba2c62a02c9d4babc5a6f02 (diff) | |
download | pkgsrc-8bb16786afd1a9e2f7a7eb514577b7e658a0c89b.tar.gz |
Update to 0.4.5.
o) Initial support for "disk overlays" has been implemented. This
enables e.g. simple roll-back of emulated disk contents to a
previous state.
o) Dyntrans bug fixes; code translations on physical addresses that
were offset a multiple of 128 MB from each other could either
cause weird bugs, or translation leaks (leading to unnecessary
dyntrans cache overflows).
o) Some cleanup: The GDB debugging stub support, some dummy machine
modes (TS7200, Walnut, PB1000, and Meshcube), and some dummy or
experimental CPUs (RCA180x and Transputer) have been removed, to
make the emulator slightly more maintainable.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 | ||||
-rw-r--r-- | emulators/gxemul/PLIST | 6 | ||||
-rw-r--r-- | emulators/gxemul/distinfo | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index db0531049d0..aadc0094a01 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2007/03/18 21:05:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.30 2007/04/14 17:46:41 xtraeme Exp $ # -DISTNAME= gxemul-0.4.4.1 +DISTNAME= gxemul-0.4.5 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ diff --git a/emulators/gxemul/PLIST b/emulators/gxemul/PLIST index c2b1947e101..0f09b4342c8 100644 --- a/emulators/gxemul/PLIST +++ b/emulators/gxemul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2007/03/18 21:05:38 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.16 2007/04/14 17:46:41 xtraeme Exp $ bin/gxemul man/man1/gxemul.1 share/doc/gxemul/20040504-ultrix45-boot1.png @@ -45,8 +45,6 @@ share/doc/gxemul/20051123-netbsd-prep.png share/doc/gxemul/20051123-netbsd-prep_small.png share/doc/gxemul/20060218-netbsd-evbarm.png share/doc/gxemul/20060218-netbsd-evbarm_small.png -share/doc/gxemul/20060504-gdb-64bit-mips.png -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 @@ -113,7 +111,6 @@ share/doc/gxemul/debian-9-small.png share/doc/gxemul/debian-9.png share/doc/gxemul/dreamcast.html share/doc/gxemul/experiments.html -share/doc/gxemul/gdb_remote.html share/doc/gxemul/guestoses.html share/doc/gxemul/index.html share/doc/gxemul/intro.html @@ -130,6 +127,7 @@ share/doc/gxemul/simplified_dyntrans.png share/doc/gxemul/sprite-20040711.png share/doc/gxemul/sprite-20040711_small.png share/doc/gxemul/technical.html +share/doc/gxemul/translation.html share/doc/gxemul/ultrix4.5-20040706.png share/doc/gxemul/ultrix4.5-20040706_small.png @dirrm share/doc/gxemul diff --git a/emulators/gxemul/distinfo b/emulators/gxemul/distinfo index 87e04d3ebe9..0ed143db7f0 100644 --- a/emulators/gxemul/distinfo +++ b/emulators/gxemul/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2007/03/18 21:05:38 xtraeme Exp $ +$NetBSD: distinfo,v 1.20 2007/04/14 17:46:41 xtraeme Exp $ -SHA1 (gxemul-0.4.4.1.tar.gz) = 3d7553c577cc7d00fcc30f6f909c7673e9e3d610 -RMD160 (gxemul-0.4.4.1.tar.gz) = 768acba728ad1df8bad734f2009b4dddb96366ca -Size (gxemul-0.4.4.1.tar.gz) = 2155651 bytes +SHA1 (gxemul-0.4.5.tar.gz) = fd80413e92393f084a82fab7510ee2a25b6c7f4a +RMD160 (gxemul-0.4.5.tar.gz) = 0c2875422181a49893a62d03c1b0b7213f217ab9 +Size (gxemul-0.4.5.tar.gz) = 2079522 bytes |