Age | Commit message (Expand) | Author |
2016-05-24 | S390: Implement mempcpy with help of memcpy. [BZ #19765] | Stefan Liebler |
2016-05-24 | S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt. | Stefan Liebler |
2016-05-24 | S390: Use 64bit instruction to check for copies of > 1MB with mvcle. | Stefan Liebler |
2016-05-24 | S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant. | Stefan Liebler |
2016-05-24 | malloc: Correct malloc alignment on 32-bit architectures [BZ #6527] | Florian Weimer |
2016-05-23 | Refactor tst-strtod6.c | Paul E. Murphy |
2016-05-23 | Refactor bug-strtod2.c to be type generic | Paul E. Murphy |
2016-05-23 | Refactor bug-strtod.c to better test new types. | Paul E. Murphy |
2016-05-23 | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] | Florian Weimer |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer |
2016-05-23 | conformtest: Correct some limits.h expectations for XPG3, XPG4. | Joseph Myers |
2016-05-23 | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers |
2016-05-20 | Remove special L2 cache case for Knights Landing | H.J. Lu |
2016-05-20 | conformtest: Correct ftw.h expectations for XPG3, XPG4. | Joseph Myers |
2016-05-19 | manual: fix typos in error reporting | ricaljasan@pacific.net |
2016-05-19 | manual: fix typo in the introduction | ricaljasan@pacific.net |
2016-05-19 | Implement proper fmal for ldbl-128ibm (bug 13304). | Joseph Myers |
2016-05-19 | Correct Intel processor level type mask from CPUID | H.J. Lu |
2016-05-19 | Check the HTT bit before counting logical threads | H.J. Lu |
2016-05-19 | Remove alignments on jump targets in memset | H.J. Lu |
2016-05-19 | conformtest: Correct pwd.h expectations for XPG3. | Joseph Myers |
2016-05-19 | conformtest: Correct search.h expectations for XPG3. | Joseph Myers |
2016-05-18 | Update libm-test.inc comment about NaN signs. | Joseph Myers |
2016-05-18 | Don't call internal _Unwind_Resume via PLT | H.J. Lu |
2016-05-18 | Don't call internal __pthread_unwind via PLT | H.J. Lu |
2016-05-18 | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. | Joseph Myers |
2016-05-18 | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. | Joseph Myers |
2016-05-18 | Clear destination buffer updated by the previous run | H.J. Lu |
2016-05-17 | Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094). | Joseph Myers |
2016-05-17 | Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076). | Joseph Myers |
2016-05-17 | Fix stdlib.h rand_r namespace (bug 20074). | Joseph Myers |
2016-05-17 | Correct ttyslot header declaration conditions (bug 20051). | Joseph Myers |
2016-05-17 | Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting. | Stefan Liebler |
2016-05-13 | tst-mallocfork2: Fix race condition, use fewer resources | Florian Weimer |
2016-05-13 | conformtest: Correct some stdlib.h expectations for XPG3. | Joseph Myers |
2016-05-13 | conformtest: Do not expect strdup in string.h for XPG3. | Joseph Myers |
2016-05-13 | Call init_cpu_features only if SHARED is defined | H.J. Lu |
2016-05-13 | Support non-inclusive caches on Intel processors | H.J. Lu |
2016-05-13 | malloc: Rewrite dumped heap for compatibility in __malloc_set_state | Florian Weimer |
2016-05-12 | conformtest: Correct time.h XPG3 expectations. | Joseph Myers |
2016-05-12 | conformtest: Correct some unistd.h expectations for XPG3, XPG4. | Joseph Myers |
2016-05-12 | Declare gethostname for XPG4 (bug 20054). | Joseph Myers |
2016-05-12 | conformtest: Do not expect S_IF* in fcntl.h. | Joseph Myers |
2016-05-12 | This is an optimized memset for AArch64. Memset is split into 4 main cases: | Wilco Dijkstra |
2016-05-12 | Increase fork signal safety for single-threaded processes [BZ #19703] | Florian Weimer |
2016-05-12 | getaddrinfo: Convert from extend_alloca to struct scratch_buffer | Florian Weimer |
2016-05-11 | Declare tcgetsid for XPG4 (bug 20055). | Joseph Myers |
2016-05-11 | localedef: Do not compile with mcheck | Florian Weimer |
2016-05-11 | S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o. | Stefan Liebler |
2016-05-11 | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu |