Module Name:src
Committed By: thorpej
Date: Wed Oct 21 01:58:30 UTC 2020
Modified Files:
src/lib/libc/arch/alpha/sys: __sigtramp2.S
Log Message:
Fix typo (thanks kamil@ for pointing it out).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/al
Module Name:src
Committed By: thorpej
Date: Wed Oct 21 01:55:07 UTC 2020
Modified Files:
src/lib/libc/arch/alpha/sys: __sigtramp2.S
Log Message:
Add call frame unwind info to the Alpha signal trampoline. Using
kamil@'s test program:
Before:
Backtrace 2 stack frames.
0x12
Module Name:src
Committed By: thorpej
Date: Wed Oct 21 01:24:05 UTC 2020
Modified Files:
src/lib/libc/arch/alpha: genassym.cf
src/lib/libc/arch/alpha/gen: __setjmp14.S swapcontext.S
src/lib/libc/arch/alpha/sys: __sigtramp2.S getcontext.S
Log Message:
- Cons
Module Name:src
Committed By: christos
Date: Sat Nov 2 23:54:04 UTC 2013
Modified Files:
src/lib/libc/arch/alpha/gen: fpsetmask.c fpsetsticky.c
Log Message:
fix old style decls
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/alpha/gen/fpset
Module Name:src
Committed By: martin
Date: Wed Mar 13 08:05:46 UTC 2013
Modified Files:
src/lib/libc/arch/alpha/gen: __longjmp14.c
Log Message:
Remove clearing of ucontext_t, the only random register values now are
argument and scratch registers (which will be reloaded aft
Module Name:src
Committed By: martin
Date: Tue Mar 12 19:38:20 UTC 2013
Modified Files:
src/lib/libc/arch/alpha/gen: __longjmp14.c __setjmp14.S
Log Message:
Save the GP register value and restore it on longjmp.
While formally GP is not a callee-saved register, for static
Module Name:src
Committed By: manu
Date: Wed Sep 12 14:13:44 UTC 2012
Modified Files:
src/lib/libc/arch/alpha/gen: _lwp.c
Log Message:
Fix the build, _UC_UNIQUE has been renamed _UC_TLSBASE
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/alp
Module Name:src
Committed By: he
Date: Wed Mar 21 20:07:52 UTC 2012
Modified Files:
src/lib/libc/arch/alpha/gen: fpgetround.c fpsetround.c
Log Message:
Add some casts to get rid of "bitwise op on signed value is non-portable"
warning from lint.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Sun Jun 12 05:44:36 UTC 2011
Modified Files:
src/lib/libc/arch/alpha/gen: __setjmp14.S flt_rounds.c fpgetround.c
fpsetround.c
Log Message:
Use excb before and after the mt_fpcr/mf_fpcr instructions as specified
in the al