| Age | Commit message (Expand) | Author |
| 2003-09-07 | Back out revision 1.100. There is something screwier going on. | mycroft |
| 2003-08-31 | dlsym() should not leave an error set. It confuses programs that check | mycroft |
| 2003-08-12 | Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-07-21 | arm and sh5 also have bogus DT_TEXTRELs. sh5 was already covered so just | skrll |
| 2003-07-17 | Correct the in_plt parameter of a couple of _rtld_find_symdef calls. | skrll |
| 2003-06-30 | SH also has a bogus DT_TEXTREL, it seems. | marcus |
| 2003-06-05 | KNF- blank lines before code at start of functions. | simonb |
| 2003-05-30 | Add RTLD_FIRST, RTLD_NEXT, RTLD_DEFAULT, from FreeBSD | christos |
| 2003-04-24 | Back out previous change for now -- it needs more work. | mycroft |
| 2003-04-23 | Attempt to give dlsym() the same symbol-searching semantics as _rtld_bind(). | mycroft |
| 2002-12-14 | Gracefully exit when invoked directly. Use of assert() here caused a segfault. | junyoung |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-11-24 | For the debug case, print relocbase as well at the start of _rtld(). | fvdl |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | mycroft |
| 2002-10-04 | Move the definition of _rtld_list_main so ldd builds again. | mycroft |
| 2002-10-03 | As seen on tech-userlevel... | mycroft |
| 2002-10-03 | Do not put objects on _rtld_list_main on any DAG member list -- any symbol we | mycroft |
| 2002-09-26 | Implement a self-relocate function for the VAX. | mycroft |
| 2002-09-26 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |
| 2002-09-26 | Clean up _rtld_init() -- there is no need to avoid globals. | mycroft |
| 2002-09-26 | Hm, the const isn't going to work. | mycroft |
| 2002-09-26 | Do not attempt to free(_rtld_objself.path) -- it's a pointer into our data | mycroft |
| 2002-09-25 | #if defined -> #ifdef | mycroft |
| 2002-09-24 | Put back the `in_plt' nonsense for now. | mycroft |
| 2002-09-24 | Touch up a little more -- some of the dbg()s never actually printed anything. | mycroft |
| 2002-09-24 | Previous change was done wrong. | mycroft |
| 2002-09-24 | Make sure that dbg() is disabled if LD_DEBUG is not defined. Now | junyoung |
| 2002-09-24 | Change the comment about l_offs. | mycroft |
| 2002-09-24 | Remove '\n' at the end of dbg strings. | junyoung |
| 2002-09-24 | END_SYM is no longer used. | junyoung |
| 2002-09-24 | Use/require AT_PAGESZ on all platforms. (The kernel has exported it for ~3 | mycroft |
| 2002-09-24 | Um, a little bit of sanity here: | mycroft |
| 2002-09-23 | Several small changes that shave 7-8% off the simple-exec-loop test: | mycroft |
| 2002-09-21 | Print the name of dynamic linker actually loaded. | junyoung |
| 2002-09-20 | Cosmetic changes (long lines). | junyoung |
| 2002-09-19 | don't core dump setting progname if argv[0] == NULL. From xs@kittenz.org | christos |
| 2002-09-13 | The textrel special case is only needed for MIPS (due to a bug in BFD). | mycroft |
| 2002-09-13 | Kill the sparc64 argc conversion hack. | mycroft |
| 2002-09-13 | Nuke an unneeded hack for the Alpha. | mycroft |
| 2002-09-12 | Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. | mycroft |
| 2002-09-12 | ld.elf_so has no textrels on arm, i386 or vax -- and shouldn't on any platform, | mycroft |
| 2002-09-12 | Add a `relocbase' argument to _rtld() and _rtld_init(), which is passed in | mycroft |
| 2002-09-11 | This is a gratuitous null commit to force rtld.o to be rebuilt. | mycroft |
| 2002-09-06 | Pass down an additional flag to _rtld_relocate_nonplt_objects() which | mycroft |
| 2002-09-06 | Remove typedef which was never used. Meaningless comment as well. | junyoung |
| 2002-09-05 | Remove all of the `mark' code. This is responsible for the `undefined PLT | mycroft |
| 2002-08-26 | save 4 system calls by using AT_{R,E}{U,G}ID. | christos |
| 2002-08-09 | Remove extraneous \n's in {err,warn}{,x}. | soren |