Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | S390: Use s390-64 specific ionv-modules on s390-32, too. | Stefan Liebler | 7 | -46/+107 |
2016-05-25 | S390: Optimize utf16-utf32 module. | Stefan Liebler | 2 | -92/+384 |
2016-05-25 | S390: Optimize utf8-utf16 module. | Stefan Liebler | 2 | -106/+446 |
2016-05-25 | S390: Optimize utf8-utf32 module. | Stefan Liebler | 2 | -184/+485 |
2016-05-25 | S390: Optimize iso-8859-1 to ibm037 iconv-module. | Stefan Liebler | 2 | -37/+61 |
2016-05-25 | S390: Optimize builtin iconv-modules. | Stefan Liebler | 3 | -0/+1275 |
2016-05-25 | S390: Optimize 8bit-generic iconv modules. | Stefan Liebler | 5 | -0/+460 |
2016-05-25 | S390: Configure check for vector support in gcc. | Stefan Liebler | 4 | -0/+64 |
2016-05-25 | S390: Get rid of make warning: overriding recipe for target gconv-modules. | Stefan Liebler | 4 | -54/+65 |
2016-05-24 | Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479). | Joseph Myers | 5 | -4/+16 |
2016-05-24 | Fixup usage of MIN_EXP in libm-test.inc | Paul E. Murphy | 2 | -11/+16 |
2016-05-24 | Fixup usage of MANT_DIG in libm-test.inc | Paul E. Murphy | 2 | -46/+51 |
2016-05-24 | Refactor tst-strtod-round.c | Paul E. Murphy | 4 | -12357/+12416 |
2016-05-24 | Do not raise "inexact" from generic round (bug 15479). | Joseph Myers | 7 | -141/+111 |
2016-05-24 | Do not raise "inexact" from generic floor (bug 15479). | Joseph Myers | 5 | -45/+38 |
2016-05-24 | Do not raise "inexact" from generic ceil (bug 15479). | Joseph Myers | 5 | -42/+36 |
2016-05-24 | Avoid an extra branch to PLT for -z now | H.J. Lu | 5 | -2/+24 |
2016-05-24 | S390: Implement mempcpy with help of memcpy. [BZ #19765] | Stefan Liebler | 9 | -45/+185 |
2016-05-24 | S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt. | Stefan Liebler | 8 | -5/+32 |
2016-05-24 | S390: Use 64bit instruction to check for copies of > 1MB with mvcle. | Stefan Liebler | 2 | -1/+6 |
2016-05-24 | S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant. | Stefan Liebler | 2 | -1/+6 |
2016-05-24 | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer | 3 | -15/+10 |
2016-05-23 | Refactor tst-strtod6.c | Paul E. Murphy | 2 | -65/+41 |
2016-05-23 | Refactor bug-strtod2.c to be type generic | Paul E. Murphy | 2 | -18/+35 |
2016-05-23 | Refactor bug-strtod.c to better test new types. | Paul E. Murphy | 3 | -65/+96 |
2016-05-23 | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] | Florian Weimer | 3 | -1/+20 |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 9 | -15/+213 |
2016-05-23 | conformtest: Correct some limits.h expectations for XPG3, XPG4. | Joseph Myers | 3 | -4/+16 |
2016-05-23 | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 2 | -1/+42 |
2016-05-20 | Remove special L2 cache case for Knights Landing | H.J. Lu | 2 | -2/+6 |
2016-05-20 | conformtest: Correct ftw.h expectations for XPG3, XPG4. | Joseph Myers | 3 | -1/+23 |
2016-05-19 | manual: fix typos in error reporting | ricaljasan@pacific.net | 2 | -11/+15 |
2016-05-19 | manual: fix typo in the introduction | ricaljasan@pacific.net | 2 | -1/+5 |
2016-05-19 | Implement proper fmal for ldbl-128ibm (bug 13304). | Joseph Myers | 4 | -6148/+6404 |
2016-05-19 | Correct Intel processor level type mask from CPUID | H.J. Lu | 2 | -1/+7 |
2016-05-19 | Check the HTT bit before counting logical threads | H.J. Lu | 3 | -76/+93 |
2016-05-19 | Remove alignments on jump targets in memset | H.J. Lu | 2 | -32/+11 |
2016-05-19 | conformtest: Correct pwd.h expectations for XPG3. | Joseph Myers | 3 | -2/+7 |
2016-05-19 | conformtest: Correct search.h expectations for XPG3. | Joseph Myers | 3 | -1/+11 |
2016-05-18 | Update libm-test.inc comment about NaN signs. | Joseph Myers | 2 | -2/+6 |
2016-05-18 | Don't call internal _Unwind_Resume via PLT | H.J. Lu | 3 | -2/+10 |
2016-05-18 | Don't call internal __pthread_unwind via PLT | H.J. Lu | 2 | -2/+13 |
2016-05-18 | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. | Joseph Myers | 2 | -0/+4 |
2016-05-18 | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. | Joseph Myers | 2 | -0/+6 |
2016-05-18 | Clear destination buffer updated by the previous run | H.J. Lu | 5 | -0/+21 |
2016-05-17 | Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094). | Joseph Myers | 3 | -2/+9 |
2016-05-17 | Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076). | Joseph Myers | 3 | -3/+9 |
2016-05-17 | Fix stdlib.h rand_r namespace (bug 20074). | Joseph Myers | 3 | -2/+7 |
2016-05-17 | Correct ttyslot header declaration conditions (bug 20051). | Joseph Myers | 4 | -4/+18 |
2016-05-17 | Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting. | Stefan Liebler | 2 | -0/+20 |