CVS commit: src/lib/libc/arch/powerpc/string

2021-07-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 24 05:27:26 UTC 2021 Modified Files: src/lib/libc/arch/powerpc/string: Makefile.inc Log Message: For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), and memmove(3) consistently for debug library (*.go) in order to av

CVS commit: src/lib/libc/arch/powerpc/gen

2020-06-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 22 06:49:04 UTC 2020 Modified Files: src/lib/libc/arch/powerpc/gen: _lwp.c Log Message: Turn on _UC_TLSBASE for sure in the same manner as other ports. No functional changes since that flag is turned on via getcontext(2). T

CVS commit: src/lib/libc/arch/powerpc

2018-02-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 28 21:00:02 UTC 2018 Modified Files: src/lib/libc/arch/powerpc: genassym.cf Log Message: PIC code clobbers %r30 so we need to update the saved oucp with caller's %r30 manually. Makes old context happy when it needs to do mor

CVS commit: src/lib/libc/arch/powerpc/gen

2018-02-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 28 20:51:58 UTC 2018 Modified Files: src/lib/libc/arch/powerpc/gen: swapcontext.S Log Message: PIC code clobbers %r30 so we need to update the saved oucp with caller's %r30 manually. Makes old context happy when it needs to

CVS commit: src/lib/libc/arch/powerpc/string

2016-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 19 14:30:23 UTC 2016 Modified Files: src/lib/libc/arch/powerpc/string: bzero.S Log Message: PR/50228: Christian Groessler: fix bzero(ptr, 0) on ppc. Check for 0 length before jumping to cb_memset like memset does. To g

CVS commit: src/lib/libc/arch/powerpc/sys

2014-02-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 1 20:26:21 UTC 2014 Modified Files: src/lib/libc/arch/powerpc/sys: __syscall.S syscall.S Log Message: Since powerpc passes 8 arguments in registers and the syscall number in r0, shuffle register argument so the kernel won't

CVS commit: src/lib/libc/arch/powerpc/gen

2014-01-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 28 14:10:39 UTC 2014 Removed Files: src/lib/libc/arch/powerpc/gen: fabs_ieee754.c Log Message: no need to duplicate the generic fabs_ieee754.c here To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/lib/libc

CVS commit: src/lib/libc/arch/powerpc/gen

2014-01-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 28 13:47:04 UTC 2014 Modified Files: src/lib/libc/arch/powerpc/gen: Makefile.inc Added Files: src/lib/libc/arch/powerpc/gen: fabs_ieee754.S fabs_ieee754.c Removed Files: src/lib/libc/arch/powerpc/gen: fabs

CVS commit: src/lib/libc/arch/powerpc

2013-08-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 30 21:28:59 UTC 2013 Modified Files: src/lib/libc/arch/powerpc: Makefile.inc genassym.cf src/lib/libc/arch/powerpc/string: bzero.S Added Files: src/lib/libc/arch/powerpc/misc: powerpc_initfini.c Log Message:

CVS commit: src/lib/libc/arch/powerpc/string

2013-07-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jul 18 12:20:41 UTC 2013 Modified Files: src/lib/libc/arch/powerpc/string: bzero.S Log Message: Use pcrel access and avoid GOT entries. Restructure a little to be more efficient. To generate a diff of this commit: cvs rdiff -

CVS commit: src/lib/libc/arch/powerpc/gen

2012-03-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 22 05:36:50 UTC 2012 Modified Files: src/lib/libc/arch/powerpc/gen: _lwp.c Log Message: Make lint happy. While here, make sure the top of stack is aligned properly. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1

CVS commit: src/lib/libc/arch/powerpc/gen

2011-07-10 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jul 10 21:18:47 UTC 2011 Modified Files: src/lib/libc/arch/powerpc/gen: flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c Log Message: Don't use "f" with non-fp types. Use a

CVS commit: src/lib/libc/arch/powerpc/string

2011-01-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jan 29 02:21:20 UTC 2011 Modified Files: src/lib/libc/arch/powerpc/string: bzero.S Log Message: Don't use r0 to restore LR, use r7 instead. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/powerp

CVS commit: src/lib/libc/arch/powerpc/string

2011-01-18 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 19 02:47:01 UTC 2011 Modified Files: src/lib/libc/arch/powerpc/string: bzero.S Log Message: Fix some bugs introduced when switching to new GOT/PLT format. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/li

CVS commit: src/lib/libc/arch/powerpc

2011-01-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 18 01:23:24 UTC 2011 Modified Files: src/lib/libc/arch/powerpc: genassym.cf Log Message: Change to deal with callframe changes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/powerpc/genassym.

CVS commit: src/lib/libc/arch/powerpc

2011-01-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jan 16 02:43:11 UTC 2011 Modified Files: src/lib/libc/arch/powerpc: Makefile.inc src/lib/libc/arch/powerpc/gen: swapcontext.S src/lib/libc/arch/powerpc/string: bzero.S src/lib/libc/arch/powerpc/sys: __clon

CVS commit: src/lib/libc/arch/powerpc

2011-01-13 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jan 14 06:15:27 UTC 2011 Added Files: src/lib/libc/arch/powerpc: genassym.cf Log Message: Generate symbol constants for UC_GREGS_* and CALLFRAME*. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/pow