aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)AuthorFilesLines
2010-12-01Fix comparison in sqrtl for IBM long double 128.Luis Machado1-2/+2
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)
2010-12-01Fix warnings in __bswap_16.Ulrich Drepper2-21/+23
(cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5)
2010-12-01Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger1-4/+5
(cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b)
2010-12-01Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper1-5/+8
(cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8)
2010-12-01getdents64 fallback d_type supportJoseph Myers1-1/+5
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
2010-12-01Fix register conflict in s390 ____longjmp_chkAndreas Schwab2-10/+16
(cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738)
2010-12-01Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang1-11/+15
(cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2)
2010-12-01Fix typo in x86-64 epoll.h.Mike Frysinger1-2/+2
(cherry picked from commit e53a31fe575dcfd0dceb9f316d673de34d39abad)
2010-12-01Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu1-0/+4
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
2010-12-01Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort1-2/+4
(cherry picked from commit 2a50c07836d2750baf70442f8f760bf6cd43b3af)
2010-12-0132bit memset-sse2.S fails with uneven cache sizeUlrich Drepper2-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-01Verify in ttyname() that the symlink is valid.Miklos Szeredi2-10/+55
(cherry picked from commit 0e516e0e14f2f9783a21cd1727bc53776341f857)
2010-12-01Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-2/+5
(cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958)
2010-10-26Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li1-2/+2
(cherry picked from commit dbf3a06904168417a05882a871342e7a9ee3b383)
2010-10-26Require suid bit on audit objects in privileged programsAndreas Schwab1-4/+2
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
2010-10-08Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper1-16/+16
(cherry picked from commit 45db99c7d03e497a3320907e722270fb7ee852f3)
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab1-2/+2
(cherry picked from commit bdaa77bc20bbaf5a78da541b993cfead8b8c1b1c)
2010-08-17(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper1-1/+1
(cherry picked from commit c86434ccb576a3ce35b5a74f72b9f03bd45b522a)
2010-08-17More fixes to error handling in getlogin_r.Andreas Schwab1-2/+6
(cherry picked from commit e35fcef8b739ed24e083ff8a3078ac14e101cf67)
2010-08-17Fix error handling in Linux getlogin*.Ulrich Drepper2-13/+16
(cherry picked from commit 63c4ed22b5048c8701d8806026c23cc95f0df756)
2010-06-01Incorrect x86 CPU family and model check.H.J. Lu1-3/+3
(cherry picked from commit 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33)
2010-06-01Fix iov[] size in SH register_dump()Takashi Yoshii1-2/+2
(cherry picked from commit d2f73151763c27173d9a771cea722380d7fc61c2)
2010-06-01Implement recvmmsg also as socketcallAndreas Schwab6-2/+121
(cherry picked from commit 3d04ff3a5d3ce3616837e1d15e03b6e1b360cf26)
2010-05-24Make <sys/timex.h> compatible with C++Andreas Schwab1-3/+3
(cherry picked from commit 5b08ac571ff8e94fe96511a532f0d20997de5f52)
2010-05-12Fix FP exception control.Andrew Stubbs1-3/+9
2010-05-05Handle too-small buffers in Linux getlogin_r.Ulrich Drepper1-4/+13
2010-05-05Remove unnecessary Alpha support.Ulrich Drepper1-36/+14
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab1-0/+4
2010-04-28BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible2-5/+15
2010-04-26BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible1-3/+3
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2-7/+8
2010-04-14Whitespace fix.Ulrich Drepper1-1/+0
2010-04-14Add x86-32 FMA supportH.J. Lu10-36/+179
2010-04-14Check DATA_CACHE_SIZE_HALFH.J. Lu1-2/+2
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu1-6/+371
2010-04-14x86-64 SSE4 optimized memcmpH.J. Lu4-1/+1331
This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X on Intel Core i7.
2010-04-13Update x86-64 cpu multiarch selection header.Ulrich Drepper1-17/+21
2010-04-13Fix makecontext on s390/s390xAndreas Schwab2-63/+63
2010-04-08Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper1-4/+12
2010-04-08Fix fallocate error return on i386.Andreas Schwab2-2/+14
2010-04-08Fix cproj implmentation.Ulrich Drepper1-17/+5
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath3-1/+80
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper2-2/+10
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper2-14/+23
2010-04-03Handle unnecessary padding in getdents64.Ulrich Drepper2-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-03Fix changes to interface list during getifaddrs calls.Ulrich Drepper1-12/+43
2010-04-03Remove incorrect paring of /proc/stat etc.Ryan S. Arnold1-13/+1
2010-03-31Fix build of mmap64.David S. Miller1-1/+1
2010-03-29Define MSG_WAITFORONE.Ulrich Drepper1-1/+3
2010-03-29Fix typos from last patch.Ulrich Drepper1-2/+2