Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
mark
Wed Jun 17 13:10:39 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv1357
Modified Files:
copystr.S
Log Message:
Rewritten and cleanup the file.
Share the string copying code between copyinstr() and copyoutstr().
mark
Wed Jun 17 13:13:38 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv1414
Modified Files:
bcopyinout.S
Log Message:
Major overhaul. Rewritten most of this file to optimise copyin() and
copyout() for 32 bit aligned addresses. Also copyin() and copyout() now
share the same actual copying code.
Use the same copying code to implement kcopy().
mark
Wed Jun 17 13:14:07 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv1438
Modified Files:
locore.S
Log Message:
Removed the kcopy() function as this is now implemented in bcopyinout.S.
Home |
Main Index |
Thread Index |
Old Index