| 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 |
| 2019-04-26 | Unify signbitl implementations. | maya |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2015-04-15 | remove various HAVE_GCC=45 fragments. | mrg |
| 2014-02-02 | Fix unsigned 64 bit int to long double conversion for numbers that would not | martin |
| 2013-11-20 | PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/low | martin |
| 2013-10-28 | convert to ANSI C definitions. | mrg |
| 2013-09-14 | Redo previous to fix build break. | nakayama |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-03-17 | now live in common/lib/libc/arch/sparc64/string | christos |
| 2013-02-15 | While we are using softfloat for 128 bit long double values, make fpsetround | martin |
| 2013-02-15 | Make all conversions from 128bit (long double) floats to integral types | martin |
| 2012-09-13 | Fix register usage | martin |
| 2012-09-12 | setcontext() used to be incompatible with -lpthread since it affected | manu |
| 2012-06-24 | fix old style definitions; XXX: gcc should have picked them up but it did not. | christos |
| 2012-03-21 | do not need lint overrides anymore | christos |
| 2012-03-20 | We do not care about portability when instantiating softfloats for our | martin |
| 2012-03-17 | delint | martin |
| 2012-03-17 | Avoid lint warnings | martin |
| 2012-03-14 | Rename __zero to __sf128_zero to avoid clashes with the strange new | martin |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-07-12 | rename sparc64 BLOCK_SIZE and BLOCK_ALIGN to have SPARC64_ prefixes. | mrg |
| 2011-07-10 | Fix so that float128_to_uint64_round_to_zero is defined for sparc64. | matt |
| 2011-07-07 | Don't define a new enum. Just #define round_* to their FP_Rx instead. | matt |
| 2011-07-04 | Add __floatunsidf __floatunsisf __floatunsitf routines. | matt |
| 2011-06-22 | apply some -Wno-error/-Wno-enum-compare/-Wno-array-bounds. | mrg |
| 2011-05-25 | use _ALIGN consistently. | christos |
| 2011-05-24 | make this compile with DEBUG (_ALIGN was not defined). | christos |
| 2011-04-30 | Fix previous: the way we calculate, we need to test the size of sigjmp_buf | martin |
| 2011-04-30 | Add another compile time assert: catch overflows of jmp_buf | martin |
| 2011-04-30 | Save/restore some global registers (sigsetjmp compatible). Does not realy | martin |
| 2011-04-30 | Rearange jmp_buf content again: storing the sigsetjmp() save_mask midway | martin |
| 2011-04-27 | Fix offsets used in the assembly code to save global registers into a | martin |
| 2011-03-28 | ABI police: avoid cluttering global registers %g2 and %g7. Not quite there | martin |
| 2011-03-22 | Remove the sparc-v7 compatibility wrapper functions (.div, .mul, ... .urem), | martin |
| 2011-03-06 | While we use hardware (for float and double), but cooperate with softfloat | 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-12-06 | Set ${SRCS.softfloat}. | 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 | 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-02-22 | Make NAN a compile time constant (with help from the compiler). Suggested | martin |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-24 | Remove __LIBC12_SOURCE__ | martin |
| 2008-10-26 | define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build. | mrg |