Fix up whitespaces.
[platform/upstream/glibc.git] / sysdeps /
2009-11-06 Philippe De MuyterFix spelling of (Newton-)Raphson
2009-11-06 Andreas SchwabCorrect readahead syscall wrapper on powerpc32.
2009-11-06 Jakub JelinekFix R_PPC64_{JMP_IREL,IRELATIVE} handling in dl-conflict.c.
2009-11-06 Jakub JelinekFix preadv, pwritev and fallocate for -D_FILE_OFFSET_BI...
2009-11-03 Andreas SchwabMake name of libgcc_s library configurable
2009-10-30 Andreas SchwabFix typo in readlinkat
2009-10-30 Alan ModraUglify IFUNC tests for PPC.
2009-10-30 Alan ModraImplement IFUNC for PPC.
2009-10-30 Ulrich DrepperAdd a few defines to <netinet/udp.h>.
2009-10-30 Ulrich DrepperImplement mkstemps and mkstemps64.
2009-10-30 Ulrich DrepperFix IA-64 and S390 sigevent definitions.
2009-10-30 Ulrich DrepperFix compat handling in *at functions.
2009-10-30 Ulrich DrepperFix AIO when thread creation failed.
2009-10-29 Andreas SchwabFix errno handling in posix_openpt.
2009-10-29 Ulrich DrepperFix getttyname on Linux when called for different devices.
2009-10-29 Philip PrindevilleAdd macros for DSCP markings.
2009-10-29 Ulrich DrepperFix F_GETOWN on some Linux archs.
2009-10-29 Ulrich DrepperDefine F_OWNER_* and f_owner_ex for Linux targets.
2009-10-29 Ulrich DrepperAllow compat handling of getutmp.
2009-10-28 Joseph S. MyersReadd definition of __expl in ldbl-128
2009-10-23 Ulrich DrepperFix whitespaces.
2009-10-23 H.J. LuImplement SSE4.2 optimized strchr and strrchr.
2009-10-23 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-10-20 Andreas SchwabCorrect errno handling in expm1.
2009-10-14 David S. MillerAdd ____longjmp_chk for sparc
2009-10-07 Roland McGrathClean up unnecessary libc_hidden_builtin_def fiddling...
2009-10-07 Roland McGrathClean up x86 multiarch HAS_FOO macros.
2009-10-01 Ulrich DrepperDefine F_SETOWN_EX and F_GETOWN_EX in Linux headers.
2009-09-29 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-28 Samuel ThibaultFix Hurd mkdirat.
2009-09-15 Roland McGrathconfigure tweaks, support $libc_add_on_config_subdirs
2009-09-08 Jakub JelinekFix __longjmp_chk on s390/s390x.
2009-09-03 Ulrich DrepperFix IA-32 strstr in multiarch configuration as well.
2009-09-03 Jakub JelinekFix strstr/strcasestr/fma/fmaf on x86_64.
2009-09-01 Joshua W. BoyerFix use of 64-bit insn in 32-bit memcpy for POWER6.
2009-09-01 Jakub JelinekFix x86_64 bits/mathinline.h for -m32 compilation.
2009-08-31 Andreas SchwabFix parse error in bits/mathinline.h with --std=c99
2009-08-28 H.J. LuRemove ENABLE_SSSE3_ON_ATOM.
2009-08-26 Ulrich DrepperAdd isinf optimized for 64-bit.
2009-08-26 Ulrich DrepperOptimized isnan for 64-bit machines.
2009-08-26 Ulrich DrepperMake llround an alias for lround on 64-bit machines.
2009-08-26 Ulrich DrepperOptimized nearbyint for 64-bit.
2009-08-26 Ulrich DrepperOptimized rint implementation for x86-64.
2009-08-26 Ulrich DrepperAdd 64-bit optimized s_round.
2009-08-25 Ulrich DrepperOptimize out duplicated scalbln code for x86-64.
2009-08-25 Ulrich DrepperAdd 64-bit optimized scalbln.
2009-08-25 Ulrich DrepperOptimized signbit{,f} for x86-64.
2009-08-25 Ulrich DrepperAdd 64-bit optimized version lround.
2009-08-25 Ulrich Drepper64-bit optimized implementation of trunc.
2009-08-25 Ulrich DrepperHandle AVX saving on x86-64 in interrupted smbol lookups.
2009-08-25 Ulrich DrepperAdd ceil implementation for 64-bit machines.
2009-08-24 Ulrich DrepperOptimize float construction/extraction on x86-64.
2009-08-24 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-08-24 Roland McGrathAdd sysdeps/unix/syscall-template.S; build syscall...
2009-08-24 Ulrich DrepperDefine math_errhandling is possible.
2009-08-24 Ulrich DrepperOptimize x86-64 signbit{,f} a bit.
2009-08-22 Andreas SchwabAdd sigstack handling to Linux ____longjmp_chk on powerpc.
2009-08-20 Roland McGrathImprove backtrace_symbols{,_fd} output when missing...
2009-08-08 H.J. LuSupport mixed SSE/AVX audit and check AVX only once.
2009-08-08 H.J. LuUse PIC only if SHARED is defined.
2009-08-08 Jim MeyeringSimplify cpuid.h configure test.
2009-08-08 Ulrich DrepperMove SSE4.2 functions together.
2009-08-08 Ulrich DrepperAdd SSSE3-optimized implementation of str{,n}cmp for...
2009-08-07 Ulrich DrepperAvoid warning through fake initialization.
2009-08-07 Ulrich DrepperFix whitespace in last patch.
2009-08-07 H.J. LuAdd the missing "; \".
2009-08-07 Ulrich DrepperFix whitespaces in last checkin.
2009-08-07 H.J. LuProperly count number of logical processors on Intel...
2009-08-05 Ulrich DrepperAdd x86 SSE strlen.
2009-08-04 H.J. LuAdd x86 32-bit SSE4.2 string functions.
2009-08-03 Ulrich DrepperRemove leftover code from Linux/x86 ____longjmp_chk.
2009-08-02 Ulrich Drepperx86/x86-64 now needs <cpuid.h> from gcc.
2009-08-01 Ulrich DrepperRemove last trace of bounded pointer handling from...
2009-08-01 Ulrich DrepperMerge branch 'master' of file:///net/myware66/home...
2009-08-01 Ulrich DrepperOptimize x86 and x86-64 ____longjmp_chk for Linux.
2009-07-31 Ulrich DrepperFix ____longjmp_chk on x86-64.
2009-07-31 H.J. LuSupport multiarch for i686.
2009-07-31 Ulrich DrepperRemove CHEC_ESP handling from i386 __longjmp.
2009-07-31 Ulrich DrepperWhitespace cleanup.
2009-07-31 Ulrich DrepperAdd sigstack handling to Linux ____longjmp_chk on i386.
2009-07-31 Ulrich Drepper____longjmp_chk is now OS-specific.
2009-07-31 Ulrich DrepperChange code a bit to correct CFI.
2009-07-31 Ulrich DrepperOptimize ____longjmp_chk for x86-64 a bit.
2009-07-31 Ulrich DrepperFix x86-64 ____longjmp_chk to handle signal stacks.
2009-07-30 Ulrich DrepperStop backtrace when we make no more progress.
2009-07-29 Ulrich DrepperAdd support for x86-64 fma instruction.
2009-07-29 Ulrich DrepperPrepare use if IFUNC functions outside libc.so.
2009-07-29 Ulrich DrepperImprove CFI in x86-64 ld.so trampoline code.
2009-07-29 H.J. LuProperly restore AVX registers on x86-64.
2009-07-29 Ulrich DrepperPreserve SSE registers in runtime relocations on x86-64.
2009-07-27 Ulrich DrepperRefine testing for xmm/ymm register use in x86-64 ld.so.
2009-07-27 Ulrich DrepperNo need for special strcmp for rtld.
2009-07-26 Ulrich DrepperMake sure no code in ld.so uses xmm/ymm registers on...
2009-07-26 H.J. LuAdd SSE2 support to str{,n}cmp for x86-64.
2009-07-26 Ulrich DrepperCompatibility of signalfd/eventfd with older kernels.
2009-07-26 H.J. LuSome some optimizations for x86-64 strcmp.
2009-07-25 Ulrich DrepperHandle missing NSS modules and those without callbacks.
2009-07-25 Ulrich DrepperOptimize x86-64 SSE4.2 strcmp.
2009-07-24 Ulrich DrepperDon't automatically use /lib/modules/* headers.
2009-07-24 Ulrich DrepperMore white space fixes.
next