about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Adjust libm test ulps for powerpcAndreas Schwab2011-08-202-0/+5
|
* Remove the file<Andreas Schwab2011-08-201-1/+0
|
* Use correct scandir64 implementation on ppc64Andreas Schwab2011-08-202-0/+6
|
* Fix tst-writev on non-4K page sizeDavid S. Miller2011-08-172-1/+6
|
* Add rules to build libresolv with SSP flagsUlrich Drepper2011-08-173-3/+13
|
* Avoid executable stack in makedbAndreas Schwab2011-08-172-5/+12
|
* Fix some problem of 32-bit pldd on 64-bit platformsUlrich Drepper2011-08-173-1/+10
|
* Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper2011-08-172-25/+95
|
* Improve printing of lookup scopesUlrich Drepper2011-08-164-9/+16
| | | | | | The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
* Avoid warning from last changeUlrich Drepper2011-08-161-1/+1
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-162-5/+18
|\
| * More warning patrol, in dead code (sigh).Roland McGrath2011-08-142-5/+18
| |
* | Fix printing of scope numberUlrich Drepper2011-08-162-7/+7
|/
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-146-20/+43
|\ | | | | | | | | Conflicts: ChangeLog
| * More warning patrol.Roland McGrath2011-08-142-5/+4
| |
| * Clean up locale/Makefile variables for -D switches.Roland McGrath2011-08-142-11/+24
| |
| * Warning patrol.Roland McGrath2011-08-143-2/+8
| |
| * * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-142-2/+7
| | | | | | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
* | Add missing initialization in service cache in nscdUlrich Drepper2011-08-142-1/+6
|/
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-134-38/+59
|
* Fix caller information of NSS modulesUlrich Drepper2011-08-132-3/+12
|
* Fix compile problemUlrich Drepper2011-08-133-10/+22
| | | | l10nflist compiles for localedef now. Optimize a bit.
* Better check for last patchUlrich Drepper2011-08-121-1/+1
| | | | | Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded.
* Better debug information from ld.soUlrich Drepper2011-08-122-3/+10
| | | | Differentiate between loading as a dependency and loading on request.
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-113-0/+18
|
* Locale-independent parsing in libintlUlrich Drepper2011-08-112-6/+11
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-115-4/+12
|\ | | | | | | | | Conflicts: ChangeLog
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-105-4/+12
| | | | | | | | | | | | | | enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
* | Clean up PLT use for scandiratAndreas Schwab2011-08-115-9/+13
|/
* Fix stack alignment on x86_64Andreas Schwab2011-08-094-7/+16
|
* Implement scandirat functionUlrich Drepper2011-08-0916-143/+398
|
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-084-10/+25
|
* Provide better output in string testsUlrich Drepper2011-08-042-2/+7
| | | | | If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure.
* Cleanup wcscmp test additionUlrich Drepper2011-08-042-206/+154
|
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-044-24/+169
|
* Properly tokenize nameserver line for servers with IPv6 addressAndreas Schwab2011-08-042-1/+6
|
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-042-1/+9
|
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-042-6/+17
|
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
|
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0411-317/+2340
|
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-043-9/+15
|
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-233-2/+13
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-233-2/+11
|
* Update ptrace constantsUlrich Drepper2011-07-236-8/+150
|
* Adjust test for correct installationUlrich Drepper2011-07-233-4/+10
|
* One more typo in AVX testUlrich Drepper2011-07-232-2/+8
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-233-29/+33
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-213-29/+33
| |
* | Add read barriers in cancellation initializationUlrich Drepper2011-07-222-3/+19
| |
* | One more change to XSAVE patchUlrich Drepper2011-07-222-2/+8
| |