summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha
AgeCommit message (Expand)Author
2014-01-23Use a constant in the text segment to avoid the .lit8 out of range relocationchristos
2013-11-02fix old style declschristos
2013-03-13Remove clearing of ucontext_t, the only random register values now aremartin
2013-03-12Save the GP register value and restore it on longjmp.martin
2012-09-12Fix the build, _UC_UNIQUE has been renamed _UC_TLSBASEmanu
2012-03-21Add some casts to get rid of "bitwise op on signed value is non-portable"he
2011-09-20Explicitly add back __resumecontext wrapperjoerg
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-06-12Use excb before and after the mt_fpcr/mf_fpcr instructions as specifiedmatt
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2009-07-31Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.dsl
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
2009-07-18Remove references to index.c and rindex.c (strchr.c and strrchr.cdsl
2009-02-22Make NAN a compile time constant (with help from the compiler). Suggestedmartin
2008-10-26define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.mrg
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-05-10Backout previous: the license sweep touched these files in error, somartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-22add matching END(). found via -Wa,--fatal-warningsdogcow
2007-04-29fix typosmsaitoh
2006-11-08if setcontext(2) returns, _exit(2) with a return code of -1 insteaddrochner
2006-11-08-check for a NULL uc_link before calling setcontext(2); do a real exit(3)drochner
2006-06-28build frexp/ldexp/modf in the "compat" partdrochner
2006-06-17G/c KMSRCS and KMINCLUDES now that we have common/lib/libcuwe
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-19make these consistent.christos
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2005-12-24__asm__ -> __asmperry
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-09-16these went to compatdrochner
2005-09-16some stuff went to compatdrochner
2005-09-16sigtramp1 moved to compatdrochner
2005-09-14Add missing <compat/include/setjmp.h>martin
2005-06-12Add missing __RCSID()lukem
2005-04-20Don't use 'm4' here. Use $TOOL_M4 instead.jmc
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2004-05-25Add current directory to inlcude pathes as it needed for generated assym.h.petrov
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26no need to define __HAVE_SIGINFO anymoredrochner
2004-03-26fix siginfo adaption -- the "compat_16" prefixdrochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2004-03-23Put the jmpbuf's FPCR in the ucontext, not the other way around.simonb
2004-03-23Fix <tab> nits.simonb
2004-03-21Change longjmp to use setcontext instead of sigreturn14. Change setjmpmatt
2004-03-04* Turn isinf(3) and isnan(3) into C99-style macros.kleink
2004-03-01blow this up by sticking a copyright notice to itdrochner
2004-03-01we need a silly trampoline to make _resumecontext workdrochner
2004-01-15Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.kleink