aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-28Optimize libnss_files initializationUlrich Drepper
2011-09-28Adjust powerpc libm ULPsAndreas Schwab
2011-09-27Fix some grammar in the manual.Roland McGrath
2011-09-27Correctly reparse group line after enlarging the bufferAndreas Schwab
2011-09-26Fix parse error in bits/mathinline.h with --std=c99Andreas Schwab
2011-09-21Link libresolv.so with ld.so for __stack_chk_guard.Joseph Myers
2011-09-19Clean up disabling of script_executeRoland McGrath
2011-09-19Get rid of tls.make include file.Roland McGrath
2011-09-19Use CPPFLAGS from configure.Mike Frysinger
2011-09-15finite for 64-bit platformsUlrich Drepper
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ↵Roland McGrath
____longjmp_chk implementations.
2011-09-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab
2011-09-14Use correct section to allow mergingUlrich Drepper
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper
2011-09-14Also relocate in dependency order when doing symbol dependency testingAndreas Schwab
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-13Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab
2011-09-13Only use USE___THREAD when definedAndreas Schwab
2011-09-12Optimize logb code for 64-bit machinesUlrich Drepper
2011-09-12Revert "Remove last use of USE___THREAD"Ulrich Drepper
This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab
2011-09-12Remove last use of USE___THREADAndreas Schwab
2011-09-11Cleanup CLUlrich Drepper
2011-09-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-11Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab
2011-09-11Avoid cast in non-gcc obstack_freeUlrich Drepper
2011-09-11Fix use of AC_INITUlrich Drepper
2011-09-11Provide static initializer for _dl_pagesize in statically linked codeUlrich Drepper
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper
2011-09-10Simplify malloc initializationUlrich Drepper
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize).
2011-09-10Simplify malloc codeUlrich Drepper
Remove all kinds of unused configuration options and dead code.
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-10Cleanup of configuration optionsUlrich Drepper
Make several tool features mandatory and simplify the code.
2011-09-09Fix jn precisionPetr Baudis
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper
2011-09-09Fix boundary conditions in scanfUlrich Drepper
Allocate large buffers with realloc. When returning error make sure the stream is unlocked.
2011-09-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper
2011-09-09Define ELFOSABI_GNU.Roland McGrath
2011-09-09string/strncat.c: fix compilation for some architecturesDenis Zaitceff
2011-09-09Fix sotruss help messagesUlrich Drepper
2011-09-09Fill in real information in __dl_iterate_phdrUlrich Drepper
2011-09-08Fix macro used in testH.J. Lu
2011-09-08Fix warning in elf/sprof.cAndreas Jaeger