Subject: This week's NetBSD/amiga changes
To: None <amiga@sun-lamp.cs.berkeley.edu>
From: Operator <root@endicor.com>
List: amiga
Date: 11/18/1994 12:00:45
Below is a summary of changes that were committed in the last week.
This is an automated message. Please send any comments to
tsarna@endicor.com

---------------------------------

christos
Mon Nov 14 00:53:52 EST 1994
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/i386/i386

Modified Files:
	conf.c trap.c 
Log Message:
changed open prototype in conf.c; added bsd->svr4 errno mapping in trap.c


christos
Mon Nov 14 00:54:31 EST 1994
Update of /b/source/CVS/src/sys/arch/i386/conf
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/i386/conf

Modified Files:
	files.i386.newconf 
Log Message:
Added new svr4 files


christos
Mon Nov 14 00:55:25 EST 1994
Update of /b/source/CVS/src/sys/arch/amiga/amiga
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/amiga/amiga

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:55:54 EST 1994
Update of /b/source/CVS/src/sys/arch/da30/da30
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/da30/da30

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:56:27 EST 1994
Update of /b/source/CVS/src/sys/arch/hp300/hp300
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/hp300/hp300

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:57:08 EST 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/mac68k/mac68k

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:57:35 EST 1994
Update of /b/source/CVS/src/sys/arch/pc532/pc532
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/pc532/pc532

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:58:06 EST 1994
Update of /b/source/CVS/src/sys/arch/pmax/pmax
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/pmax/pmax

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:59:13 EST 1994
Update of /b/source/CVS/src/sys/arch/sparc/sparc
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/sparc/sparc

Modified Files:
	conf.c 
Log Message:
changed open prototype


christos
Mon Nov 14 00:59:40 EST 1994
Update of /b/source/CVS/src/sys/arch/sun3/sun3
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/sys/arch/sun3/sun3

Modified Files:
	conf.c 
Log Message:
changed open prototype


---------------------------------

gwr
Mon Nov 14 12:53:58 PST 1994
Update of /b/source/CVS/src/sys/arch/m68k/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/m68k/m68k

Modified Files:
	db_disasm.c db_interface.c db_trace.c 
Log Message:
Fix disassembly of 8-bit branch displacements (sign extend).
Fix invalid array references disassembling float instructions.
Make the system stack pointer visible in show regs.
Make "sr" a proper short, remove some junk...


---------------------------------

gwr
Wed Nov 16 21:04:36 PST 1994
Update of /b/source/CVS/src/sys/arch/m68k/m68k
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/m68k/m68k

Modified Files:
	db_interface.c 
Log Message:
The sun3 needs its own version of db_write_bytes() so just
added #ifndef sun3 around it for now.  This function should
probably be provided by each port (like sun3/db_write.c).


gwr
Wed Nov 16 21:08:57 PST 1994
Update of /b/source/CVS/src/sys/arch/sun3/sun3
In directory sun-lamp.cs.berkeley.edu:/d/users/gwr/src/sys/arch/sun3/sun3

Added Files:
	db_write.c 
Log Message:
Implements db_write_bytes() for the sun3.
(Needed now that kernel text is read-only 8-)


---------------------------------