Source-Changes archive

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

CVS commit: src/sys/arch/powerpc



Module Name:    src
Committed By:   matt
Date:           Sun Jan 19 02:43:13 UTC 2003

Modified Files:
        src/sys/arch/powerpc/include: pcb.h
        src/sys/arch/powerpc/mpc6xx: genassym.cf
        src/sys/arch/powerpc/powerpc: trap.c vm_machdep.c

Log Message:
Cast to register_t instead of int to be nicer for LP64.
Simplify copyin/copyout/copyinstr/copyoutstr.  Fix bug
where the user virtual address was not updated so that
if the user's buffer crossed a segment boundary, the
wrong data could be copied.  Localize USER_SR to the
ILP32 version of setusr/unsetusr.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/powerpc/include/pcb.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/powerpc/mpc6xx/genassym.cf
cvs rdiff -r1.76 -r1.77 src/sys/arch/powerpc/powerpc/trap.c
cvs rdiff -r1.44 -r1.45 src/sys/arch/powerpc/powerpc/vm_machdep.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