Age | Commit message (Expand) | Author | Files | Lines |
2016-05-30 | posix: Call _exit in failure case for posix_spawn{p} (BZ#20178) | Adhemerval Zanella | 1 | -1/+1 |
2016-05-30 | hurd: fix _hurd_self_sigstate reference from ____longjmp_chk | Samuel Thibault | 1 | -1/+6 |
2016-05-27 | Count number of logical processors sharing L2 cache | H.J. Lu | 1 | -34/+116 |
2016-05-27 | Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2 | -5/+21 |
2016-05-27 | Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156). | Joseph Myers | 5 | -0/+15 |
2016-05-26 | Fix ldbl-128ibm sqrtl (sNaN) (bug 20153). | Joseph Myers | 1 | -5/+3 |
2016-05-26 | Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151). | Joseph Myers | 2 | -4/+4 |
2016-05-26 | network: Fix missing bits from {recv,send}{m}msg standard com,pliance | Adhemerval Zanella | 2 | -2/+2 |
2016-05-25 | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 15 | -44/+275 |
2016-05-25 | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 60 | -37/+350 |
2016-05-25 | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 15 | -28/+12 |
2016-05-25 | Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479). | Joseph Myers | 6 | -18/+36 |
2016-05-25 | Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479). | Joseph Myers | 6 | -18/+36 |
2016-05-25 | S390: Fix utf32 to utf16 handling of low surrogates (disable cu42). | Stefan Liebler | 1 | -93/+62 |
2016-05-25 | S390: Fix utf32 to utf8 handling of low surrogates (disable cu41). | Stefan Liebler | 1 | -73/+115 |
2016-05-25 | S390: Use s390-64 specific ionv-modules on s390-32, too. | Stefan Liebler | 6 | -46/+88 |
2016-05-25 | S390: Optimize utf16-utf32 module. | Stefan Liebler | 1 | -92/+379 |
2016-05-25 | S390: Optimize utf8-utf16 module. | Stefan Liebler | 1 | -106/+441 |
2016-05-25 | S390: Optimize utf8-utf32 module. | Stefan Liebler | 1 | -184/+480 |
2016-05-25 | S390: Optimize iso-8859-1 to ibm037 iconv-module. | Stefan Liebler | 1 | -37/+56 |
2016-05-25 | S390: Optimize builtin iconv-modules. | Stefan Liebler | 2 | -0/+1270 |
2016-05-25 | S390: Optimize 8bit-generic iconv modules. | Stefan Liebler | 4 | -0/+452 |
2016-05-25 | S390: Configure check for vector support in gcc. | Stefan Liebler | 2 | -0/+53 |
2016-05-25 | S390: Get rid of make warning: overriding recipe for target gconv-modules. | Stefan Liebler | 2 | -50/+51 |
2016-05-24 | Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479). | Joseph Myers | 4 | -4/+4 |
2016-05-24 | Do not raise "inexact" from generic round (bug 15479). | Joseph Myers | 5 | -56/+12 |
2016-05-24 | Do not raise "inexact" from generic floor (bug 15479). | Joseph Myers | 4 | -45/+20 |
2016-05-24 | Do not raise "inexact" from generic ceil (bug 15479). | Joseph Myers | 4 | -42/+18 |
2016-05-24 | Avoid an extra branch to PLT for -z now | H.J. Lu | 1 | -2/+6 |
2016-05-24 | S390: Implement mempcpy with help of memcpy. [BZ #19765] | Stefan Liebler | 8 | -45/+167 |
2016-05-24 | S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt. | Stefan Liebler | 7 | -5/+21 |
2016-05-24 | S390: Use 64bit instruction to check for copies of > 1MB with mvcle. | Stefan Liebler | 1 | -1/+1 |
2016-05-24 | S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant. | Stefan Liebler | 1 | -1/+1 |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 4 | -9/+54 |
2016-05-23 | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 1 | -1/+20 |
2016-05-20 | Remove special L2 cache case for Knights Landing | H.J. Lu | 1 | -2/+0 |
2016-05-19 | Implement proper fmal for ldbl-128ibm (bug 13304). | Joseph Myers | 1 | -11/+249 |
2016-05-19 | Correct Intel processor level type mask from CPUID | H.J. Lu | 1 | -1/+1 |
2016-05-19 | Check the HTT bit before counting logical threads | H.J. Lu | 2 | -76/+85 |
2016-05-19 | Remove alignments on jump targets in memset | H.J. Lu | 1 | -32/+5 |
2016-05-18 | Don't call internal _Unwind_Resume via PLT | H.J. Lu | 2 | -2/+2 |
2016-05-18 | Don't call internal __pthread_unwind via PLT | H.J. Lu | 1 | -2/+4 |
2016-05-18 | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. | Joseph Myers | 1 | -0/+1 |
2016-05-18 | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. | Joseph Myers | 1 | -0/+1 |
2016-05-13 | Call init_cpu_features only if SHARED is defined | H.J. Lu | 2 | -0/+8 |
2016-05-13 | Support non-inclusive caches on Intel processors | H.J. Lu | 1 | -1/+11 |
2016-05-12 | This is an optimized memset for AArch64. Memset is split into 4 main cases: | Wilco Dijkstra | 1 | -198/+161 |
2016-05-12 | Increase fork signal safety for single-threaded processes [BZ #19703] | Florian Weimer | 1 | -15/+38 |