about summary refs log tree commit diff
path: root/elf
Commit message (Collapse)AuthorAgeFilesLines
* (_dl_close): Fix typo.Ulrich Drepper1998-10-081-1/+1
|
* Fix one more memory leak.Ulrich Drepper1998-10-081-0/+2
|
* (_dl_open): Don't put the shared object on the global scope listUlrich Drepper1998-10-071-5/+17
| | | | twice.
* (_dl_close): Fix a memory leak.Ulrich Drepper1998-10-071-1/+7
| | | | Update _dl_global_scope[2] if the first object on the list is removed.
* Declare _dl_unload_cache.Ulrich Drepper1998-10-052-0/+6
|
* (_dl_close): Update _dl_loaded if the first object on the list isUlrich Drepper1998-08-311-0/+2
| | | | removed.
* (dl_main): Unload map file before jumping to user code.Ulrich Drepper1998-08-281-0/+5
|
* Print "no such file" to stderr.Ulrich Drepper1998-08-281-2/+2
|
* (_dl_open): Correct test for extending global scope array.Ulrich Drepper1998-08-281-1/+6
|
* (_dl_close): Move map->l_nsearchlist value into local variable so thatUlrich Drepper1998-08-281-3/+5
| | | | map can be freed.
* Redirect warnings and error messages to stderr.Ulrich Drepper1998-08-202-10/+12
|
* ($(objpfx)sln): Use $(link-libc-static).Ulrich Drepper1998-08-201-1/+1
|
* Take empty LD_PRELOAD string into account.Ulrich Drepper1998-08-121-1/+1
|
* Undo last change.Ulrich Drepper1998-08-121-1/+2
|
* Define R_68K_NUM, R_386_NUM, R_SPARC_NUM, R_MIPS_NUM, and R_ALPHA_NUM.Ulrich Drepper1998-08-121-1/+6
|
* Don't install sln.Ulrich Drepper1998-08-031-2/+1
|
* (distribute): Add sln.cUlrich Drepper1998-07-221-1/+1
|
* Program to generate symbolic links.Ulrich Drepper1998-07-211-0/+190
|
* More LD_PRELOAD parsing fixes.Ulrich Drepper1998-07-211-5/+3
|
* (extra-objs): Add sln.o.Ulrich Drepper1998-07-211-1/+11
| | | | | (install-rootsbin): Add sln. ($(objpfx)sln): New target.
* (dl_main): Correct tests in preloading interpreting lines.Ulrich Drepper1998-07-131-2/+2
|
* Remove LD* envvars if not used.Ulrich Drepper1998-07-091-0/+11
|
* (distribute): Add dl-envvars.h.Ulrich Drepper1998-07-091-2/+3
|
* Fix problem with empty LD_PRELOAD value.Ulrich Drepper1998-07-071-2/+5
|
* (_dl_start): Make static.Ulrich Drepper1998-06-151-1/+1
|
* Use it in dependency list of installation targets.Ulrich Drepper1998-05-201-1/+1
|
* Call shared object terminators at the right time.Ulrich Drepper1998-05-201-17/+23
|
* (_dl_map_object): Use LD_LIBRARY_PATH envvar if global variableUlrich Drepper1998-04-091-0/+4
| | | | _dl_library_path is not set.
* (_dl_open): Fix a typo.Ulrich Drepper1998-03-301-3/+5
| | | | (_dl_global_scope_alloc): Make it static.
* Add definition of _dl_library_path for static binaries.Ulrich Drepper1998-03-241-0/+3
|
* (_dl_close): Fix byte count while removing the shared object from theUlrich Drepper1998-03-231-3/+2
| | | | global scope list and optimize a little bit.
* (_dl_close): Correct and simplify unmapping.Ulrich Drepper1998-03-171-9/+15
|
* (_dl_map_objet_deps): Call _dl_catch_error correctly.Ulrich Drepper1998-03-121-2/+1
|
* (dl_main): Call _dl_catch_error correctly.Ulrich Drepper1998-03-121-2/+1
|
* (_dl_catch_error): Fix prototype and comment.Ulrich Drepper1998-03-121-5/+4
|
* (last_object_name): Removed.Ulrich Drepper1998-03-121-20/+14
| | | | | (dlerror): Don't use last_object_name. (_dl_error_run): Omit second argument to _dl_catch_error.
* (struct catch): Remove objname member.Ulrich Drepper1998-03-121-10/+13
| | | | | (_dl_signal_error): Construct string including objname when given. (_dl_catch_error): Remove objname handling.
* (dl_main): Fixtypo.Ulrich Drepper1998-03-121-4/+3
|
* (dl_main): Install link maps for preloaded objects using main_map as loader.Ulrich Drepper1998-03-121-4/+4
|
* (_dl_close): Applied changes from 2.1 to correct unmapping.Ulrich Drepper1998-03-121-17/+19
|
* (_dl_library_path): New variable. Initialize from LD_LIBRARY_PATH envvarUlrich Drepper1998-03-101-0/+10
| | | | and let user overwrite the value using new --library-path option.
* (_dl_map_object): Don't get LD_LIBRARY_PATH envvar, use global variableUlrich Drepper1998-03-101-1/+3
| | | | _dl_library_path.
* (dl_main): Undo last change.Ulrich Drepper1998-03-101-8/+0
|
* (dl_main): Load the preloaded objects dependencies.Ulrich Drepper1998-03-101-0/+8
|
* Add compatibility for broken old shells.Ulrich Drepper1998-03-042-28/+54
|
* Call _dl_map_object with new argument.Ulrich Drepper1998-03-031-5/+7
|
* Adjust prototype for _dl_map_object.Ulrich Drepper1998-03-031-3/+3
|
* (_dl_open): Call _dl_map_object with new argument.Ulrich Drepper1998-03-031-1/+1
|
* (_dl_map_object): Take extra argument and pass it to open_path.Ulrich Drepper1998-03-031-13/+41
| | | | | (open_path): If preloading and SUID binary, use shared object only if SUID bit is set.
* (_dl_map_object_deps): Call _dl_map_object with new argument.Ulrich Drepper1998-03-031-3/+3
|