aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-17Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper2-1/+6
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger6-5/+14
2011-04-17Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab5-20/+32
2011-04-17Fix FPU context handling in getcontext on x86-64.Ulrich Drepper5-6/+70
2011-04-17Typo fix appproximated.Justin P. Mattock2-2/+2
2011-04-17Fix a comment.Justin P. Mattock1-1/+1
2011-04-17Use .machine to prevent AS from complaining about z9-109 instructions in icon...Andreas Krebbel4-3/+19
2011-04-17Skip extra zeroes when searching auxv on s390Andreas Krebbel2-0/+17
2011-04-16Obsolete RPC implementation in libc.Ulrich Drepper71-623/+993
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper12-14/+56
2011-04-10Update NEWS.Ulrich Drepper1-2/+3
2011-04-09Don't leave empty element in rpath when skipping an elementAndreas Schwab2-6/+29
2011-04-09Make ppc sync_file_range cancelable.Andreas Schwab2-3/+18
2011-04-09Fix typo in comment.Ulrich Drepper3-4/+10
2011-04-07Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2-11/+21
2011-04-07Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab2-9/+3
2011-04-05Fix strncmp page test to limit length to size of objectAndreas Schwab2-3/+9
2011-04-05Fix typo in CL.Ulrich Drepper1-1/+1
2011-04-03Fix typo in cache information table for x86-{32,64}.Ulrich Drepper3-2/+7
2011-04-02Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-0/+3
2011-04-02Define CLOCK_BOOTTIME.Ulrich Drepper2-0/+6
2011-04-02Update comment about feature macros.Ulrich Drepper2-0/+5
2011-04-01Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu7-7/+73
2011-04-01Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper3-3/+9
2011-04-01Add syncfs syscall.Andreas Schwab6-2/+53
2011-04-01Rename open_by_handle to open_by_handle_at.Andreas Schwab10-15/+27
2011-04-01Define O_PATH.Ulrich Drepper8-1/+16
2011-04-01Also make x86 sync_file_range a cancellation point.Ulrich Drepper4-4/+58
2011-04-01Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper9-33/+130
2011-04-01Install bits/timex.h header.Andreas Schwab2-1/+6
2011-04-01Fix typos in comments.Ulrich Drepper9-27/+36
2011-04-01Add support for name_to_handle_at and open_by_handle.Ulrich Drepper10-38/+297
2011-04-01Define AT_EMPTY_PATH.Ulrich Drepper2-0/+5
2011-03-31Export new symbol.Ulrich Drepper3-0/+7
2011-03-30Add clock_adjtime syscall.Ulrich Drepper6-86/+216
2011-03-22Last change caused infinite loops because of missing loop increment.Ulrich Drepper3-0/+10
2011-03-21Fix whitespace issue.Ulrich Drepper1-8/+8
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu4-17/+81
2011-03-20Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper4-9/+114
2011-03-18Add BZ info.Ulrich Drepper2-2/+3
2011-03-18Check size of pattern in wide character representation in fnmatch.Ulrich Drepper2-1/+18
2011-03-18PowerPC: Fix POWER6 s_isnanf.S: END(__isnan) to END(__isnanf)Ryan S. Arnold2-3/+8
2011-03-10Remove __restrict quals from wmemcmp prototype.Jakub Jelinek2-2/+5
2011-03-10Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-6/+12
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper9-9/+85
2011-03-10Regenerate.Ulrich Drepper1-12/+90
2011-03-10sparc64: Relax tls linking test.Mike Frysinger3-6/+13
2011-03-10Don't run tests checking xecutable stack when SELinux is enforcing.Ulrich Drepper2-1/+11
2011-03-06Fix loading first object along a path when tracing.Ulrich Drepper2-1/+8
2011-03-04Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia4-51/+94