about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* * elf/rtld.c (process_envvars): Place output files for profilingAndreas Jaeger2001-01-103-6/+11
* ($(rtld-version-installed-name)): DelayUlrich Drepper2000-03-211-4/+11
* Adjust call to _dl_map_object_deps.Ulrich Drepper2000-03-151-1/+1
* Adjust declaration of _dl_map_object_deps.Ulrich Drepper2000-03-151-5/+4
* (dl_open_worker): Add code to add map to global scope.Ulrich Drepper2000-03-151-5/+78
* (_dl_map_object_deps): Change return type and remove last parameter. Move codeUlrich Drepper2000-03-151-83/+3
* (RTLD_DEFAULT): Don't use NULL.Ulrich Drepper2000-02-231-4/+2
* Fix typos.Ulrich Drepper2000-02-224-5/+5
* (dl_main): Fix check for references to dynamic linker.Ulrich Drepper2000-02-151-2/+2
* (_dl_relocate_object): Add call to flush cache after .text segmentUlrich Drepper1999-12-181-0/+4
* (_dl_init_paths): Allocate correct number of entries for rtld_search_dirs[0].Ulrich Drepper1999-11-201-1/+1
* Complete last patch.Ulrich Drepper1999-11-101-0/+2
* (_dl_dst_count): Allow $ORIGIN to point to directory with theUlrich Drepper1999-11-101-11/+22
* Complete last change.Ulrich Drepper1999-09-131-1/+1
* Fix comment.Ulrich Drepper1999-09-101-1/+2
* (_dl_start): Add missing declaration of cnt.Ulrich Drepper1999-08-201-0/+1
* (_dl_start): Initialize bootstrap_map.l_info to zero.Ulrich Drepper1999-08-191-0/+8
* Added definition of ELFOSABI_ARM.Ulrich Drepper1999-08-101-0/+1
* (_dl_map_object_from_fd): Use VALID_ELF_HEADER,Ulrich Drepper1999-08-101-5/+10
* Make code thread-safe.Ulrich Drepper1999-08-011-20/+26
* (dl_main): When putting back the interpreter object handle the case whereUlrich Drepper1999-07-181-3/+12
* (fixup, profile_fixup): Call alloca to prevent inlining.Ulrich Drepper1999-07-151-0/+12
* Split _dl_start in two pieces to prevent GOT usage before the relocationUlrich Drepper1999-07-091-7/+24
* (_dl_map_object_deps): When looking for the nextUlrich Drepper1999-06-261-4/+10
* (_dl_init_paths): Add one more element to aelem to not write beyond allocatedUlrich Drepper1999-06-171-1/+1
* Update.Ulrich Drepper1999-05-171-2/+3
* Update.Ulrich Drepper1999-05-171-1/+1
* (_dl_close): Add cast to avoid warning about const incorrectness.Ulrich Drepper1999-05-171-1/+1
* Update.Ulrich Drepper1999-05-114-11/+19
* Update.Ulrich Drepper1999-05-071-1/+1
* Update.Ulrich Drepper1999-05-073-15/+25
* Update.Ulrich Drepper1999-05-0510-88/+326
* Update.Ulrich Drepper1999-05-041-4/+2
* Update.Ulrich Drepper1999-05-041-11/+22
* Update.Ulrich Drepper1999-05-033-35/+90
* Update.Ulrich Drepper1999-05-031-2/+5
* Update.Ulrich Drepper1999-05-031-5/+5
* Update.Ulrich Drepper1999-04-121-7/+17
* Update.Ulrich Drepper1999-04-021-1/+1
* Update.Ulrich Drepper1999-03-291-1/+1
* * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name), Andreas Schwab1999-03-221-0/+2
* * configure.in: Also look in $PATH when searching for Andreas Schwab1999-03-221-0/+2
* (Pseudo-Terminal Pairs): Change getpt and openpty documentation after recent ...Ulrich Drepper1999-03-151-1/+1
* Update.Ulrich Drepper1999-03-151-1/+2
* (lose): Fix return type.Ulrich Drepper1999-03-031-1/+1
* Update.Ulrich Drepper1999-03-011-1/+1
* (lose): Add more comments to explain the `why'. (_dl_map_object): Remove redu...Ulrich Drepper1999-02-271-1/+7
* Update.Ulrich Drepper1999-02-241-1/+40
* Update.Ulrich Drepper1999-02-241-9/+12
* Update.Ulrich Drepper1999-02-224-42/+66