| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 2016-06-06 | 11 | -200/+155 |
* | Fix dbl-64 acos (sNaN) (bug 20212). | Joseph Myers | 2016-06-06 | 3 | -1/+10 |
* | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho | 2016-06-06 | 6 | -6/+42 |
* | tst-rec-dlopen: Fix build fail due to missing inclusion of string.h | Stefan Liebler | 2016-06-06 | 2 | -0/+5 |
* | 2016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2016-06-05 | 3 | -12/+5 |
* | tst-rec-dlopen: Use interposed malloc instead of hooks | Florian Weimer | 2016-06-05 | 2 | -25/+68 |
* | Use __typeof instead of typeof | Andreas Schwab | 2016-06-04 | 2 | -1/+5 |
* | Fix include/wchar.h for C++ | Carlos O'Donell | 2016-06-03 | 2 | -1/+5 |
* | Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205). | Joseph Myers | 2016-06-03 | 3 | -1/+14 |
* | libio: Use wmemset instead of __wmemset to avoid linknamespace issue | Florian Weimer | 2016-06-03 | 2 | -3/+8 |
* | Fix macro API for __USE_KERNEL_IPV6_DEFS. | Carlos O'Donell | 2016-06-02 | 3 | -8/+19 |
* | fork in libpthread cannot use IFUNC resolver [BZ #19861] | Florian Weimer | 2016-06-01 | 2 | -33/+19 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Paul Pluzhnikov | 2016-05-30 | 4 | -1/+18 |
|\ |
|
| * | hurd: disable ifunc for now | Samuel Thibault | 2016-05-30 | 3 | -0/+11 |
| * | Add more hurd exception to local headers list | Samuel Thibault | 2016-05-30 | 2 | -1/+7 |
* | | 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2016-05-30 | 3 | -84/+6 |
|/ |
|
* | posix: Call _exit in failure case for posix_spawn{p} (BZ#20178) | Adhemerval Zanella | 2016-05-30 | 2 | -1/+7 |
* | stpcpy is part of POSIX.1-2008 [BZ #3629] | Roland McGrath | 2016-05-30 | 2 | -3/+9 |
* | hurd: fix _hurd_self_sigstate reference from ____longjmp_chk | Samuel Thibault | 2016-05-30 | 2 | -1/+11 |
* | Count number of logical processors sharing L2 cache | H.J. Lu | 2016-05-27 | 2 | -34/+122 |
* | Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 13 | -12/+101 |
* | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 13 | -12/+103 |
* | Replace M_El with lit_e in libm-test.inc | Paul E. Murphy | 2016-05-27 | 2 | -3/+13 |
* | Replace M_PI_4l with lit_pi_4_d in libm-test.inc | Paul E. Murphy | 2016-05-27 | 2 | -26/+33 |
* | Replace M_PIl with lit_pi in libm-test.inc | Paul E. Murphy | 2016-05-27 | 2 | -38/+45 |
* | Replace M_PI2l with lit_pi_2_d in libm-test.inc | Paul E. Murphy | 2016-05-27 | 5 | -157/+172 |
* | Refactor M_ macros defined in libm-test.inc | Paul E. Murphy | 2016-05-27 | 2 | -33/+54 |
* | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2016-05-27 | 3 | -5/+28 |
* | Remove unused macros from libm-test.inc. | Joseph Myers | 2016-05-27 | 2 | -25/+8 |
* | Refactor type specific macros using regexes | Paul E. Murphy | 2016-05-27 | 2 | -343/+343 |
* | Begin refactor of libm-test.inc | Paul E. Murphy | 2016-05-27 | 5 | -94/+187 |
* | Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156). | Joseph Myers | 2016-05-27 | 6 | -0/+25 |
* | Fix ldbl-128ibm sqrtl (sNaN) (bug 20153). | Joseph Myers | 2016-05-26 | 2 | -5/+7 |
* | Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151). | Joseph Myers | 2016-05-26 | 3 | -4/+11 |
* | Add more sNaN tests to libm-test.inc. | Joseph Myers | 2016-05-26 | 2 | -0/+118 |
* | Support sNaN testing in libm-test.inc. | Joseph Myers | 2016-05-26 | 4 | -8/+56 |
* | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2016-05-26 | 4 | -3/+12 |
* | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 16 | -44/+296 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 63 | -46/+464 |
* | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 2016-05-25 | 16 | -28/+72 |
* | Refactor tst-strtod-round.c for type-generic-ness | Paul E. Murphy | 2016-05-25 | 5 | -4360/+3638 |
* | Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 7 | -18/+47 |
* | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 7 | -18/+49 |
* | Fix UTF-16 surrogate handling. [BZ #19727] | Stefan Liebler | 2016-05-25 | 6 | -3/+292 |
* | Fix ucs4le_internal_loop in error case. [BZ #19726] | Stefan Liebler | 2016-05-25 | 4 | -1/+128 |
* | S390: Fix utf32 to utf16 handling of low surrogates (disable cu42). | Stefan Liebler | 2016-05-25 | 2 | -93/+67 |
* | S390: Fix utf32 to utf8 handling of low surrogates (disable cu41). | Stefan Liebler | 2016-05-25 | 2 | -73/+120 |
* | S390: Use s390-64 specific ionv-modules on s390-32, too. | Stefan Liebler | 2016-05-25 | 7 | -46/+107 |
* | S390: Optimize utf16-utf32 module. | Stefan Liebler | 2016-05-25 | 2 | -92/+384 |
* | S390: Optimize utf8-utf16 module. | Stefan Liebler | 2016-05-25 | 2 | -106/+446 |