diff options
author | dholland <dholland> | 2014-10-01 08:11:29 +0000 |
---|---|---|
committer | dholland <dholland> | 2014-10-01 08:11:29 +0000 |
commit | 3d89383b4ccf76fcd0f54148a892a02788f9b5ec (patch) | |
tree | 7c10f7bab3a966005067de077b1a15e9b2f6e583 /emulators | |
parent | 8cb0246626f599da31e6478858054d80c276a715 (diff) | |
download | pkgsrc-3d89383b4ccf76fcd0f54148a892a02788f9b5ec.tar.gz |
Update to 1.99.09, a 2.0 release candidate.
Upstream changes:
- Support the CACHE instruction as (for now) a nop.
- Provide the MIPS32 config0 and config1 registers, and pretend to
have 4K each L1 I/D caches. The cache remains fully coherent.
- Don't allow r2000/r3000 (mips-I) style cache flushes.
- Add a disk161 utility for manipulating disk images, and don't
keep disk image sizes in sys161.conf any more.
- Edit/revise the processor docs.
- Fix build with gcc 4.8.
- Provide flock() compat for legacy OSes without it. (Hi, Solaris.)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sys161/Makefile | 4 | ||||
-rw-r--r-- | emulators/sys161/PLIST | 4 | ||||
-rw-r--r-- | emulators/sys161/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/emulators/sys161/Makefile b/emulators/sys161/Makefile index be9f21a919b..75fbee9d520 100644 --- a/emulators/sys161/Makefile +++ b/emulators/sys161/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/08/23 06:55:03 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2014/10/01 08:11:29 dholland Exp $ -DISTNAME= sys161-1.99.08 +DISTNAME= sys161-1.99.09 CATEGORIES= emulators MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/ diff --git a/emulators/sys161/PLIST b/emulators/sys161/PLIST index e28bc82d210..067d8fde00a 100644 --- a/emulators/sys161/PLIST +++ b/emulators/sys161/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2014/03/14 04:09:31 dholland Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/10/01 08:11:29 dholland Exp $ +bin/disk161 +bin/disk161-${PKGVERSION} bin/hub161 bin/hub161-${PKGVERSION} bin/stat161 diff --git a/emulators/sys161/distinfo b/emulators/sys161/distinfo index 4e936ad7a2c..d7a927ab9c8 100644 --- a/emulators/sys161/distinfo +++ b/emulators/sys161/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/08/23 06:55:03 dholland Exp $ +$NetBSD: distinfo,v 1.3 2014/10/01 08:11:29 dholland Exp $ -SHA1 (sys161-1.99.08.tar.gz) = fee690df12a625438bdbfa8b05071853286ea72f -RMD160 (sys161-1.99.08.tar.gz) = 46200345a679f5101524c5185ba7a8b7079046f8 -Size (sys161-1.99.08.tar.gz) = 147051 bytes +SHA1 (sys161-1.99.09.tar.gz) = dbf2a79e6a2903133c1b2a7ece3486649c34f98e +RMD160 (sys161-1.99.09.tar.gz) = 7c8154c605625e7f3442dc81b935058570ea8a57 +Size (sys161-1.99.09.tar.gz) = 159377 bytes |