Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A0F7463B879 for ; Fri, 28 May 2010 13:21:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 47D6063B1FB; Fri, 28 May 2010 13:21:28 +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 B456F63B120 for ; Fri, 28 May 2010 13:21:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9DDE9175DD; Fri, 28 May 2010 13:21:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 28 May 2010 13:21:26 +0000 From: Izumi Tsutsui Subject: CVS commit: pkgsrc/emulators/simh To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20100528132126.9DDE9175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tsutsui Date: Fri May 28 13:21:26 UTC 2010 Modified Files: pkgsrc/emulators/simh: Makefile distinfo pkgsrc/emulators/simh/patches: patch-aa patch-ac Removed Files: pkgsrc/emulators/simh/patches: patch-ad Log Message: Update simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me. --- Change Log For V3.8-1 SCP and libraries: * Fixed bug in DETACH ALL if called at simulator exit (from Dave Bryan) * Fixed bug in DO command handling of null arguments (from Dave Bryan) * Fixed bug in DO handling of \\ (literal backslash) (from Dave Bryan) * Fixed warnings in help printouts HP2100 (all changes from Dave Bryan) * Corrected DMS violation register set conditions * JSB to 0/1 with W5 out and fence = 0 erroneously causes MP abort * Fixed DJP, SJP, and UJP jump target validation * BACI: Fixed STC,C losing interrupt request on BREAK * MPX: Implemented 12792C eight-channel terminal multiplexer * MT: Fixed missing flag after CLR command * PIF: Implemented 12620A/12936A Privileged Interrupt Fences IBM 1401: * Fixed bug in ZA and ZS (from Bob Abeles) * Fixed tape indicator implementation (from Bob Abeles) * Added missing magtape modifier A (from Van Snyder) * Added -n (no rewind) option to BOOT (from Van Snyder) * Fixed bug to mask input to 6b on read (from Bob Abeles) PDP11: * Moved all Unibus/Qbus support routines to common I/O library * Fxed bug in ASHP left overflow calc * Fixed bug in DIVx VAX: * Fxed bug in ASHP left overflow calc * Fixed bug in DIVx * Resync time of day clock on any clock reset --- Also some pkgsrc fixes, including Linux build: * add MAKE_FLAGS in pkgsrc Makefile to define USE_NETWORK in dist makefile * reorganize patch-aa for makefile to reduce diffs: * use gmake (USE_TOOLS+=gmake in Makefile) * check OSTYPE properly (so that it also builds on Linux) * use "else " for OSTYPE checks * revert previous gcc -> ${CC} change since -std=c99 seems mandatory * update patch-ac for upstream cosmetics (for "set telnet" using raw mode) * remove patch-ad for inline definitions since upstream has disabled it * remove INSTALL_DATA_DIR as suggested by pkglint Tested on NetBSD/i386 -current and CentOS 5.4 i386. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/emulators/simh/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/simh/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/simh/patches/patch-aa cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/simh/patches/patch-ac cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/simh/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.