Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/arch/powerpc/booke



Module Name:    src
Committed By:   martin
Date:           Mon Mar  9 10:11:40 UTC 2020

Modified Files:
        src/sys/arch/powerpc/booke [netbsd-9]: copyout.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #771):

        sys/arch/powerpc/booke/copyout.c: revision 1.6
        sys/arch/powerpc/booke/copyout.c: revision 1.7
        sys/arch/powerpc/booke/copyout.c: revision 1.8

copyoutstr(9): sync style with copyinstr(9).
- use variable name "done" instead of "lenp"
- return return value from setfault() on fault, instead of hardcoded EFAULT
No functional changes intended.

copyoutstr(9): return ENAMETOOLONG correctly when source string is
not NUL-terminated.

Comment out full function of optimized version of copyoutstr(9),
which has never been enabled so far.
Only for clarity. No binary changes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/arch/powerpc/booke/copyout.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