| Age | Commit message (Expand) | Author |
| 2022-05-30 | Obsolete hack for evbppc to replace memcmp(9), memcpy(9), and memmove(9) | rin |
| 2021-11-27 | Trailing whitespace | skrll |
| 2021-11-21 | Decorate the powerpc signal trampoline with the appropriate .cfi | 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-26 | Improve previous: | rin |
| 2021-07-24 | For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), and | rin |
| 2020-06-22 | Turn on _UC_TLSBASE for sure in the same manner as other ports. | rin |
| 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 |
| 2018-02-28 | PIC code clobbers %r30 so we need to update the saved oucp with | uwe |
| 2018-02-28 | PIC code clobbers %r30 so we need to update the saved oucp with | uwe |
| 2017-02-27 | have fpsetmask() change the FE0/FE1 MSR bits to precise mode if any | chs |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2016-12-19 | PR/50228: Christian Groessler: fix bzero(ptr, 0) on ppc. Check for 0 length | christos |
| 2015-03-19 | Call libc's fpgetround. | joerg |
| 2014-08-23 | Minimize differences between powerpc and powerpc64 | matt |
| 2014-02-01 | Since powerpc passes 8 arguments in registers and the syscall number in r0, | matt |
| 2014-01-28 | no need to duplicate the generic fabs_ieee754.c here | macallan |
| 2014-01-28 | split fabs.c into hardfloat .S and softfloat .c as requested by joerg | macallan |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-08-30 | Use a constructor to get the cache_info. | matt |
| 2013-07-18 | Use pcrel access and avoid GOT entries. Restructure a little to be more | matt |
| 2012-03-22 | Make lint happy. | matt |
| 2012-02-27 | PowerPC doesn't have CERROR since it never had a.out. | matt |
| 2012-02-27 | Make __cerror protected to restore ABI leak in older libc versions, | joerg |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-07-10 | Don't use "f" with non-fp types. Use a union to go between | 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-03-12 | Add PPC TLS support. Add -D_LIBC_SOURCE for tls.c and _lwp.c (powerpc) | matt |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2011-01-29 | Don't use r0 to restore LR, use r7 instead. | matt |
| 2011-01-19 | Fix some bugs introduced when switching to new GOT/PLT format. | matt |
| 2011-01-18 | Change to deal with callframe changes | matt |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2011-01-16 | Switch to the PIC_GOTSETUP/PIC_TOCSETUP macros for PIC code. Now libc | matt |
| 2011-01-15 | Use END(foo) everywhere. | matt |
| 2011-01-14 | Generate symbol constants for UC_GREGS_* and CALLFRAME*. | matt |
| 2010-03-14 | update all of these makefiles for the .so -> .pico change. | mrg |
| 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-08-03 | bzero.S also defines memset(), so exclude memset.c | 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-08-04 | Add C99 functions imaxabs and imaxdiv. | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-18 | Fix a stupid typo in a comment. Pointed out by Juergen Hannken-Illjes. | garbled |