| Age | Commit message (Expand) | Author |
| 2010-03-14 | update all of these makefiles for the .so -> .pico change. | mrg |
| 2010-03-12 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |
| 2010-01-07 | Deal with PLABELs in _lwp_makecontext | skrll |
| 2009-12-14 | Fix typo. | matt |
| 2009-12-14 | Merge from matt-nb5-mips64. | matt |
| 2009-12-06 | Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} because | uebayasi |
| 2009-12-06 | Set ${SRCS.softfloat}. | uebayasi |
| 2009-11-28 | Add no/op routines for m68000 for the sticky, mask, and round settings. | christos |
| 2009-11-03 | Follow upstream license changes for files with Michael Shalayeff's | snj |
| 2009-10-21 | G/C bcopy.m4 and references to it. | skrll |
| 2009-10-03 | SystemV-R4 ABI for M68k returns pointers in %a0, so we have to make sure | phx |
| 2009-08-11 | Change NO_SRCS lines to specify .S in order to exclude the .c file from | dsl |
| 2009-08-03 | bzero.S defines memset(), so exclude memset.c | dsl |
| 2009-08-03 | bzero.S also defines memset(), so exclude memset.c | dsl |
| 2009-07-31 | Don't remove imaxdiv.c | dsl |
| 2009-07-31 | Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. | dsl |
| 2009-07-30 | Stop bcopy.c and bzero.c being compiled | 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-07-17 | Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate | dsl |
| 2009-07-02 | Fix stack alignment for the thread stack. The AMD64 stack has 16 Bytes | joerg |
| 2009-07-01 | Reduce diff to makecontext. | joerg |
| 2009-06-03 | add _lwp_makecontext for the vax. | christos |
| 2009-03-08 | Based on input from Eduardo Horvath (eeh@), replace 'stmd' and 'lmd', | he |
| 2009-02-22 | Make NAN a compile time constant (with help from the compiler). Suggested | martin |
| 2009-02-16 | fix -Wsign-compare issue | lukem |
| 2009-01-30 | The explicit integer bit is "don't care" for infinity, and now that it's | mhitch |
| 2009-01-25 | Sprinkle the "memory" clobber register so the fpsr manipulation actually | skrll |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-24 | Remove __LIBC12_SOURCE__ | 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-08-04 | Use WEAK_ALIAS | matt |
| 2008-08-04 | Use WEAK_ALIAS. | matt |
| 2008-07-02 | Avoid calling a syscall when argument to sbrk(2) is zero. | rmind |
| 2008-05-10 | Backout previous: the license sweep touched these files in error, so | martin |
| 2008-05-02 | Fix nested comment and move to 2 clause license | 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 |
| 2008-04-18 | Fix a stupid typo in a comment. Pointed out by Juergen Hannken-Illjes. | garbled |
| 2008-04-18 | Back out the ppc assembler changes for memcpy/memmove/memcmp on evbppc. | garbled |
| 2008-03-30 | Use SYSTRAP macro, rather than inlining the swi instruction. | chris |
| 2008-03-18 | When compiling for _STANDALONE, omit a bunch of headers which aren't really | he |
| 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 |
| 2008-02-21 | Make use of ppc tuned assembler. | garbled |
| 2008-02-09 | m68k/Makefile.inc: | mrg |
| 2008-01-10 | Modify the high part of the fraction so that we recognize our __infinityl | martin |