Module Name:src
Committed By: mrg
Date: Mon Oct 28 01:06:36 UTC 2013
Modified Files:
src/lib/libc/arch/sparc64/gen: fpsetmask.c fpsetround.c fpsetsticky.c
Log Message:
convert to ANSI C definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc
Module Name:src
Committed By: martin
Date: Fri Feb 15 09:25:03 UTC 2013
Modified Files:
src/lib/libc/arch/sparc64/gen: fpsetround.c
Log Message:
While we are using softfloat for 128 bit long double values, make fpsetround
update the softfloat rounding mode as well.
To ge
Module Name:src
Committed By: martin
Date: Thu Sep 13 11:47:46 UTC 2012
Modified Files:
src/lib/libc/arch/sparc64/gen: swapcontext.S
Log Message:
Fix register usage
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/sparc64/gen/swapcontext.S
P
Module Name:src
Committed By: martin
Date: Sat Mar 17 21:35:06 UTC 2012
Modified Files:
src/lib/libc/arch/sparc64/gen: flt_rounds.c fpgetmask.c fpgetround.c
fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c longjmp.c
makecontext.c
Log Message:
de
Module Name:src
Committed By: martin
Date: Sat Apr 30 23:39:08 UTC 2011
Modified Files:
src/lib/libc/arch/sparc64/gen: longjmp.c
Log Message:
Fix previous: the way we calculate, we need to test the size of sigjmp_buf
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: martin
Date: Sat Apr 30 23:30:27 UTC 2011
Modified Files:
src/lib/libc/arch/sparc64/gen: longjmp.c
Log Message:
Add another compile time assert: catch overflows of jmp_buf
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/l
Module Name:src
Committed By: martin
Date: Sat Apr 30 19:43:17 UTC 2011
Modified Files:
src/lib/libc/arch/sparc64/gen: _setjmp.S
Log Message:
Save/restore some global registers (sigsetjmp compatible). Does not realy
make a difference currently, but is a hard to spot blackh
Module Name:src
Committed By: martin
Date: Sat Apr 30 19:39:38 UTC 2011
Modified Files:
src/lib/libc/arch/sparc64/gen: longjmp.c setjmp.S sigsetjmp.S
Log Message:
Rearange jmp_buf content again: storing the sigsetjmp() save_mask midway
inside the environment is not a good
Module Name:src
Committed By: martin
Date: Wed Apr 27 21:08:48 UTC 2011
Modified Files:
src/lib/libc/arch/sparc64/gen: longjmp.c setjmp.S sigsetjmp.S
Log Message:
Fix offsets used in the assembly code to save global registers into a
jmp_buf, add a compile time assert to ca