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
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 n
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 d
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/power
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/_s