| Age | Commit message (Expand) | Author |
| 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 |
| 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-07-12 | Include sparc_v8 library into sparc64 32-bit compat libc library. | nakayama |
| 2014-07-12 | Use save instruction to set up a local stack frame. | nakayama |
| 2013-10-18 | convert to full ANSI C. | mrg |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2012-09-12 | setcontext() used to be incompatible with -lpthread since it affected | manu |
| 2012-03-21 | c89 prototypes, unsigned int | christos |
| 2012-03-21 | void cast | christos |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-04-30 | Save a few global registers during set/longjmp - at least the application | martin |
| 2011-04-12 | rm -f ${.TARGET} before trying to > write to it; some how mine ended up | mrg |
| 2011-03-28 | ABI police: avoid cluttering global registers %g2 and %g7. Not quite there | martin |
| 2011-03-23 | Avoid using %g7 | martin |
| 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-08-11 | Change NO_SRCS lines to specify .S in order to exclude the .c file from | dsl |
| 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-11-06 | Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC. | nakayama |
| 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-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-10 | As mrg@ informs me, delay slots are indented 1 and not 2 spaces. | he |
| 2008-03-10 | Fix the problem that CURBRK can't be referenced directly via R_SPARC_GOT13 | he |
| 2007-10-08 | In handwritten asm use -fPIC code instead of -fpic, our libc has grown | uwe |
| 2006-12-28 | Provide a full frame stack space in the clone'd child. | martin |
| 2006-12-28 | Use CCFSZ instead of 96 for standard save operations. | martin |
| 2006-12-08 | Sync all resumecontext.c versions with the changes originally made | martin |
| 2006-07-03 | build frexp_ieee754 and ldexp_ieee754 in the "compat" subtree | 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 |
| 2006-01-08 | Cosmetics (pointed out by uwe): use trivial restore, not the explicit | martin |
| 2006-01-08 | Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov). | martin |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-10-15 | Switch sparc to the new compat code layout. | uwe |
| 2005-09-14 | Add missing <compat/include/setjmp.h> | martin |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-05-20 | Prettify. Avoid code duplication. | uwe |
| 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 |