aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2011-05-15Make stack canary value harder to read through read overflowUlrich Drepper1-9/+21
2011-05-14Fix typo in commentUlrich Drepper1-1/+1
2011-05-14Fix potential problem with out-of-scope bufferUlrich Drepper1-2/+2
2011-04-22Remove doubled words.Jim Meyering1-2/+2
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel1-2/+5
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab1-4/+2
2010-08-11Fix IPTOS_CLASS definition.Ulrich Drepper1-3/+2
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab1-0/+4
2010-03-26Mark _dl_random attribute_relro in the header file.Richard Henderson1-1/+1
2010-01-15ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel1-2/+3
2010-01-14Define IPTOS_CLASS_* macros according to RFC 2474.Philip Prindeville1-12/+31
2009-11-03Make name of libgcc_s library configurableAndreas Schwab2-1/+4
2009-10-30Uglify IFUNC tests for PPC.Alan Modra1-0/+26
2009-10-29Add macros for DSCP markings.Philip Prindeville1-1/+37
2009-08-20Improve backtrace_symbols{,_fd} output when missing symbols.roland/backtrace-symsRoland McGrath2-46/+83
2009-07-23Handle unloading of DSO with a unique symbol definition.Ulrich Drepper1-1/+1
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper1-7/+36
2009-07-16Remove warning and little optimization.Ulrich Drepper1-0/+4
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-0/+15
2009-06-16Extend pt_chown to drop privileges.Ulrich Drepper1-2/+3
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper1-0/+23
2009-04-25for lgamma should set errno to ERANGE, not EDOM.Ulrich Drepper1-1/+1
2009-04-25* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 sinceUlrich Drepper1-1/+1
2009-04-23[BZ #9955]Ulrich Drepper1-0/+1
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-0/+2
2009-03-31* elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper1-5/+0
2009-03-16[BZ #9733]Ulrich Drepper1-2/+2
2009-01-30* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): UseUlrich Drepper1-2/+21
2009-01-11* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper2-7/+27
2008-08-14* sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper1-5/+0
2008-07-24* elf/elf.h: Define AT_EXECFN.Ulrich Drepper1-0/+6
2008-03-08[BZ #5786]Ulrich Drepper1-0/+3
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper1-2/+3
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-2/+2
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-1/+3
2007-08-122007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper1-2/+19
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper1-41/+24
2007-08-01* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper3-16/+28
2007-07-28* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper1-11/+9
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-4/+12
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper1-11/+13
2007-06-17Tell gcc about the nonstandard sections.Ulrich Drepper1-2/+2
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper1-0/+2
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper3-13/+13
2007-01-15* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper1-3/+5
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2-57/+22
2007-07-31.Jakub Jelinek2-22/+57
2006-10-29* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper1-0/+1
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper1-14/+6
2006-10-27USE_TLS support is now default.Ulrich Drepper2-16/+3