Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/09/1996 07:50:02
matthias
Wed Oct  9 00:40:46 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/fpu
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/fpu

Added Files:
	README 
Log Message:
* Add the README file from Ian Dall's original distribution.


matthias
Wed Oct  9 00:42:14 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/stand

Modified Files:
	boot.c 
Log Message:
* Now that ddb works, boot should set esym to the correct value...


matthias
Wed Oct  9 00:42:15 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/stand
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/stand

Modified Files:
	inflate.c 
Log Message:
* Now that ddb works, boot should set esym to the correct value...


matthias
Wed Oct  9 00:44:54 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	clock.c 
Log Message:
* Remove unused function spinwait.
* Add Phil Budne's microtime.


matthias
Wed Oct  9 00:44:57 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	db_disasm.c 
Log Message:
* Make it work for NetBSD and not for mach. Most of
this was done by Phil Budne.


matthias
Wed Oct  9 00:45:00 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	db_interface.c 
Log Message:
* Make it work for NetBSD and not for mach. Most of
this was done by Phil Budne.
* Move some functions shared with kgdb to db_memrw.c.


matthias
Wed Oct  9 00:45:01 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Added Files:
	db_memrw.c 
Log Message:
* New file for routines common for kgdb and ddb support.


matthias
Wed Oct  9 00:45:03 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	db_trace.c 
Log Message:
* Make it work for NetBSD and not for mach. Most of
this was done by Phil Budne.
* Remove things not used by NetBSD.
* Make stacktracebacks work better.


matthias
Wed Oct  9 00:45:06 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	intr.c 
Log Message:
* Reduce softint latency.
* Pull over change from i386 to make statclock > (tty | net | bio).


matthias
Wed Oct  9 00:45:07 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Added Files:
	kgdb.h 
Log Message:
* New file for kgdb support.


matthias
Wed Oct  9 00:45:09 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Added Files:
	kgdb_machdep.c 
Log Message:
* New file for kgdb support.


matthias
Wed Oct  9 00:45:11 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Added Files:
	kgdb_stub.c 
Log Message:
* New file for kgdb support.


matthias
Wed Oct  9 00:45:14 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	locore.s 
Log Message:
* Set _kernel_text to the correct value.
* Fix a typo in delay().
* Disable generation of profiling prologue for proc_trampoline,
sigcode, idle, handle_trap, flush_icache, svc and interrupt.
* A few tweaks to make kgdb and ddb work nicer.


matthias
Wed Oct  9 00:45:18 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	machdep.c 
Log Message:
* Support for ddb.
* New patchable variable maxphysmem to limit physical memory.
That's useful to simulate small machines for testing install
kernels.
* Make debugging crashdumps with gdb -k work.
* microtime is moved to clock.c.
* Reserve memory for symbol table when ddb is configured.
* Move checks for RB_KDB into consinit.


matthias
Wed Oct  9 00:45:21 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	pmap.c 
Log Message:
* A few prototyping tweakes and deletion of unused variables.
(pulled over from i386).


matthias
Wed Oct  9 00:45:23 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	swapgeneric.c 
Log Message:
* Fix declaration of setconf.


matthias
Wed Oct  9 00:45:26 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	trap.c 
Log Message:
* Add prototypes.
* Add support for ddb and kgdb.


matthias
Wed Oct  9 00:45:28 PDT 1996
Update of /cvsroot/src/sys/arch/pc532/pc532
In directory netbsd1:/home/matthias/netbsd/sys/arch/pc532/pc532

Modified Files:
	vm_machdep.c 
Log Message:
* Pull over prototyping fixes from i386.