aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2009-06-15libc part of prelink IFUNC support.Jakub Jelinek1-1/+1
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper1-30/+6
2009-06-05Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2-4/+96
2009-06-05Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper1-2/+7
2009-06-05Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper1-3/+4
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper4-1/+104
2009-06-04More small optimizations for x86-64 strlen.Ulrich Drepper1-9/+7
2009-06-04Tiny strlen for x86-64 optimization.Ulrich Drepper1-1/+0
2009-06-01Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper2-4/+4
2009-06-01Better error message for invalid relocatio in static binary.Ulrich Drepper2-2/+4
2009-05-31Fix up sched_cpucount in x86-64.Ulrich Drepper1-13/+9
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper5-0/+147
2009-05-31Simplify CPUID value handling.Ulrich Drepper4-36/+19
2009-05-31Add missing file from accept4 commit.Ulrich Drepper1-0/+1
2009-05-29Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper4-4/+32
2009-05-29Implement longjmp checking for s390.Ulrich Drepper4-2/+94
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper2-155/+155
2009-05-22Fix errno for IBM long double.Andreas Schwab4-7/+22
2009-05-22Add ___longjmp_chk support for powerpc{32,64}.Andreas Schwab5-5/+107
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek4-4/+63
2009-05-21Add missing file from previous IA-64 longjmp commit.Ulrich Drepper1-0/+48
2009-05-21Handle -g option for IA-64 assembler.Ulrich Drepper2-0/+89
2009-05-21Fix IA-64 memchr read-ahead.Ulrich Drepper1-1/+16
2009-05-21Add ____longjmp_chk support for IA-64.H.J. Lu1-1/+9
2009-05-21Add missing .text directives.H.J. Lu2-1/+3
2009-05-21Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper1-1/+1
2009-05-21Remove __NR_accept4 definition.Jakub Jelinek1-3/+1
2009-05-21Correct socketcall argument for accept4.Jakub Jelinek1-2/+2
2009-05-18Add ____longjmp_chk for SH.Kaz Kojima3-1/+85
2009-05-16remove subsumed .gitignore entries and filesJim Meyering2-8/+0
2009-05-16remove COPYING* from .gitignore filesJim Meyering2-2/+2
2009-05-15Add missing export of fallocate64 on 32-bit platforms.Jakub Jelinek9-3/+24
2009-05-15Check for valid stack frame in longjmp.Ulrich Drepper4-1/+100
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering2-0/+0
2009-05-10* version.h (VERSION): Bump to 2.10.1.cvs/fedora-glibc-20090510T1842cvs/masterUlrich Drepper2-0/+2
2009-05-09[BZ #10118]Ulrich Drepper4-8/+0
2009-05-09* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.Ulrich Drepper1-0/+5
2009-05-09* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers whenUlrich Drepper1-0/+2
2009-05-07* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper1-0/+2
2009-04-29* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment cha...Jakub Jelinek1-2/+2
2009-04-27* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.Ulrich Drepper3-5/+13
2009-04-27* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors inUlrich Drepper1-1/+1
2009-04-26* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2-1/+3
2009-04-26* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2-0/+4
2009-04-26* sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.Ulrich Drepper1-7/+14
2009-04-26* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.Ulrich Drepper6-10/+106
2009-04-26* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correctUlrich Drepper1-2/+2
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper13-23/+220
2009-04-25for lgamma should set errno to ERANGE, not EDOM.Ulrich Drepper1-1/+1
2009-04-25* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errorsUlrich Drepper1-2/+2