aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2012-03-12Fix another instance of the _dl_random masking bug, plus coding style.David S. Miller
2012-03-09Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson
2012-03-052012-03-05 Tom de Vries <tom@codesourcery.com>Tom de Vries
2012-02-21Remove old initfini mechanism.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-09Remove _G_HAVE_SYS_CDEFS.Marek Polacek
2012-02-07Remove _G_ARGS macros.Marek Polacek
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper
2012-01-08More fallout from supporting only ELFUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Remove Alpha support from ldsodefs.hUlrich Drepper
2012-01-07More IA-64 removalUlrich Drepper
2011-12-10Optimize generic ELF hash function a bit moreUlrich Drepper
2011-12-04Small optimization of generic ELF hash functionUlrich Drepper
2011-12-04Fix attreibute for _dl_elf_hashUlrich Drepper
2011-12-03Fix more warningsUlrich Drepper
2011-11-12Prepare dwarf2.h for multiple inclusionUlrich Drepper
2011-11-12Fix incomplete edit in last patchUlrich Drepper
2011-11-12Avoid redefinition of DWARF constantsUlrich Drepper
2011-08-16Improve printing of lookup scopesUlrich Drepper
2011-08-14Warning patrol.Roland McGrath
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper
2011-07-19_dl_sort_fini: Remove unused argumentMarek Polacek
2011-06-29Fix build with multiarch disabled.Aurelien Jarno
2011-05-15Make stack canary value harder to read through read overflowUlrich Drepper
2011-05-14Fix typo in commentUlrich Drepper
2011-05-14Fix potential problem with out-of-scope bufferUlrich Drepper
2011-04-22Remove doubled words.Jim Meyering
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab
2010-08-11Fix IPTOS_CLASS definition.Ulrich Drepper
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab
2010-03-26Mark _dl_random attribute_relro in the header file.Richard Henderson
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel
2010-01-14Define IPTOS_CLASS_* macros according to RFC 2474.Philip Prindeville
2009-11-03Make name of libgcc_s library configurableAndreas Schwab
2009-10-30Uglify IFUNC tests for PPC.Alan Modra
2009-10-29Add macros for DSCP markings.Philip Prindeville
2009-08-20Improve backtrace_symbols{,_fd} output when missing symbols.roland/backtrace-symsRoland McGrath
2009-07-23Handle unloading of DSO with a unique symbol definition.Ulrich Drepper
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper
2009-07-16Remove warning and little optimization.Ulrich Drepper
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper
2009-06-16Extend pt_chown to drop privileges.Ulrich Drepper
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper
2009-04-25for lgamma should set errno to ERANGE, not EDOM.Ulrich Drepper
2009-04-25* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 sinceUlrich Drepper
2009-04-23[BZ #9955]Ulrich Drepper