History log of /netbsd/sys/arch/powerpc/booke/copyin.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 45cb1d76 06-Jul-2020 rin <rin@NetBSD.org>

Style and cosmetic changes. No binary changes intended.


# 83ea035c 02-Mar-2020 rin <rin@NetBSD.org>

Let copyinstr(9) return ENAMETOOLONG correctly if source is not
NUL-terminated; it cannot be determined by (uint8_t)data == '\0'
since data is right shifted at the end of loop.

Found by POOL_REDZONE.


# 8f6c152d 07-Apr-2019 thorpej <thorpej@NetBSD.org>

Detangle some of the PowerPC CPU configuration spaghetti.


# e01b91e0 24-Jul-2014 joerg <joerg@NetBSD.org>

#if 0 unused copyin_halfword.


# 84a13aa0 16-Mar-2012 matt <matt@NetBSD.org>

Make sure to have copyinstr return ENAMETOOLONG if the string was too long.


# 72a63441 20-Jun-2011 matt <matt@NetBSD.org>

Cleanup includes.


# 52d90327 17-Feb-2011 matt <matt@NetBSD.org>

add begging of single step support. Since BookE doesn't support PSL_SE, if
userret find PSL_SE set in SRR1, it will call booke_sstep to setup the
debug registers.


# a685c6b4 18-Jan-2011 matt <matt@NetBSD.org>

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 u

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.

show more ...