summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)AuthorFilesLines
2010-12-25Use prlimit64 for 32-bit [gs]etrlimit64 implementation.Ulrich Drepper4-2/+115
2010-12-25Change XPG-compliant strerror_r function to return error code.Ulrich Drepper1-13/+4
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu5-3/+7
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold7-7/+54
2010-12-19More accurate computatin of reclen in readdir_r.Ulrich Drepper2-1/+3
Alignment issue can increase the reclen limit. Make sure Linux 64-bit readdir_r also accounts for 64-bit alignment in getdents.
2010-12-14Undo accidental checkin.Ulrich Drepper1-25/+30
2010-12-09Fix -D_FORTIFY_SOURCE memmove and bcopJakub Jelinek1-30/+25
2010-12-01Remove dead code from x86-32 SSSE3 strncmp.H.J. Lu1-8/+1
2010-11-30Relax libm tests for x86-32.Ulrich Drepper1-2/+2
2010-11-22ldbl-128 fmal compile fixJakub Jelinek1-1/+1
2010-11-19Define MAP_HUGETLB.Ulrich Drepper2-2/+5
2010-11-16Define SWAP_FLAG_DISCARD.Ulrich Drepper1-1/+2
2010-11-12Support Intel processor model 6 and model 0x2.H.J. Lu1-0/+1
2010-11-10Fix comparison in sqrtl for IBM long double 128.Luis Machado1-2/+2
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu1-0/+6
2010-11-10Fix warnings in __bswap_16.Ulrich Drepper2-21/+23
2010-11-08Use IFUNC on x86-64 memsetH.J. Lu9-156/+369
2010-11-05power7-optimized mempcpyLuis Machado2-0/+929
2010-11-0532bit 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.
2010-11-03Verify in ttyname() that the symlink is valid.Miklos Szeredi2-10/+55
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-2/+5
2010-10-25Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li1-2/+2
2010-10-24powerpc: PPCA2/A2 optimized memcpy functionMichael B. Brutman6-3/+1025
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-4/+2
2010-10-19Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.Ulrich Drepper3-3/+31
2010-10-19Add C99 FP_FAST_FMA{,F,L} macros to math.hMichael Meissner1-0/+4
2010-10-18IEEE quad fmal fixesJakub Jelinek1-2/+4
2010-10-15Implement fmal, some fma bugfixesJakub Jelinek8-97/+467
2010-10-15Fix some more dbl-64/s_fma.c issueJakub Jelinek1-15/+88
2010-10-13Implement accurate fma.Jakub Jelinek15-9/+418
2010-10-11Linux getifaddrs might return entries with ->ifa_addr being NULL.Ulrich Drepper1-5/+8
2010-10-11Correct implementation of fmaf.Jakub Jelinek16-16/+79
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper1-16/+16
2010-10-01sh: Add "extern "C"" to __set_fpscr functionNobuhiro Iwamatsu1-1/+6
2010-10-01Fix last checkin.Andreas Jaeger1-6/+6
2010-10-01Handle cgroup and btrfs filesystemsAndreas Jaeger3-2/+18
2010-09-29powerpc: Use generic memset for RTLD for ppc32/64Luis Machado2-0/+8
2010-09-29S/390: Fix highgprs check in startup codeAndreas Krebbel1-9/+5
2010-09-27Revert "powerpc: PPCA2 optimized memcpy function"Ulrich Drepper4-1018/+0
This reverts commit 44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c. Conflicts: ChangeLog
2010-09-27Properly convert f_fsid in statvfsAndreas Schwab1-1/+2
2010-09-21powerpc: PPCA2 optimized memcpy functionMichael B. Brutman4-0/+1018
2010-09-21getdents64 fallback d_type supportJoseph Myers1-1/+5
2010-09-20Re-enable all strncasecmp versions.Ulrich Drepper1-2/+0
2010-09-20Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2-1/+3
2010-09-20Add support for fanotify_mark on sparc32 and s390Andreas Schwab2-0/+2
2010-09-15Fix register conflict in s390 ____longjmp_chkAndreas Schwab2-10/+16
2010-09-08Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.Chung-Lin Tang1-11/+15
2010-09-05Remove undefined operationsAndreas Schwab1-5/+3
2010-09-02Update x86-64 mpn routines from GMP 5.0.1.Ulrich Drepper7-182/+467
2010-09-01Update sparc epoll.h from epoll_create2 to epoll_create1Mike Frysinger1-4/+5