Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_dl_close): Fix typo. | Ulrich Drepper | 1998-10-08 | 1 | -1/+1 |
| | |||||
* | Fix one more memory leak. | Ulrich Drepper | 1998-10-08 | 1 | -0/+2 |
| | |||||
* | (_dl_open): Don't put the shared object on the global scope list | Ulrich Drepper | 1998-10-07 | 1 | -5/+17 |
| | | | | twice. | ||||
* | (_dl_close): Fix a memory leak. | Ulrich Drepper | 1998-10-07 | 1 | -1/+7 |
| | | | | Update _dl_global_scope[2] if the first object on the list is removed. | ||||
* | Declare _dl_unload_cache. | Ulrich Drepper | 1998-10-05 | 2 | -0/+6 |
| | |||||
* | (_dl_close): Update _dl_loaded if the first object on the list is | Ulrich Drepper | 1998-08-31 | 1 | -0/+2 |
| | | | | removed. | ||||
* | (dl_main): Unload map file before jumping to user code. | Ulrich Drepper | 1998-08-28 | 1 | -0/+5 |
| | |||||
* | Print "no such file" to stderr. | Ulrich Drepper | 1998-08-28 | 1 | -2/+2 |
| | |||||
* | (_dl_open): Correct test for extending global scope array. | Ulrich Drepper | 1998-08-28 | 1 | -1/+6 |
| | |||||
* | (_dl_close): Move map->l_nsearchlist value into local variable so that | Ulrich Drepper | 1998-08-28 | 1 | -3/+5 |
| | | | | map can be freed. | ||||
* | Redirect warnings and error messages to stderr. | Ulrich Drepper | 1998-08-20 | 2 | -10/+12 |
| | |||||
* | ($(objpfx)sln): Use $(link-libc-static). | Ulrich Drepper | 1998-08-20 | 1 | -1/+1 |
| | |||||
* | Take empty LD_PRELOAD string into account. | Ulrich Drepper | 1998-08-12 | 1 | -1/+1 |
| | |||||
* | Undo last change. | Ulrich Drepper | 1998-08-12 | 1 | -1/+2 |
| | |||||
* | Define R_68K_NUM, R_386_NUM, R_SPARC_NUM, R_MIPS_NUM, and R_ALPHA_NUM. | Ulrich Drepper | 1998-08-12 | 1 | -1/+6 |
| | |||||
* | Don't install sln. | Ulrich Drepper | 1998-08-03 | 1 | -2/+1 |
| | |||||
* | (distribute): Add sln.c | Ulrich Drepper | 1998-07-22 | 1 | -1/+1 |
| | |||||
* | Program to generate symbolic links. | Ulrich Drepper | 1998-07-21 | 1 | -0/+190 |
| | |||||
* | More LD_PRELOAD parsing fixes. | Ulrich Drepper | 1998-07-21 | 1 | -5/+3 |
| | |||||
* | (extra-objs): Add sln.o. | Ulrich Drepper | 1998-07-21 | 1 | -1/+11 |
| | | | | | (install-rootsbin): Add sln. ($(objpfx)sln): New target. | ||||
* | (dl_main): Correct tests in preloading interpreting lines. | Ulrich Drepper | 1998-07-13 | 1 | -2/+2 |
| | |||||
* | Remove LD* envvars if not used. | Ulrich Drepper | 1998-07-09 | 1 | -0/+11 |
| | |||||
* | (distribute): Add dl-envvars.h. | Ulrich Drepper | 1998-07-09 | 1 | -2/+3 |
| | |||||
* | Fix problem with empty LD_PRELOAD value. | Ulrich Drepper | 1998-07-07 | 1 | -2/+5 |
| | |||||
* | (_dl_start): Make static. | Ulrich Drepper | 1998-06-15 | 1 | -1/+1 |
| | |||||
* | Use it in dependency list of installation targets. | Ulrich Drepper | 1998-05-20 | 1 | -1/+1 |
| | |||||
* | Call shared object terminators at the right time. | Ulrich Drepper | 1998-05-20 | 1 | -17/+23 |
| | |||||
* | (_dl_map_object): Use LD_LIBRARY_PATH envvar if global variable | Ulrich Drepper | 1998-04-09 | 1 | -0/+4 |
| | | | | _dl_library_path is not set. | ||||
* | (_dl_open): Fix a typo. | Ulrich Drepper | 1998-03-30 | 1 | -3/+5 |
| | | | | (_dl_global_scope_alloc): Make it static. | ||||
* | Add definition of _dl_library_path for static binaries. | Ulrich Drepper | 1998-03-24 | 1 | -0/+3 |
| | |||||
* | (_dl_close): Fix byte count while removing the shared object from the | Ulrich Drepper | 1998-03-23 | 1 | -3/+2 |
| | | | | global scope list and optimize a little bit. | ||||
* | (_dl_close): Correct and simplify unmapping. | Ulrich Drepper | 1998-03-17 | 1 | -9/+15 |
| | |||||
* | (_dl_map_objet_deps): Call _dl_catch_error correctly. | Ulrich Drepper | 1998-03-12 | 1 | -2/+1 |
| | |||||
* | (dl_main): Call _dl_catch_error correctly. | Ulrich Drepper | 1998-03-12 | 1 | -2/+1 |
| | |||||
* | (_dl_catch_error): Fix prototype and comment. | Ulrich Drepper | 1998-03-12 | 1 | -5/+4 |
| | |||||
* | (last_object_name): Removed. | Ulrich Drepper | 1998-03-12 | 1 | -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 Drepper | 1998-03-12 | 1 | -10/+13 |
| | | | | | (_dl_signal_error): Construct string including objname when given. (_dl_catch_error): Remove objname handling. | ||||
* | (dl_main): Fixtypo. | Ulrich Drepper | 1998-03-12 | 1 | -4/+3 |
| | |||||
* | (dl_main): Install link maps for preloaded objects using main_map as loader. | Ulrich Drepper | 1998-03-12 | 1 | -4/+4 |
| | |||||
* | (_dl_close): Applied changes from 2.1 to correct unmapping. | Ulrich Drepper | 1998-03-12 | 1 | -17/+19 |
| | |||||
* | (_dl_library_path): New variable. Initialize from LD_LIBRARY_PATH envvar | Ulrich Drepper | 1998-03-10 | 1 | -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 variable | Ulrich Drepper | 1998-03-10 | 1 | -1/+3 |
| | | | | _dl_library_path. | ||||
* | (dl_main): Undo last change. | Ulrich Drepper | 1998-03-10 | 1 | -8/+0 |
| | |||||
* | (dl_main): Load the preloaded objects dependencies. | Ulrich Drepper | 1998-03-10 | 1 | -0/+8 |
| | |||||
* | Add compatibility for broken old shells. | Ulrich Drepper | 1998-03-04 | 2 | -28/+54 |
| | |||||
* | Call _dl_map_object with new argument. | Ulrich Drepper | 1998-03-03 | 1 | -5/+7 |
| | |||||
* | Adjust prototype for _dl_map_object. | Ulrich Drepper | 1998-03-03 | 1 | -3/+3 |
| | |||||
* | (_dl_open): Call _dl_map_object with new argument. | Ulrich Drepper | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | (_dl_map_object): Take extra argument and pass it to open_path. | Ulrich Drepper | 1998-03-03 | 1 | -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 Drepper | 1998-03-03 | 1 | -3/+3 |
| |