summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
2010-12-06Fix IPTOS_CLASS definition.Ulrich Drepper
(cherry picked from commit 15bac72bac03faeb3b725b1d208c62160f0c3ad7)
2010-12-01Properly convert f_fsid in statvfsAndreas Schwab
(cherry picked from commit c21cc9bcb38a87ff638d1099ca871d94a2192b31)
2010-12-01Define MAP_HUGETLB.Ulrich Drepper
(cherry picked from commit cf7c9078a5acdbb435498ace92cd81009637a971)
2010-12-01Define SWAP_FLAG_DISCARD.Ulrich Drepper
(cherry picked from commit a1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc)
2010-12-01Fix comparison in sqrtl for IBM long double 128.Luis Machado
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)
2010-12-01Fix warnings in __bswap_16.Ulrich Drepper
(cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5)
2010-12-01Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger
(cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b)
2010-12-01Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper
(cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8)
2010-12-01getdents64 fallback d_type supportJoseph Myers
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
2010-12-01Fix register conflict in s390 ____longjmp_chkAndreas Schwab
(cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738)
2010-12-01Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang
(cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2)
2010-12-01Fix typo in x86-64 epoll.h.Mike Frysinger
(cherry picked from commit e53a31fe575dcfd0dceb9f316d673de34d39abad)
2010-12-01Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
2010-12-01Hurd: Fix linkat symlink handling.Emilio Pozuelo Monfort
(cherry picked from commit 2a50c07836d2750baf70442f8f760bf6cd43b3af)
2010-12-0132bit memset-sse2.S fails with uneven cache sizeUlrich Drepper
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 Szeredi
(cherry picked from commit 0e516e0e14f2f9783a21cd1727bc53776341f857)
2010-12-01Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
(cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958)
2010-10-26Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li
(cherry picked from commit dbf3a06904168417a05882a871342e7a9ee3b383)
2010-10-26Require suid bit on audit objects in privileged programsAndreas Schwab
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
2010-10-08Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmpUlrich Drepper
(cherry picked from commit 45db99c7d03e497a3320907e722270fb7ee852f3)
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab
(cherry picked from commit bdaa77bc20bbaf5a78da541b993cfead8b8c1b1c)
2010-08-17(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.Ulrich Drepper
(cherry picked from commit c86434ccb576a3ce35b5a74f72b9f03bd45b522a)
2010-08-17More fixes to error handling in getlogin_r.Andreas Schwab
(cherry picked from commit e35fcef8b739ed24e083ff8a3078ac14e101cf67)
2010-08-17Fix error handling in Linux getlogin*.Ulrich Drepper
(cherry picked from commit 63c4ed22b5048c8701d8806026c23cc95f0df756)
2010-06-01Incorrect x86 CPU family and model check.H.J. Lu
(cherry picked from commit 3c88fe1e3ab8c6115e9b0c6eb109718da2116a33)
2010-06-01Fix iov[] size in SH register_dump()Takashi Yoshii
(cherry picked from commit d2f73151763c27173d9a771cea722380d7fc61c2)
2010-06-01Implement recvmmsg also as socketcallAndreas Schwab
(cherry picked from commit 3d04ff3a5d3ce3616837e1d15e03b6e1b360cf26)
2010-05-24Make <sys/timex.h> compatible with C++Andreas Schwab
(cherry picked from commit 5b08ac571ff8e94fe96511a532f0d20997de5f52)
2010-05-12Fix FP exception control.Andrew Stubbs
2010-05-05Handle too-small buffers in Linux getlogin_r.Ulrich Drepper
2010-05-05Remove unnecessary Alpha support.Ulrich Drepper
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2010-04-28BZ #11538: Fix ttyname_r callers not to expect errno was set.Bruno Haible
2010-04-26BZ #11537: Hurd: Fix ttyname_r error return value.Bruno Haible
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu
2010-04-14Whitespace fix.Ulrich Drepper
2010-04-14Add x86-32 FMA supportH.J. Lu
2010-04-14Check DATA_CACHE_SIZE_HALFH.J. Lu
2010-04-14Optimie x86-64 SSE4 memcmp for unaligned data.H.J. Lu
2010-04-14x86-64 SSE4 optimized memcmpH.J. Lu
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 Drepper
2010-04-13Fix makecontext on s390/s390xAndreas Schwab
2010-04-08Fix reading loginuid file in getlogin{,_r}.Ulrich Drepper
2010-04-08Fix fallocate error return on i386.Andreas Schwab
2010-04-08Fix cproj implmentation.Ulrich Drepper
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath
2010-04-04Handle POSIX-compliant errno value of unlink in remove.Ulrich Drepper
2010-04-04Fix concurrent handling of __cpu_features.Ulrich Drepper
2010-04-03Handle unnecessary padding in getdents64.Ulrich Drepper
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 Drepper