aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-05Don't use removed rpc headersAndreas Schwab4-8/+13
2011-05-03ldconfig: don't crash on empty path in config fileAndreas Schwab2-6/+13
2011-05-02Better use of open in pathconf.Ulrich Drepper1-1/+6
2011-05-02getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modulesMaciej Babinski3-46/+35
2011-05-02Fix pathconf(_PC_BUF_SIZE).Ulrich Drepper3-3/+21
2011-05-01Update NEWSUlrich Drepper1-2/+2
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible4-5/+13
2011-04-29Add finer grained control for initgroups lookups to NSS.Ulrich Drepper3-2/+10
2011-04-22Use al possible bytes from fopen mode string.Eric Blake3-18/+25
2011-04-22Fix "make xcheck" in sunrpc.H.J. Lu5-3/+25
2011-04-22Fix whitespaces.Ulrich Drepper7-106/+104
2011-04-22Remove doubled words.Jim Meyering57-107/+107
2011-04-21Fix reallocation bug in last nss_files change.Ulrich Drepper2-1/+7
2011-04-20Fix build problem in sunrpc.Ulrich Drepper2-2/+6
2011-04-19Fix little issue with last change.Ulrich Drepper1-2/+4
2011-04-19Define initgroups callback for nss_files.Ulrich Drepper4-1/+142
2011-04-19elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford2-1/+6
2011-04-19 Update Russian translation.Ulrich Drepper2-47/+52
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