Home | History | Annotate | Download | only in booke
History log of /src/sys/arch/powerpc/booke/copyout.c
RevisionDateAuthorComments
 1.10  22-May-2022  andvar fix various small typos, mainly in comments.
 1.9  06-Jul-2020  rin Style and cosmetic changes. No binary changes intended.
 1.8  05-Mar-2020  rin copyoutstr(9): return ENAMETOOLONG correctly when source string is
not NUL-terminated.
 1.7  05-Mar-2020  rin 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.
 1.6  04-Mar-2020  rin Comment out full function of optimized version of copyoutstr(9),
which has never been enabled so far.

Only for clarity. No binary changes.
 1.5  07-Apr-2019  thorpej branches: 1.5.4;
Detangle some of the PowerPC CPU configuration spaghetti.
 1.4  24-Jul-2014  joerg branches: 1.4.28;
#if 0 copyout_le32 and friends, they are currently unused.
 1.3  20-Jun-2011  matt branches: 1.3.12; 1.3.26;
Cleanup includes.
 1.2  18-Jan-2011  matt branches: 1.2.4; 1.2.6;
Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.
 1.1  07-Jan-2011  matt branches: 1.1.2; 1.1.4;
file copyout.c was initially added on branch matt-nb5-pq3.
 1.1.4.1  06-Jun-2011  jruoho Sync with HEAD.
 1.1.2.1  07-Jan-2011  matt Add mpc85xx support for netbsd-5 (with some incompatible kernel changes).
 1.2.6.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2.4.2  05-Mar-2011  rmind sync with head
 1.2.4.1  18-Jan-2011  rmind file copyout.c was added on branch rmind-uvmplock on 2011-03-05 20:51:34 +0000
 1.3.26.1  10-Aug-2014  tls Rebase.
 1.3.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.28.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.4.28.1  10-Jun-2019  christos Sync with HEAD
 1.5.4.1  09-Mar-2020  martin 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.

RSS XML Feed