aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2001-01-10 * elf/rtld.c (process_envvars): Place output files for profilingAndreas Jaeger3-6/+11
2000-03-21($(rtld-version-installed-name)): DelayUlrich Drepper1-4/+11
2000-03-15Adjust call to _dl_map_object_deps.Ulrich Drepper1-1/+1
2000-03-15Adjust declaration of _dl_map_object_deps.Ulrich Drepper1-5/+4
2000-03-15(dl_open_worker): Add code to add map to global scope.Ulrich Drepper1-5/+78
2000-03-15(_dl_map_object_deps): Change return type and remove last parameter. Move codeUlrich Drepper1-83/+3
2000-02-23(RTLD_DEFAULT): Don't use NULL.Ulrich Drepper1-4/+2
2000-02-22Fix typos.Ulrich Drepper4-5/+5
2000-02-15(dl_main): Fix check for references to dynamic linker.Ulrich Drepper1-2/+2
1999-12-18(_dl_relocate_object): Add call to flush cache after .text segmentUlrich Drepper1-0/+4
1999-11-20(_dl_init_paths): Allocate correct number of entries for rtld_search_dirs[0].Ulrich Drepper1-1/+1
1999-11-10Complete last patch.Ulrich Drepper1-0/+2
1999-11-10(_dl_dst_count): Allow $ORIGIN to point to directory with theUlrich Drepper1-11/+22
1999-09-13Complete last change.Ulrich Drepper1-1/+1
1999-09-10Fix comment.Ulrich Drepper1-1/+2
1999-08-20(_dl_start): Add missing declaration of cnt.Ulrich Drepper1-0/+1
1999-08-19(_dl_start): Initialize bootstrap_map.l_info to zero.Ulrich Drepper1-0/+8
1999-08-10Added definition of ELFOSABI_ARM.Ulrich Drepper1-0/+1
1999-08-10(_dl_map_object_from_fd): Use VALID_ELF_HEADER,Ulrich Drepper1-5/+10
1999-08-01Make code thread-safe.Ulrich Drepper1-20/+26
1999-07-18(dl_main): When putting back the interpreter object handle the case whereUlrich Drepper1-3/+12
1999-07-15(fixup, profile_fixup): Call alloca to prevent inlining.Ulrich Drepper1-0/+12
1999-07-09Split _dl_start in two pieces to prevent GOT usage before the relocationUlrich Drepper1-7/+24
1999-06-26(_dl_map_object_deps): When looking for the nextUlrich Drepper1-4/+10
1999-06-17(_dl_init_paths): Add one more element to aelem to not write beyond allocatedUlrich Drepper1-1/+1
1999-05-17Update.Ulrich Drepper1-2/+3
1999-05-17Update.Ulrich Drepper1-1/+1
1999-05-17(_dl_close): Add cast to avoid warning about const incorrectness.Ulrich Drepper1-1/+1
1999-05-11Update.Ulrich Drepper4-11/+19
1999-05-07Update.Ulrich Drepper1-1/+1
1999-05-07Update.Ulrich Drepper3-15/+25
1999-05-05Update.Ulrich Drepper10-88/+326
1999-05-04Update.Ulrich Drepper1-4/+2
1999-05-04Update.Ulrich Drepper1-11/+22
1999-05-03Update.Ulrich Drepper3-35/+90
1999-05-03Update.Ulrich Drepper1-2/+5
1999-05-03Update.Ulrich Drepper1-5/+5
1999-04-12Update.Ulrich Drepper1-7/+17
1999-04-02Update.Ulrich Drepper1-1/+1
1999-03-29Update.Ulrich Drepper1-1/+1
1999-03-22* elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name), Andreas Schwab1-0/+2
1999-03-22* configure.in: Also look in $PATH when searching for Andreas Schwab1-0/+2
1999-03-15(Pseudo-Terminal Pairs): Change getpt and openpty documentation after recent ...Ulrich Drepper1-1/+1
1999-03-15Update.Ulrich Drepper1-1/+2
1999-03-03(lose): Fix return type.Ulrich Drepper1-1/+1
1999-03-01Update.Ulrich Drepper1-1/+1
1999-02-27(lose): Add more comments to explain the `why'. (_dl_map_object): Remove redu...Ulrich Drepper1-1/+7
1999-02-24Update.Ulrich Drepper1-1/+40
1999-02-24Update.Ulrich Drepper1-9/+12
1999-02-22Update.Ulrich Drepper4-42/+66