about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Add finer grained control for initgroups lookups to NSS.Ulrich Drepper2011-04-293-2/+10
* Use al possible bytes from fopen mode string.Eric Blake2011-04-223-18/+25
* Fix "make xcheck" in sunrpc.H.J. Lu2011-04-225-3/+25
* Fix whitespaces.Ulrich Drepper2011-04-227-106/+104
* Remove doubled words.Jim Meyering2011-04-2257-107/+107
* Fix reallocation bug in last nss_files change.Ulrich Drepper2011-04-212-1/+7
* Fix build problem in sunrpc.Ulrich Drepper2011-04-202-2/+6
* Fix little issue with last change.Ulrich Drepper2011-04-191-2/+4
* Define initgroups callback for nss_files.Ulrich Drepper2011-04-194-1/+142
* elf.h: Define R_ARM_IRELATIVE reloc type.Richard Sandiford2011-04-192-1/+6
* Update Russian translation.Ulrich Drepper2011-04-192-47/+52
* Add before-compile to dependencies for librpc_compat_pic objects.Ulrich Drepper2011-04-172-1/+6
* Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger2011-04-176-5/+14
* Fix POWER4/POWER7 optimized strncmp to not read past differing bytesAndreas Schwab2011-04-175-20/+32
* Fix FPU context handling in getcontext on x86-64.Ulrich Drepper2011-04-175-6/+70
* Typo fix appproximated.Justin P. Mattock2011-04-172-2/+2
* Fix a comment.Justin P. Mattock2011-04-171-1/+1
* Use .machine to prevent AS from complaining about z9-109 instructions in icon...Andreas Krebbel2011-04-174-3/+19
* Skip extra zeroes when searching auxv on s390Andreas Krebbel2011-04-172-0/+17
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-1671-623/+993
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-1012-14/+56
* Update NEWS.Ulrich Drepper2011-04-101-2/+3
* Don't leave empty element in rpath when skipping an elementAndreas Schwab2011-04-092-6/+29
* Make ppc sync_file_range cancelable.Andreas Schwab2011-04-092-3/+18
* Fix typo in comment.Ulrich Drepper2011-04-093-4/+10
* Maintain stack alignment in ____longjmp_chk on x86_64Andreas Schwab2011-04-072-11/+21
* Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab2011-04-072-9/+3
* Fix strncmp page test to limit length to size of objectAndreas Schwab2011-04-052-3/+9
* Fix typo in CL.Ulrich Drepper2011-04-051-1/+1
* Fix typo in cache information table for x86-{32,64}.Ulrich Drepper2011-04-033-2/+7
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-04-022-0/+3
|\
| * Update comment about feature macros.Ulrich Drepper2011-04-022-0/+5
* | Define CLOCK_BOOTTIME.Ulrich Drepper2011-04-022-0/+6
|/
* Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu2011-04-017-7/+73
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-013-3/+9
* Add syncfs syscall.Andreas Schwab2011-04-016-2/+53
* Rename open_by_handle to open_by_handle_at.Andreas Schwab2011-04-0110-15/+27
* Define O_PATH.Ulrich Drepper2011-04-018-1/+16
* Also make x86 sync_file_range a cancellation point.Ulrich Drepper2011-04-014-4/+58
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-019-33/+130
* Install bits/timex.h header.Andreas Schwab2011-04-012-1/+6
* Fix typos in comments.Ulrich Drepper2011-04-019-27/+36
* Add support for name_to_handle_at and open_by_handle.Ulrich Drepper2011-04-0110-38/+297
* Define AT_EMPTY_PATH.Ulrich Drepper2011-04-012-0/+5
* Export new symbol.Ulrich Drepper2011-03-313-0/+7
* Add clock_adjtime syscall.Ulrich Drepper2011-03-306-86/+216
* Last change caused infinite loops because of missing loop increment.Ulrich Drepper2011-03-223-0/+10
* Fix whitespace issue.Ulrich Drepper2011-03-211-8/+8
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-214-17/+81
* Implement x86 cpuid handling of leaf4 for cache information.Ulrich Drepper2011-03-204-9/+114