Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/24/2000 18:57:10
Module Name: syssrc
Committed By: mycroft
Date: Mon Jul 24 15:57:10 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/sparc64: locore.s
Log Message:
Pull in the bzero() changes from libc for real, with a couple of kernel-
specific hacks:
* Make the bias handling depend on STKB, so it switches correctly for 32-bit
kernels.
* Use the 32-bit stw/ld for 32-bit kernels.
* Add a few `-STKB's that were missed in the previous change.
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 syssrc/sys/arch/sparc64/sparc64/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.