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