| Age | Commit message (Expand) | Author |
| 2021-11-20 | Use the DWARF pseudo-register for the signal trampoline return address. | thorpej |
| 2021-11-03 | CFI: Saved RA needs to point to the PC slot in the ucontext_t. | thorpej |
| 2021-11-03 | Set up the CFI in a slightly more rational way. | thorpej |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-07-06 | Ensure that the stack is always 16-byte aligned by rounding sizes as needed. | thorpej |
| 2021-05-25 | POSIX sez: | thorpej |
| 2020-10-21 | Fix typo (thanks kamil@ for pointing it out). | thorpej |
| 2020-10-21 | Add call frame unwind info to the Alpha signal trampoline. Using | thorpej |
| 2020-10-21 | - Consistently use _REG_* defines from assym.h to mean register numbers, | thorpej |
| 2020-04-18 | Rename "syscall" to "_syscall" and provide "syscall" as a weak alias. | thorpej |
| 2018-11-07 | On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs. | riastradh |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2014-08-03 | defintion -> definition | wiz |
| 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 |