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 7ACABA6699 for ; Mon, 24 Nov 2014 14:47:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E9D3F14A217; Mon, 24 Nov 2014 14:47:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72D4114A211 for ; Mon, 24 Nov 2014 14:47:28 +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 L66X7wN8L7cH for ; Mon, 24 Nov 2014 14:47:27 +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 B6D4514A199 for ; Mon, 24 Nov 2014 14:47:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B494098; Mon, 24 Nov 2014 14:47:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 24 Nov 2014 14:47:27 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/emulators/vmips To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20141124144727.B494098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Mon Nov 24 14:47:27 UTC 2014 Modified Files: pkgsrc/emulators/vmips: Makefile distinfo Removed Files: pkgsrc/emulators/vmips/patches: patch-cpu.cc patch-options.cc patch-vmipstool.cc Log Message: Update 1.4.1 to 1.5 ------------------- User-visible changes in version 1.5 (since version 1.4.1): * New features/improvements: * VMIPS now includes a basic direct-mapped cache simulation. The cache isolation and cache swap bits in the CP0 Status register are now honored. * The boot monitor distributed with VMIPS now sets up a dummy `argv[0]' value for the loaded program. Also, it halts by entering an infinite loop rather than attempting to execute a `break' instruction when it encounters an unexpected exception. * The setup assembly routine distributed with VMIPS has been made more TLB-friendly. Identity virtual-to-physical mappings for the first few pages of physical RAM are installed in the TLB at program start time. * When `-o excmsg' is on, TLB miss addresses will be printed to stderr. * When `-o ttydev=stdout' is specified, simulated program output will be sent to VMIPS's standard output, even if it is not a tty. * The interactor can now disassemble memory. Also, stepping in the interactor now prints the PC after each step. * VMIPS now supports more of the GDB remote serial protocol, in support of the GDB `info threads' and `detach' commands. The debug protocol TCP port is now configurable via the `-o debugport' option. Also, if something halts the program while the debugger interface is active, VMIPS will tell GDB that the program exited. * Bug fixes: * A bug was fixed in the debugger interface where disconnecting from the debugger socket could cause vmips to enter an infinite loop. * The interactor will refuse to dump raw memory words at non-word-aligned addresses. * The CP0 Cause register IP field is now recomputed whenever the register is read, rather than only when exceptions happen. This makes polling loops with interrupts disabled work correctly. * A bug was fixed in the DECstation-compatible clock device which was preventing some of its registers from being zeroed properly. * Some endianness bugs were fixed in the generic memory-mapped device code and in the DECstation-compatible serial device. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/vmips/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/vmips/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/vmips/patches/patch-cpu.cc cvs rdiff -u -r1.2 -r0 pkgsrc/emulators/vmips/patches/patch-options.cc \ pkgsrc/emulators/vmips/patches/patch-vmipstool.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.