Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1F428A6552 for ; Wed, 1 Oct 2014 08:11:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 46A4C14A1F0; Wed, 1 Oct 2014 08:11:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACC1614A1C9 for ; Wed, 1 Oct 2014 08:11:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id V_mZYcLXbwoC for ; Wed, 1 Oct 2014 08:11:30 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2605814A19A for ; Wed, 1 Oct 2014 08:11:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 159CF98; Wed, 1 Oct 2014 08:11:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 1 Oct 2014 08:11:30 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/emulators/sys161 To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20141001081130.159CF98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dholland Date: Wed Oct 1 08:11:30 UTC 2014 Modified Files: pkgsrc/emulators/sys161: Makefile PLIST distinfo Log Message: 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.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/sys161/Makefile \ pkgsrc/emulators/sys161/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/sys161/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.