Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-01 | Fix comparison in sqrtl for IBM long double 128. | Luis Machado | 1 | -2/+2 | |
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435) | |||||
2010-12-01 | Fix warnings in __bswap_16. | Ulrich Drepper | 2 | -21/+23 | |
(cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5) | |||||
2010-12-01 | Update sparc epoll.h from epoll_create2 to epoll_create1 | Mike Frysinger | 1 | -4/+5 | |
(cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b) | |||||
2010-12-01 | Linux getifaddrs might return entries with ->ifa_addr being NULL. | Ulrich Drepper | 1 | -5/+8 | |
(cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8) | |||||
2010-12-01 | getdents64 fallback d_type support | Joseph Myers | 1 | -1/+5 | |
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203) | |||||
2010-12-01 | Fix register conflict in s390 ____longjmp_chk | Andreas Schwab | 2 | -10/+16 | |
(cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738) | |||||
2010-12-01 | Fix _FORITY_SOURCE version of longjmp for Linux/x86-64. | Chung-Lin Tang | 1 | -11/+15 | |
(cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2) | |||||
2010-12-01 | Fix typo in x86-64 epoll.h. | Mike Frysinger | 1 | -2/+2 | |
(cherry picked from commit e53a31fe575dcfd0dceb9f316d673de34d39abad) | |||||
2010-12-01 | Add -fno-asynchronous-unwind-tables to initfini.s for i386 | H.J. Lu | 1 | -0/+4 | |
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e) | |||||
2010-12-01 | Hurd: Fix linkat symlink handling. | Emilio Pozuelo Monfort | 1 | -2/+4 | |
(cherry picked from commit 2a50c07836d2750baf70442f8f760bf6cd43b3af) | |||||
2010-12-01 | 32bit memset-sse2.S fails with uneven cache size | Ulrich Drepper | 2 | -2/+22 | |
32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If it isn't true, memset-sse2.S will fail. For example, a processor can have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half of it is 1258291, which isn't helpful for vector instructions. This patch rounds cache sizes to multiple of 256 bytes and adds "raw" cache sizes. (cherry picked from commit c0dde15b5dba7e02ce6f36eab3a4d1c166f9951b) | |||||
2010-12-01 | Verify in ttyname() that the symlink is valid. | Miklos Szeredi | 2 | -10/+55 | |
(cherry picked from commit 0e516e0e14f2f9783a21cd1727bc53776341f857) | |||||
2010-12-01 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 1 | -2/+5 | |
(cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958) | |||||
2010-10-26 | Fix x86-64 strchr propagation of search byte into all bytes of SSE register | Richard Li | 1 | -2/+2 | |
(cherry picked from commit dbf3a06904168417a05882a871342e7a9ee3b383) | |||||
2010-10-26 | Require suid bit on audit objects in privileged programs | Andreas Schwab | 1 | -4/+2 | |
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508) | |||||
2010-10-08 | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmp | Ulrich Drepper | 1 | -16/+16 | |
(cherry picked from commit 45db99c7d03e497a3320907e722270fb7ee852f3) | |||||
2010-08-19 | Fix ifunc thunk for strspn on x86 in static libc | Andreas Schwab | 1 | -2/+2 | |
(cherry picked from commit bdaa77bc20bbaf5a78da541b993cfead8b8c1b1c) | |||||
2010-08-17 | (__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL. | Ulrich Drepper | 1 | -1/+1 | |
(cherry picked from commit c86434ccb576a3ce35b5a74f72b9f03bd45b522a) | |||||
2010-08-17 | More fixes to error handling in getlogin_r. | Andreas Schwab | 1 | -2/+6 | |
(cherry picked from commit e35fcef8b739ed24e083ff8a3078ac14e101cf67) | |||||
2010-08-17 | Fix error handling in Linux getlogin*. | Ulrich Drepper | 2 | -13/+16 | |
(cherry picked from commit 63c4ed22b5048c8701d8806026c23cc95f0df756) | |||||
2010-06-01 | Incorrect x86 CPU family and model check. | H.J. Lu | 1 | -3/+3 | |
(cherry picked from commit 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33) | |||||
2010-06-01 | Fix iov[] size in SH register_dump() | Takashi Yoshii | 1 | -2/+2 | |
(cherry picked from commit d2f73151763c27173d9a771cea722380d7fc61c2) | |||||
2010-06-01 | Implement recvmmsg also as socketcall | Andreas Schwab | 6 | -2/+121 | |
(cherry picked from commit 3d04ff3a5d3ce3616837e1d15e03b6e1b360cf26) | |||||
2010-05-24 | Make <sys/timex.h> compatible with C++ | Andreas Schwab | 1 | -3/+3 | |
(cherry picked from commit 5b08ac571ff8e94fe96511a532f0d20997de5f52) | |||||
2010-05-12 | Fix FP exception control. | Andrew Stubbs | 1 | -3/+9 | |
2010-05-05 | Handle too-small buffers in Linux getlogin_r. | Ulrich Drepper | 1 | -4/+13 | |
2010-05-05 | Remove unnecessary Alpha support. | Ulrich Drepper | 1 | -36/+14 | |
2010-05-03 | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | 1 | -0/+4 | |
2010-04-28 | BZ #11538: Fix ttyname_r callers not to expect errno was set. | Bruno Haible | 2 | -5/+15 | |
2010-04-26 | BZ #11537: Hurd: Fix ttyname_r error return value. | Bruno Haible | 1 | -3/+3 | |
2010-04-15 | Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S | H.J. Lu | 2 | -7/+8 | |
2010-04-14 | Whitespace fix. | Ulrich Drepper | 1 | -1/+0 | |
2010-04-14 | Add x86-32 FMA support | H.J. Lu | 10 | -36/+179 | |
2010-04-14 | Check DATA_CACHE_SIZE_HALF | H.J. Lu | 1 | -2/+2 | |
2010-04-14 | Optimie x86-64 SSE4 memcmp for unaligned data. | H.J. Lu | 1 | -6/+371 | |
2010-04-14 | x86-64 SSE4 optimized memcmp | H.J. Lu | 4 | -1/+1331 | |
This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X on Intel Core i7. | |||||
2010-04-13 | Update x86-64 cpu multiarch selection header. | Ulrich Drepper | 1 | -17/+21 | |
2010-04-13 | Fix makecontext on s390/s390x | Andreas Schwab | 2 | -63/+63 | |
2010-04-08 | Fix reading loginuid file in getlogin{,_r}. | Ulrich Drepper | 1 | -4/+12 | |
2010-04-08 | Fix fallocate error return on i386. | Andreas Schwab | 2 | -2/+14 | |
2010-04-08 | Fix cproj implmentation. | Ulrich Drepper | 1 | -17/+5 | |
2010-04-05 | Move unwind-resume code from NPTL to sysdeps/gnu. | Roland McGrath | 3 | -1/+80 | |
2010-04-04 | Handle POSIX-compliant errno value of unlink in remove. | Ulrich Drepper | 2 | -2/+10 | |
2010-04-04 | Fix concurrent handling of __cpu_features. | Ulrich Drepper | 2 | -14/+23 | |
2010-04-03 | Handle unnecessary padding in getdents64. | Ulrich Drepper | 2 | -3/+14 | |
The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function. | |||||
2010-04-03 | Fix changes to interface list during getifaddrs calls. | Ulrich Drepper | 1 | -12/+43 | |
2010-04-03 | Remove incorrect paring of /proc/stat etc. | Ryan S. Arnold | 1 | -13/+1 | |
2010-03-31 | Fix build of mmap64. | David S. Miller | 1 | -1/+1 | |
2010-03-29 | Define MSG_WAITFORONE. | Ulrich Drepper | 1 | -1/+3 | |
2010-03-29 | Fix typos from last patch. | Ulrich Drepper | 1 | -2/+2 | |