From owner-source-changes@NetBSD.ORG Sun Feb 12 17:26:13 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 RAA07654; Sun, 12 Feb 1995 17:26:12 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id TAA03831 for source-changes-outgoing; Sun, 12 Feb 1995 19:38:52 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id TAA03827 for ; Sun, 12 Feb 1995 19:38:43 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id QAA18025 for source-changes; Sun, 12 Feb 1995 16:50:02 -0800 Date: Sun, 12 Feb 1995 16:50:02 -0800 From: The Source Master Message-Id: <199502130050.QAA18025@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 ragge Sun Feb 12 16:40:40 PST 1995 Update of /b/source/CVS/src/sys/arch/vax In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax Modified Files: README Log Message: ragge Sun Feb 12 16:41:14 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/boot In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/boot Added Files: Makefile autoconf.c boot.c conf.c consio.c devopen.c hp.c srt0.s vaxstand.h Log Message: Boot program added. ragge Sun Feb 12 16:42:00 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/conf In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/conf Modified Files: GENERIC Makefile.vax files.vax.newconf std.vax Added Files: mkoldconf.awk Log Message: Program to make a fast convert from new to old config (Ugly!) ragge Sun Feb 12 16:42:31 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/if In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/if Modified Files: if_de.c if_uba.c Log Message: Bug fixes to get network function OK. ragge Sun Feb 12 16:43:35 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/include In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/include Modified Files: cpu.h endian.h macros.h mtpr.h nexus.h param.h pcb.h pmap.h pte.h sid.h trap.h types.h vmparam.h Added Files: profile.h Log Message: Lots of fixes... ragge Sun Feb 12 16:44:05 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/mba In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/mba Added Files: hp.c hpdefs.h hpreg.h mba.c mbareg.h mbavar.h Log Message: Beginning ov Massbuss support. ragge Sun Feb 12 16:44:29 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/uba In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/uba Modified Files: uba.c ubareg.h ubavar.h uda.c Added Files: ubavec.s Log Message: Fixes for new config. chopps Sun Feb 12 16:44:34 PST 1995 Update of /b/source/CVS/src/sys/arch/m68k/m68k In directory sun-lamp.cs.berkeley.edu:/f/users/chopps/trees/src/sys/arch/m68k/m68k Modified Files: db_interface.c Log Message: add amiga in here too ragge Sun Feb 12 16:46:22 PST 1995 Update of /b/source/CVS/src/sys/arch/vax/vax In directory sun-lamp.cs.berkeley.edu:/f/users/ragge/arbete/vax/vax Modified Files: clock.c conf.c disksubr.c intvec.s ka750.c locore.c machdep.c mem.c mscpvar.h pmap.c rootfil.c subr.s swapgeneric.c trap.c vm_machdep.c Added Files: autoconf.c sbi.c Removed Files: bcopy.s cpu_machdep.c glue.c in_cksum.c skit.c Log Message: Zillions of bugfixes. Obsolete files taken away. New style config fixed. Inline assembler commonly used.