2016-05-25 |
Joseph Myers | Do not raise "inexact" from powerpc64 ceil, floor,... |
commit | commitdiff | tree |
2016-05-25 |
Joseph Myers | Do not raise "inexact" from powerpc32 ceil, floor,... |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | Fix UTF-16 surrogate handling. [BZ #19727] |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | Fix ucs4le_internal_loop in error case. [BZ #19726] |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Fix utf32 to utf16 handling of low surrogates... |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Fix utf32 to utf8 handling of low surrogates... |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Use s390-64 specific ionv-modules on s390-32... |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize utf16-utf32 module. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize utf8-utf16 module. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize utf8-utf32 module. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize iso-8859-1 to ibm037 iconv-module. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize builtin iconv-modules. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Optimize 8bit-generic iconv modules. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Configure check for vector support in gcc. |
commit | commitdiff | tree |
2016-05-25 |
Stefan Liebler | S390: Get rid of make warning: overriding recipe for... |
commit | commitdiff | tree |
2016-05-24 |
Joseph Myers | Do not raise "inexact" from x86_64 SSE4.1 ceil, floor... |
commit | commitdiff | tree |
2016-05-24 |
Paul E. Murphy | Fixup usage of MIN_EXP in libm-test.inc |
commit | commitdiff | tree |
2016-05-24 |
Paul E. Murphy | Fixup usage of MANT_DIG in libm-test.inc |
commit | commitdiff | tree |
2016-05-24 |
Paul E. Murphy | Refactor tst-strtod-round.c |
commit | commitdiff | tree |
2016-05-24 |
Joseph Myers | Do not raise "inexact" from generic round (bug 15479). |
commit | commitdiff | tree |
2016-05-24 |
Joseph Myers | Do not raise "inexact" from generic floor (bug 15479). |
commit | commitdiff | tree |
2016-05-24 |
Joseph Myers | Do not raise "inexact" from generic ceil (bug 15479). |
commit | commitdiff | tree |
2016-05-24 |
H.J. Lu | Avoid an extra branch to PLT for -z now |
commit | commitdiff | tree |
2016-05-24 |
Stefan Liebler | S390: Implement mempcpy with help of memcpy. [BZ #19765] |
commit | commitdiff | tree |
2016-05-24 |
Stefan Liebler | S390: Do not call memcpy, memcmp, memset within libc... |
commit | commitdiff | tree |
2016-05-24 |
Stefan Liebler | S390: Use 64bit instruction to check for copies of... |
commit | commitdiff | tree |
2016-05-24 |
Stefan Liebler | S390: Use mvcle for copies > 1MB on 32bit with default... |
commit | commitdiff | tree |
2016-05-24 |
Florian Weimer | malloc: Correct malloc alignment on 32-bit architecture... |
commit | commitdiff | tree |
2016-05-23 |
Paul E. Murphy | Refactor tst-strtod6.c |
commit | commitdiff | tree |
2016-05-23 |
Paul E. Murphy | Refactor bug-strtod2.c to be type generic |
commit | commitdiff | tree |
2016-05-23 |
Paul E. Murphy | Refactor bug-strtod.c to better test new types. |
commit | commitdiff | tree |
2016-05-23 |
Florian Weimer | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_cal... |
commit | commitdiff | tree |
2016-05-23 |
Florian Weimer | Make padding in struct sockaddr_storage explicit [BZ... |
commit | commitdiff | tree |
2016-05-23 |
Joseph Myers | conformtest: Correct some limits.h expectations for... |
commit | commitdiff | tree |
2016-05-23 |
Joseph Myers | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux... |
commit | commitdiff | tree |
2016-05-20 |
H.J. Lu | Remove special L2 cache case for Knights Landing |
commit | commitdiff | tree |
2016-05-20 |
Joseph Myers | conformtest: Correct ftw.h expectations for XPG3, XPG4. |
commit | commitdiff | tree |
2016-05-20 |
ricaljasan... | manual: fix typos in error reporting |
commit | commitdiff | tree |
2016-05-20 |
ricaljasan... | manual: fix typo in the introduction |
commit | commitdiff | tree |
2016-05-19 |
Joseph Myers | Implement proper fmal for ldbl-128ibm (bug 13304). |
commit | commitdiff | tree |
2016-05-19 |
H.J. Lu | Correct Intel processor level type mask from CPUID |
commit | commitdiff | tree |
2016-05-19 |
H.J. Lu | Check the HTT bit before counting logical threads |
commit | commitdiff | tree |
2016-05-19 |
H.J. Lu | Remove alignments on jump targets in memset |
commit | commitdiff | tree |
2016-05-19 |
Joseph Myers | conformtest: Correct pwd.h expectations for XPG3. |
commit | commitdiff | tree |
2016-05-19 |
Joseph Myers | conformtest: Correct search.h expectations for XPG3. |
commit | commitdiff | tree |
2016-05-18 |
Joseph Myers | Update libm-test.inc comment about NaN signs. |
commit | commitdiff | tree |
2016-05-18 |
H.J. Lu | Don't call internal _Unwind_Resume via PLT |
commit | commitdiff | tree |
2016-05-18 |
H.J. Lu | Don't call internal __pthread_unwind via PLT |
commit | commitdiff | tree |
2016-05-18 |
Joseph Myers | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. |
commit | commitdiff | tree |
2016-05-18 |
Joseph Myers | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. |
commit | commitdiff | tree |
2016-05-18 |
H.J. Lu | Clear destination buffer updated by the previous run |
commit | commitdiff | tree |
2016-05-17 |
Joseph Myers | Do not declare grantpt, ptsname, unlockpt in stdlib... |
commit | commitdiff | tree |
2016-05-17 |
Joseph Myers | Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4... |
commit | commitdiff | tree |
2016-05-17 |
Joseph Myers | Fix stdlib.h rand_r namespace (bug 20074). |
commit | commitdiff | tree |
2016-05-17 |
Joseph Myers | Correct ttyslot header declaration conditions (bug... |
commit | commitdiff | tree |
2016-05-17 |
Stefan Liebler | Fix tst-cancel17/tst-cancelx17, which sometimes segfaul... |
commit | commitdiff | tree |
2016-05-13 |
Florian Weimer | tst-mallocfork2: Fix race condition, use fewer resources |
commit | commitdiff | tree |
2016-05-13 |
Joseph Myers | conformtest: Correct some stdlib.h expectations for... |
commit | commitdiff | tree |
2016-05-13 |
Joseph Myers | conformtest: Do not expect strdup in string.h for XPG3. |
commit | commitdiff | tree |
2016-05-13 |
H.J. Lu | Call init_cpu_features only if SHARED is defined |
commit | commitdiff | tree |
2016-05-13 |
H.J. Lu | Support non-inclusive caches on Intel processors |
commit | commitdiff | tree |
2016-05-13 |
Florian Weimer | malloc: Rewrite dumped heap for compatibility in __mall... |
commit | commitdiff | tree |
2016-05-12 |
Joseph Myers | conformtest: Correct time.h XPG3 expectations. |
commit | commitdiff | tree |
2016-05-12 |
Joseph Myers | conformtest: Correct some unistd.h expectations for... |
commit | commitdiff | tree |
2016-05-12 |
Joseph Myers | Declare gethostname for XPG4 (bug 20054). |
commit | commitdiff | tree |
2016-05-12 |
Joseph Myers | conformtest: Do not expect S_IF* in fcntl.h. |
commit | commitdiff | tree |
2016-05-12 |
Wilco Dijkstra | This is an optimized memset for AArch64. Memset is... |
commit | commitdiff | tree |
2016-05-12 |
Florian Weimer | Increase fork signal safety for single-threaded process... |
commit | commitdiff | tree |
2016-05-12 |
Florian Weimer | getaddrinfo: Convert from extend_alloca to struct scrat... |
commit | commitdiff | tree |
2016-05-11 |
Joseph Myers | Declare tcgetsid for XPG4 (bug 20055). |
commit | commitdiff | tree |
2016-05-11 |
Florian Weimer | localedef: Do not compile with mcheck |
commit | commitdiff | tree |
2016-05-11 |
Stefan Liebler | S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o. |
commit | commitdiff | tree |
2016-05-11 |
H.J. Lu | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym |
commit | commitdiff | tree |
2016-05-10 |
Joseph Myers | Fix sys/stat.h fchmod namespace (bug 20073). |
commit | commitdiff | tree |
2016-05-10 |
Joseph Myers | conformtest: Correct some sys/stat.h expectations for... |
commit | commitdiff | tree |
2016-05-10 |
Joseph Myers | conformtest: Fix st_blksize, st_blocks expectations... |
commit | commitdiff | tree |
2016-05-10 |
Joseph Myers | Declare pthread_atfork in unistd.h for UNIX98 (bug... |
commit | commitdiff | tree |
2016-05-10 |
Joseph Myers | Declare cuserid in unistd.h for UNIX98 and before ... |
commit | commitdiff | tree |
2016-05-10 |
Florian Weimer | resolv: Call gmtime_r instead of gmtime in p_secstodate... |
commit | commitdiff | tree |
2016-05-10 |
Florian Weimer | getaddrinfo: Restore RES_USE_INET6 flag on error path... |
commit | commitdiff | tree |
2016-05-09 |
Joseph Myers | conformtest: Remove some bogus sys/types.h expectations... |
commit | commitdiff | tree |
2016-05-09 |
Stefan Liebler | S390: Add support for vdso getcpu symbol. |
commit | commitdiff | tree |
2016-05-08 |
H.J. Lu | Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 |
commit | commitdiff | tree |
2016-05-08 |
Neskie Manuel | localedata: chr_US: new Cherokee locale [BZ #12143] |
commit | commitdiff | tree |
2016-05-07 |
Dimitris Pappas | charmaps: IBM875: fix mapping of iota/upsilon variants... |
commit | commitdiff | tree |
2016-05-04 |
Samuel Thibault | Revert "aio: fix newp->running data race" |
commit | commitdiff | tree |
2016-05-04 |
Florian Weimer | malloc: Adjust header file guard in malloc-internal.h |
commit | commitdiff | tree |
2016-05-04 |
Samuel Thibault | aio: fix newp->running data race |
commit | commitdiff | tree |
2016-05-04 |
Florian Weimer | getnameinfo: Return EAI_OVERFLOW in more cases [BZ... |
commit | commitdiff | tree |
2016-05-04 |
Florian Weimer | getnameinfo: Avoid calling strnlen on uninitialized... |
commit | commitdiff | tree |
2016-05-04 |
Florian Weimer | getnameinfo: Reduce line length and add missing comments |
commit | commitdiff | tree |
2016-05-04 |
Gabriel F.... | powerpc: Fix operand prefixes |
commit | commitdiff | tree |
2016-05-04 |
Florian Weimer | CVE-2016-1234: glob: Do not copy d_name field of struct... |
commit | commitdiff | tree |
2016-05-03 |
Joseph Myers | Fix sys/time.h timespec namespace (bug 20041). |
commit | commitdiff | tree |
2016-05-03 |
Paul E. Murphy | powerpc: Add missing insn in swapcontext [BZ #20004] |
commit | commitdiff | tree |
2016-05-02 |
Joseph Myers | Fix fcntl.h timespec namespace (bug 20023). |
commit | commitdiff | tree |
2016-05-02 |
Adhemerval... | powerpc: Fix clone CLONE_VM compare |
commit | commitdiff | tree |
2016-05-02 |
Florian Weimer | hesiod: Avoid heap overflow in get_txt_records [BZ... |
commit | commitdiff | tree |
2016-05-02 |
Florian Weimer | hesiod: Always use thread-local resolver state [BZ... |
commit | commitdiff | tree |
2016-05-02 |
Florian Weimer | hesiod: Remove DEF_RHS |
commit | commitdiff | tree |
next |