You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ulrich Drepper a7e915610a * elf/tst-tls8.c (do_test): Use $ORIGIN in module names. 21 years ago
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 30 years ago
Makefile 2005-10-16 Daniel Jacobowitz <dan@codesourcery.com> 21 years ago
Versions * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined. 21 years ago
cache.c * abi-tags (*-.*-syllable.*): New match, with ABI value 5. 21 years ago
check-textrel.c 2.5-18.1 19 years ago
chroot_canon.c * elf/cache.c: Use <> rather than "" #includes. 21 years ago
circleload1.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
circlemod1.c Update. 24 years ago
circlemod1a.c Update. 24 years ago
circlemod2.c Update. 24 years ago
circlemod2a.c Update. 24 years ago
circlemod3.c Update. 24 years ago
circlemod3a.c Update. 24 years ago
constload1.c Include <stdio.h> for puts prototype. 26 years ago
constload2.c Add prototype for init. 26 years ago
constload3.c Update. 26 years ago
dblload.c Update. 25 years ago
dblloadmod1.c * elf/dblloadmod1.c: Add prototype to avoid warning. 25 years ago
dblloadmod2.c * elf/dblloadmod1.c: Add prototype to avoid warning. 25 years ago
dblloadmod3.c * elf/dblloadmod1.c: Add prototype to avoid warning. 25 years ago
dblunload.c Update. 25 years ago
dep1.c Update. 26 years ago
dep2.c Update. 26 years ago
dep3.c Update. 26 years ago
dep4.c Update. 26 years ago
dl-addr.c * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name. 21 years ago
dl-brk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-cache.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-caller.c [BZ #77] 22 years ago
dl-close.c * elf/dl-close.c: Include stddef.h. 21 years ago
dl-conflict.c 2005-10-26 Jakub Jelinek <jakub@redhat.com> 21 years ago
dl-debug.c Update. 22 years ago
dl-deps.c * elf/dl-error.c (_dl_signal_error): Store information about use of 21 years ago
dl-dst.h 2.5-18.1 19 years ago
dl-environ.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-error.c * sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast. 21 years ago
dl-execstack.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-fini.c * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate 21 years ago
dl-fptr.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-init.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 22 years ago
dl-iteratephdr.c 2.5-18.1 19 years ago
dl-libc.c * elf/dl-error.c (_dl_signal_error): Store information about use of 21 years ago
dl-load.c 2005-10-17 Roland McGrath <roland@redhat.com> 21 years ago
dl-lookup.c * elf/cache.c: Use <> rather than "" #includes. 21 years ago
dl-minimal.c * elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp. 21 years ago
dl-misc.c 2.5-18.1 19 years ago
dl-object.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 22 years ago
dl-open.c * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. 21 years ago
dl-origin.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-profile.c Update. 22 years ago
dl-profstub.c Update. 22 years ago
dl-reloc.c * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define 21 years ago
dl-runtime.c (fixup): Change return type to DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE, DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to store and retrieve relocation values. (profile_fixup): Likewise. 21 years ago
dl-sbrk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-support.c * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for 21 years ago
dl-sym.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 22 years ago
dl-symaddr.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-sysdep.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-tls.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-trampoline.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 21 years ago
dl-tsd.c * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for 21 years ago
dl-version.c * elf/dl-version.c (match_symbol): Add namespace info to debug output. 21 years ago
do-lookup.h * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
do-rel.h * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove 22 years ago
dynamic-link.h * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. 21 years ago
elf.h 2005-11-19 Roland McGrath <roland@redhat.com> 21 years ago
enbl-secure.c Moved to csu/errno-loc.c. 21 years ago
failobj.c Update. 26 years ago
filter.c Update. 26 years ago
filtmod1.c Update. 26 years ago
filtmod2.c Update. 26 years ago
firstobj.c Add prototype. 26 years ago
gen-trusted-dirs.awk Update. 27 years ago
genrtldtbl.awk Testsuite for owrdexp. 29 years ago
global.c (main): Use proper prototype. 25 years ago
globalmod1.c Update. 25 years ago
initfirst.c Update. 26 years ago
interp.c Update to LGPL v2.1. 25 years ago
lateglobal.c Update. 22 years ago
ldconfig.c Update copyright year. 21 years ago
ldd.bash.in Update copyright year. 21 years ago
link.h * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 22 years ago
loadfail.c Update. 26 years ago
loadtest.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
ltglobmod1.c Update. 26 years ago
ltglobmod2.c Update. 26 years ago
multiload.c Update. 26 years ago
neededobj1.c Update. 26 years ago
neededobj2.c Update. 26 years ago
neededobj3.c Update. 26 years ago
neededobj4.c Update. 26 years ago
neededobj5.c Update. 26 years ago
neededobj6.c Update. 26 years ago
neededtest.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
neededtest2.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
neededtest3.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
neededtest4.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
next.c Update. 26 years ago
nextmod1.c Update. 26 years ago
nextmod2.c Update. 26 years ago
nodel2mod1.c Test modules for DF_1_NODELETE test. 24 years ago
nodel2mod2.c Test modules for DF_1_NODELETE test. 24 years ago
nodel2mod3.c Test modules for DF_1_NODELETE test. 24 years ago
nodelete.c Update. 26 years ago
nodelete2.c Update. 24 years ago
nodelmod1.c Update. 26 years ago
nodelmod2.c Update. 26 years ago
nodelmod3.c Update. 26 years ago
nodelmod4.c Update. 26 years ago
nodlopen.c Update. 26 years ago
nodlopen2.c Update. 25 years ago
nodlopenmod.c Update. 26 years ago
nodlopenmod2.c Update. 24 years ago
noload.c Update. 26 years ago
order.c Update. 26 years ago
order2.c * elf/Makefile: Add rules to build and run order2. 21 years ago
order2mod1.c * elf/Makefile: Add rules to build and run order2. 21 years ago
order2mod2.c * posix/tst-execle1.c (do_test): Add a const. 21 years ago
order2mod3.c * elf/Makefile: Add rules to build and run order2. 21 years ago
order2mod4.c * elf/Makefile: Add rules to build and run order2. 21 years ago
origtest.c Update. 26 years ago
pathoptobj.c Update. 26 years ago
preloadtest.c Update. 26 years ago
readelflib.c Moved to csu/errno-loc.c. 21 years ago
readlib.c * elf/cache.c: Use <> rather than "" #includes. 21 years ago
reldep.c Update. 26 years ago
reldep2.c Update. 25 years ago
reldep3.c Update. 26 years ago
reldep4.c Avoid compile warning. 25 years ago
reldep4mod1.c Update. 25 years ago
reldep4mod2.c Update. 25 years ago
reldep4mod3.c Update. 25 years ago
reldep4mod4.c Update. 25 years ago
reldep5.c Update. 25 years ago
reldep6.c Update. 24 years ago
reldep6mod0.c Update. 25 years ago
reldep6mod1.c Update. 25 years ago
reldep6mod2.c Update. 25 years ago
reldep6mod3.c Update. 25 years ago
reldep6mod4.c Update. 25 years ago
reldep7.c Update. 24 years ago
reldep7mod1.c Update. 24 years ago
reldep7mod2.c Update. 24 years ago
reldep8.c Update. 24 years ago
reldep8mod1.c Update. 24 years ago
reldep8mod2.c Update. 24 years ago
reldep8mod3.c Update. 24 years ago
reldep9.c Update. 24 years ago
reldep9mod1.c Update. 24 years ago
reldep9mod2.c Update. 24 years ago
reldep9mod3.c Update. 24 years ago
reldepmod1.c Update. 26 years ago
reldepmod2.c Update. 26 years ago
reldepmod3.c Update. 26 years ago
reldepmod4.c Update. 26 years ago
reldepmod5.c * elf/dblloadmod1.c: Add prototype to avoid warning. 25 years ago
reldepmod6.c * elf/dblloadmod1.c: Add prototype to avoid warning. 25 years ago
resolvfail.c Update. 27 years ago
restest1.c Update. 26 years ago
restest2.c Update. 25 years ago
rtld-Rules 2005-04-26 Roland McGrath <roland@redhat.com> 21 years ago
rtld.c 2005-12-08 Steven Munroe <sjmunroe@us.ibm.com> 21 years ago
sln.c Update to LGPL v2.1. 25 years ago
sofini.c 2.5-18.1 19 years ago
soinit.c * configure.in: If init_array/fini_array support is not available, 21 years ago
sprof.c Update copyright year. 21 years ago
stackguard-macros.h * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition. 21 years ago
testobj.h Update. 26 years ago
testobj1.c Update. 26 years ago
testobj1_1.c Update. 26 years ago
testobj2.c * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl. 21 years ago
testobj3.c Update. 26 years ago
testobj4.c Update. 26 years ago
testobj5.c Update. 26 years ago
testobj6.c Update. 26 years ago
tls-macros.h * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): 21 years ago
tst-align.c Update. 23 years ago
tst-align2.c Update. 22 years ago
tst-alignmod.c Update. 23 years ago
tst-alignmod2.c Update. 22 years ago
tst-array1-static.c * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED 21 years ago
tst-array1.c 2002-12-10 Jakub Jelinek <jakub@redhat.com> 24 years ago
tst-array1.exp * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY] 24 years ago
tst-array2.c * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY] 24 years ago
tst-array2.exp * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY] 24 years ago
tst-array2dep.c 2002-12-10 Jakub Jelinek <jakub@redhat.com> 24 years ago
tst-array3.c * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY] 24 years ago
tst-array4.c Update. 24 years ago
tst-array4.exp Update. 24 years ago
tst-array5-static.c [BZ #974] 21 years ago
tst-array5-static.exp [BZ #974] 21 years ago
tst-array5.c [BZ #974] 21 years ago
tst-array5.exp [BZ #974] 21 years ago
tst-array5dep.c [BZ #974] 21 years ago
tst-audit1.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 22 years ago
tst-auditmod1.c * sysdeps/generic/ldsodefs.h (struct audit_ifaces): 21 years ago
tst-deep1.c Update. 22 years ago
tst-deep1mod1.c Update. 22 years ago
tst-deep1mod2.c Update. 22 years ago
tst-deep1mod3.c Update. 22 years ago
tst-dlmodcount.c Include stddef.h and stdlib.h. 22 years ago
tst-dlmopen1.c [BZ #77] 22 years ago
tst-dlmopen1mod.c Update. 22 years ago
tst-dlmopen2.c [BZ #77] 22 years ago
tst-dlmopen3.c Update. 22 years ago
tst-dlopenrpath.c Update. 22 years ago
tst-dlopenrpathmod.c Update. 22 years ago
tst-execstack-mod.c * sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before 23 years ago
tst-execstack-needed.c * sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before 23 years ago
tst-execstack-prog.c * elf/rtld.c (dl_main): In rtld_is_main case, reinitialize 23 years ago
tst-execstack.c 2004-04-01 Roland McGrath <roland@redhat.com> 22 years ago
tst-global1.c [BZ #776] 21 years ago
tst-pathopt.c Update. 26 years ago
tst-pathopt.sh Update to LGPL v2.1. 25 years ago
tst-pie1.c [BZ #262] 22 years ago
tst-piemod1.c [BZ #262] 22 years ago
tst-stackguard1-static.c * Versions.def (ld): Add GLIBC_2.4. 21 years ago
tst-stackguard1.c * Versions.def (ld): Add GLIBC_2.4. 21 years ago
tst-tls1-static.c * elf/tst-tls1-static.c: New file. 24 years ago
tst-tls1.c Update. 25 years ago
tst-tls2-static.c * elf/tst-tls1-static.c: New file. 24 years ago
tst-tls2.c Update. 25 years ago
tst-tls3.c Update. 25 years ago
tst-tls4.c * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS] 24 years ago
tst-tls5.c * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS] 24 years ago
tst-tls6.c Update. 23 years ago
tst-tls7.c Update. 24 years ago
tst-tls8.c * elf/tst-tls8.c (do_test): Use $ORIGIN in module names. 21 years ago
tst-tls9-static.c 2002-10-21 Roland McGrath <roland@redhat.com> 24 years ago
tst-tls9.c * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS] 24 years ago
tst-tls10.c * elf/tst-tls12.c (main): Fix declaration. 23 years ago
tst-tls10.h Update. 23 years ago
tst-tls11.c Update. 23 years ago
tst-tls12.c * elf/tst-tls12.c (main): Fix declaration. 23 years ago
tst-tls13.c * elf/tst-tls13.c (do_test): Avoid using the library path when 21 years ago
tst-tls14.c * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. 23 years ago
tst-tls15.c [BZ #786] 21 years ago
tst-tlsmod1.c Update. 24 years ago
tst-tlsmod2.c Update. 24 years ago
tst-tlsmod3.c Update. 24 years ago
tst-tlsmod4.c Update. 24 years ago
tst-tlsmod5.c 2002-10-21 Roland McGrath <roland@redhat.com> 24 years ago
tst-tlsmod6.c 2002-10-21 Roland McGrath <roland@redhat.com> 24 years ago
tst-tlsmod7.c * elf/tst-tls12.c (main): Fix declaration. 23 years ago
tst-tlsmod8.c * elf/tst-tls12.c (main): Fix declaration. 23 years ago
tst-tlsmod9.c * elf/tst-tls12.c (main): Fix declaration. 23 years ago
tst-tlsmod10.c Update. 23 years ago
tst-tlsmod11.c Update. 23 years ago
tst-tlsmod12.c Update. 23 years ago
tst-tlsmod13.c Update. 23 years ago
tst-tlsmod13a.c Update. 23 years ago
tst-tlsmod14a.c * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. 23 years ago
tst-tlsmod14b.c Update. 23 years ago
tst-tlsmod15a.c [BZ #786] 21 years ago
tst-tlsmod15b.c [BZ #786] 21 years ago
unload.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
unload2.c * include/link.h (struct link_map): Remove l_opencount. Add l_removed. 21 years ago
unload2dep.c Update. 26 years ago
unload2mod.c Update. 26 years ago
unload3.c [BZ #776] 21 years ago
unload3mod1.c [BZ #776] 21 years ago
unload3mod2.c [BZ #776] 21 years ago
unload3mod3.c [BZ #776] 21 years ago
unload3mod4.c * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl. 21 years ago
unload4.c Test cases for correct unloading. 21 years ago
unload4mod1.c Test cases for correct unloading. 21 years ago
unload4mod2.c Test cases for correct unloading. 21 years ago
unload4mod3.c Test cases for correct unloading. 21 years ago
unload4mod4.c Test cases for correct unloading. 21 years ago
unload5.c Test cases for correct unloading. 21 years ago
unload6.c * elf/dl-close.c: Include stddef.h. 21 years ago
unload6mod1.c * elf/dl-close.c: Include stddef.h. 21 years ago
unload6mod2.c * elf/dl-close.c: Include stddef.h. 21 years ago
unload6mod3.c * elf/dl-close.c: Include stddef.h. 21 years ago
unloadmod.c Update. 26 years ago
vismain.c (do_test): Comment out tests which fail in the moment. 23 years ago
vismod.h 2003-03-26 H.J. Lu <hjl@gnu.org> 23 years ago
vismod1.c 2003-03-26 H.J. Lu <hjl@gnu.org> 23 years ago
vismod2.c 2003-03-26 H.J. Lu <hjl@gnu.org> 23 years ago
vismod3.c 2003-03-26 H.J. Lu <hjl@gnu.org> 23 years ago