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

2010-03-21 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Mar 22 01:39:11 UTC 2010

Modified Files:
src/lib/libc/arch/powerpc64/gen: __sigsetjmp14.S

Log Message:
replace kernel-only 'stmd' and 'lmd' operations in userland with equivalent
sequences of code, as done in eg, powerpc64/gen/_setjmp.S rev 1.2.

from dennis.c.fergu...@gmail.com in PR#43009.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/powerpc64/gen/__sigsetjmp14.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-11-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 24 07:16:05 UTC 2012

Modified Files:
src/lib/libc/arch/powerpc64/gen: syncicache.c

Log Message:
Use __arraycount(), and cast to u_int.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/arch/powerpc64/gen/syncicache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 24 15:20:58 UTC 2012

Modified Files:
src/lib/libc/arch/powerpc64/gen: _lwp.c

Log Message:
fix lint.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/powerpc64/gen/_lwp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-08-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 13 15:41:22 UTC 2014

Modified Files:
src/lib/libc/arch/powerpc64/gen: swapcontext.S

Log Message:
[] -> ()


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/powerpc64/gen/swapcontext.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2018-11-08 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu Nov  8 16:31:46 UTC 2018

Modified Files:
src/lib/libc/arch/powerpc64/gen: fabs.c

Log Message:
powerpc64 needs fabsl too.  (Apparently no __HAVE_LONG_DOUBLE?)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/powerpc64/gen/fabs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.