about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* Make stack canary value harder to read through read overflowUlrich Drepper2011-05-151-9/+21
* Fix typo in commentUlrich Drepper2011-05-141-1/+1
* Fix potential problem with out-of-scope bufferUlrich Drepper2011-05-141-2/+2
* Remove doubled words.Jim Meyering2011-04-221-2/+2
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-261-2/+5
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-4/+2
* Fix IPTOS_CLASS definition.Ulrich Drepper2010-08-111-3/+2
* Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab2010-05-031-0/+4
* Mark _dl_random attribute_relro in the header file.Richard Henderson2010-03-261-1/+1
* ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel2010-01-151-2/+3
* Define IPTOS_CLASS_* macros according to RFC 2474.Philip Prindeville2010-01-141-12/+31
* Make name of libgcc_s library configurableAndreas Schwab2009-11-032-1/+4
* Uglify IFUNC tests for PPC.Alan Modra2009-10-301-0/+26
* Add macros for DSCP markings.Philip Prindeville2009-10-291-1/+37
* Improve backtrace_symbols{,_fd} output when missing symbols. roland/backtrace-symsRoland McGrath2009-08-202-46/+83
* Handle unloading of DSO with a unique symbol definition.Ulrich Drepper2009-07-231-1/+1
* Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper2009-07-171-7/+36
* Remove warning and little optimization.Ulrich Drepper2009-07-161-0/+4
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-0/+15
* Extend pt_chown to drop privileges.Ulrich Drepper2009-06-161-2/+3
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-311-0/+23
* for lgamma should set errno to ERANGE, not EDOM.Ulrich Drepper2009-04-251-1/+1
* * sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 sinceUlrich Drepper2009-04-251-1/+1
* [BZ #9955]Ulrich Drepper2009-04-231-0/+1
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-0/+2
* * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-311-5/+0
* [BZ #9733]Ulrich Drepper2009-03-161-2/+2
* * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): UseUlrich Drepper2009-01-301-2/+21
* * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper2009-01-112-7/+27
* * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper2008-08-141-5/+0
* * elf/elf.h: Define AT_EXECFN.Ulrich Drepper2008-07-241-0/+6
* [BZ #5786]Ulrich Drepper2008-03-081-0/+3
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-081-2/+3
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-2/+2
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-1/+3
* 2007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper2007-08-121-2/+19
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-031-41/+24
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-013-16/+28
* * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper2007-07-281-11/+9
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-4/+12
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-11/+13
* Tell gcc about the nonstandard sections.Ulrich Drepper2007-06-171-2/+2
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-0/+2
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-173-13/+13
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-151-3/+5
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-112-57/+22
* .Jakub Jelinek2007-07-312-22/+57
* * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper2006-10-291-0/+1
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-281-14/+6
* USE_TLS support is now default.Ulrich Drepper2006-10-272-16/+3