From owner-source-changes@NetBSD.ORG Tue Jan 17 23:36:02 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA09929; Tue, 17 Jan 1995 23:36:02 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id AAA00524 for source-changes-outgoing; Wed, 18 Jan 1995 00:41:10 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id AAA00520 for ; Wed, 18 Jan 1995 00:41:04 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id WAA04233 for source-changes; Tue, 17 Jan 1995 22:50:03 -0800 Date: Tue, 17 Jan 1995 22:50:03 -0800 From: The Source Master Message-Id: <199501180650.WAA04233@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG mellon Tue Jan 17 22:40:14 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/include In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/include Modified Files: reg.h Log Message: Make register definitions compatible with Ultrix mellon Tue Jan 17 22:42:03 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/include In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/include Modified Files: signal.h Log Message: break mullo and mulhi out of gp regs in sigcontext mellon Tue Jan 17 22:42:58 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/pmax In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/pmax Modified Files: autoconf.c Log Message: Add definition for tc_enable_interrupt for future reference mellon Tue Jan 17 22:43:50 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/pmax In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/pmax Modified Files: clock.c Log Message: Update clock initialization/updating for interoperability with Ultrix (still some problems with this, though mellon Tue Jan 17 22:45:32 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/pmax In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/pmax Modified Files: locore.S Log Message: Add conditional gp support; add interrupt disable before setting or clearing soft ints mellon Tue Jan 17 22:49:14 PST 1995 Update of /b/source/CVS/src/sys/arch/pmax/pmax In directory sun-lamp.cs.berkeley.edu:/c/users/mellon/modules/src/sys/arch/pmax/pmax Modified Files: machdep.c Log Message: Add partial sfb support, ELF and 4.4BSD a.out support, Ultrix-compatible pcb_regs, fix sigcontext, probably more