Age | Commit message (Expand) | Author | Files | Lines |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 19 | -19/+19 |
2019-03-04 | S390: Increase function alignment to 16 bytes. | Stefan Liebler | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2018-12-18 | S390: Refactor memchr ifunc handling. | Stefan Liebler | 2 | -62/+0 |
2018-12-18 | S390: Refactor strcmp ifunc handling. | Stefan Liebler | 2 | -62/+0 |
2018-12-18 | S390: Refactor strncpy ifunc handling. | Stefan Liebler | 2 | -24/+13 |
2018-12-18 | S390: Refactor strcpy ifunc handling. | Stefan Liebler | 2 | -57/+0 |
2018-12-18 | S390: Remove s390 specific implementation of bcopy. | Stefan Liebler | 1 | -85/+0 |
2018-12-18 | S390: Unify 31/64bit memcpy. | Stefan Liebler | 4 | -247/+0 |
2018-12-18 | S390: Unify 31/64bit memcmp. | Stefan Liebler | 4 | -201/+1 |
2018-12-18 | S390: Implement bzero with memset. | Stefan Liebler | 1 | -42/+0 |
2018-12-18 | S390: Unify 31/64bit memset. | Stefan Liebler | 4 | -209/+1 |
2018-08-10 | S390: Fix unwind in 32-bit _mcount | Ilya Leoshkevich | 1 | -2/+6 |
2018-08-10 | S390: Do not clobber R0 in 32-bit _dl_runtime_profile | Ilya Leoshkevich | 1 | -0/+6 |
2018-08-10 | S390: Do not clobber R0 in 32-bit _dl_runtime_resolve | Ilya Leoshkevich | 1 | -2/+8 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_profile | Ilya Leoshkevich | 1 | -78/+135 |
2018-08-10 | S390: Use symbolic offsets for stack variables in 32-bit _dl_runtime_resolve | Ilya Leoshkevich | 1 | -36/+73 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 37 | -37/+37 |
2017-12-11 | S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding. | Stefan Liebler | 1 | -7/+6 |
2017-11-21 | S390: Add cfi information for start routines in order to stop unwinding. | Stefan Liebler | 1 | -0/+7 |
2017-06-27 | S390: Save and restore r12 in TLS_IE macro. | Stefan Liebler | 1 | -5/+7 |
2017-06-19 | S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537] | Stefan Liebler | 1 | -4/+4 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 1 | -0/+1 |
2017-04-06 | Build divdi3 only for architecture that required it | Adhemerval Zanella | 1 | -0/+21 |
2017-04-04 | S390: Clobber also r14 in TLS_LD, TLS_GD macros on 31bit. | Stefan Liebler | 1 | -4/+6 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 36 | -36/+36 |
2016-12-27 | Fix typos in the spelling of "implementation" | Dmitry V. Levin | 1 | -1/+1 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -11/+0 |
2016-11-15 | s390x: Add hidden definition for __sigsetjmp | Florian Weimer | 1 | -18/+24 |
2016-11-04 | Define wordsize.h macros everywhere | Steve Ellcey | 1 | -0/+3 |
2016-10-07 | s390: Refactor ifunc resolvers due to false debuginfo. | Stefan Liebler | 3 | -4/+13 |
2016-07-20 | S390: Do not clobber r13 with memcpy on 31bit with copies >1MB. | Stefan Liebler | 1 | -8/+5 |
2016-07-06 | S390: Use DT_JUMPREL in prelink undo code. | Stefan Liebler | 1 | -4/+2 |
2016-05-24 | S390: Implement mempcpy with help of memcpy. [BZ #19765] | Stefan Liebler | 2 | -22/+59 |
2016-05-24 | S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt. | Stefan Liebler | 3 | -1/+10 |
2016-05-24 | S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant. | Stefan Liebler | 1 | -1/+1 |
2016-05-11 | S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o. | Stefan Liebler | 1 | -2/+0 |
2016-04-01 | S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve. | Stefan Liebler | 1 | -1/+1 |
2016-03-31 | S390: Extend structs La_s390_regs / La_s390_retval with vector-registers. | Stefan Liebler | 1 | -30/+46 |
2016-03-31 | S390: Save and restore fprs/vrs while resolving symbols. | Stefan Liebler | 3 | -126/+250 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 35 | -35/+35 |
2015-11-20 | S390: Use __asm__ instead of asm. | Stefan Liebler | 6 | -116/+116 |
2015-11-09 | S390: Clean setjmp, longjmp, getcontext symbols. | Stefan Liebler | 1 | -8/+10 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-08-26 | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler | 1 | -0/+21 |
2015-08-26 | S390: Optimize strcmp and wcscmp. | Stefan Liebler | 1 | -0/+21 |
2015-08-26 | S390: Optimize strncpy and wcsncpy. | Stefan Liebler | 1 | -0/+21 |
2015-08-26 | S390: Optimize strcpy and wcscpy. | Stefan Liebler | 1 | -0/+21 |