diff options
author | dholland <dholland@pkgsrc.org> | 2014-08-23 06:55:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-08-23 06:55:03 +0000 |
commit | 0d1d0f1e93347f0d98ebbe5f16a6378e21103f51 (patch) | |
tree | 053ea6426f14aabb82f47a4dc89ea895588f55e7 /emulators | |
parent | 592cd07054243f6dca15979baf1180eaf1dfda86 (diff) | |
download | pkgsrc-0d1d0f1e93347f0d98ebbe5f16a6378e21103f51.tar.gz |
Update to 1.99.08.
Changes:
- use flock() on disk images to avoid accidents
- improve gdb interface to treat CPUs as "threads"
- rework tty handling; now behaves when backgrounded
- change disk image names in sample config to match OS/161 usage
- rework timing code and fix bug with bogus large idle counts
- rework and retune main loop; much faster
- use more gcc warnings
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sys161/Makefile | 4 | ||||
-rw-r--r-- | emulators/sys161/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/sys161/Makefile b/emulators/sys161/Makefile index a3f37383c3b..be9f21a919b 100644 --- a/emulators/sys161/Makefile +++ b/emulators/sys161/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/03/14 04:09:31 dholland Exp $ +# $NetBSD: Makefile,v 1.2 2014/08/23 06:55:03 dholland Exp $ -DISTNAME= sys161-1.99.07 +DISTNAME= sys161-1.99.08 CATEGORIES= emulators MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/ diff --git a/emulators/sys161/distinfo b/emulators/sys161/distinfo index 9431439098d..4e936ad7a2c 100644 --- a/emulators/sys161/distinfo +++ b/emulators/sys161/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/03/14 04:09:31 dholland Exp $ +$NetBSD: distinfo,v 1.2 2014/08/23 06:55:03 dholland Exp $ -SHA1 (sys161-1.99.07.tar.gz) = 45fae58582ad8120b7b0586f4615f53c4a0a1a6e -RMD160 (sys161-1.99.07.tar.gz) = 597e93080d62dfb42e28ca99bdf5cd8cef7a81af -Size (sys161-1.99.07.tar.gz) = 141830 bytes +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 |