Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/powerpc



Module Name:    syssrc
Committed By:   chs
Date:           Wed Jul 24 04:59:33 UTC 2002

Modified Files:
        syssrc/sys/arch/powerpc/conf: files.powerpc
        syssrc/sys/arch/powerpc/powerpc: trap.c
Removed Files:
        syssrc/sys/arch/powerpc/powerpc: copyinstr.c copyoutstr.c

Log Message:
reimplement copy{in,out}str() similarly to copy{in,out}()
(instead of the old way of calling [fs]ubyte() in a loop).


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -r1.3 -r0 syssrc/sys/arch/powerpc/powerpc/copyinstr.c \
    syssrc/sys/arch/powerpc/powerpc/copyoutstr.c
cvs rdiff -r1.63 -r1.64 syssrc/sys/arch/powerpc/powerpc/trap.c

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