Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src/sys
Module Name: src
Committed By: snj
Date: Thu Feb 26 20:38:00 UTC 2009
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-5]: copy.S
src/sys/arch/i386/i386 [netbsd-5]: copy.S
src/sys/sys [netbsd-5]: systm.h
Log Message:
Pull up following revision(s) (requested by rmind in ticket #493):
sys/arch/amd64/amd64/copy.S: revision 1.13
sys/arch/i386/i386/copy.S: revision 1.17
sys/sys/systm.h: revision 1.234
Add ucas (CAS for user-space address) support for i386 and amd64.
API provides ucas_int() and ucas_ptr() for now.
Reviewed by <ad>.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.4.1 src/sys/arch/amd64/amd64/copy.S
cvs rdiff -r1.16 -r1.16.10.1 src/sys/arch/i386/i386/copy.S
cvs rdiff -r1.228 -r1.228.4.1 src/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index