| Age | Commit message (Expand) | Author |
| 2008-07-29 | Make sure to call dlerror() to clear any error messages after the relocations | matt |
| 2008-07-24 | RCSID police | skrll |
| 2008-07-24 | Refactor common code to _rtld_relocate_plt_object to i386 and arm so they | matt |
| 2008-07-23 | abort() if we are trying to use an undefined weak symbol from the plt. Remove | christos |
| 2008-07-22 | handle sym_zero like x86_64; other ports might need this too. | christos |
| 2008-07-21 | deal specially with sym_zero, returned by a weak symbol that was not found, | christos |
| 2008-06-05 | Fix error in previous. From nakayama@. | ad |
| 2008-06-03 | Don't bother unmapping the ELF header unless it overlaps the first load | ad |
| 2008-06-03 | __progname isn't const. | ad |
| 2008-06-03 | Try read() on ld.so.conf. If the file is small, it avoids stat+mmap+munmap. | ad |
| 2008-05-25 | Remove trailing whitespace and superfluous .Pp. | wiz |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-14 | constify | yamt |
| 2008-01-14 | tabify | yamt |
| 2007-12-29 | make this compile again. | christos |
| 2007-12-28 | simplify; mapbase == vaddrbase from the PaX author. | christos |
| 2007-12-26 | Deal with ASLR PIE executables, by recognizing that phdr != phdr->v_addr | christos |
| 2007-12-26 | No need for stack_protector.o if USE_FORT is no. | christos |
| 2007-12-26 | print the symbol we are seaching for [when debugging] | christos |
| 2007-12-07 | rtld changes for PR bin/37347: | ad |
| 2007-11-24 | support %z | christos |
| 2007-11-13 | stack_protector.c has moved. | ad |
| 2007-10-30 | Build a local copy of exit that doesn't call __cxa_finalize. It's not | skrll |
| 2007-10-29 | build stack protector locally so that we don't call syslog_ss that results | christos |
| 2007-10-05 | - Don't use the names malloc/free/etc, since we can end up pulling in libc's | ad |
| 2007-09-27 | provide xrealloc, and don't cast and use malloc and realloc directly. | christos |
| 2007-09-27 | If we are using SSP, compile in a separate copy of the stack protector | christos |
| 2007-09-21 | Don't trust AT_SUN_EXECNAME, if we are set{u,g}id. | christos |
| 2007-09-20 | delete debug printf | christos |
| 2007-09-20 | Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs | christos |
| 2007-09-20 | Don't remove the last component of filename before calling | cube |
| 2007-09-13 | 5 is not a valid version for .Nx, so change it to 5.0. | tnn |
| 2007-09-02 | Don't define bool, false and true. Use stdbool.h. | joerg |
| 2007-06-24 | Use an elf note to handle pax arguments. This is a temporary solution to | christos |
| 2007-05-18 | fix a comment. | christos |
| 2007-05-18 | Support Solaris-like $ORIGIN etc. expansions in paths. | christos |
| 2007-04-08 | Remove a test for defined(__SH5__). | scw |
| 2007-04-08 | Remove support for NetBSD/{,evb}sh5. | scw |
| 2007-03-15 | Deal with MKPICLIB != no. | matt |
| 2007-02-23 | Remove MD COMBRELOC support since it's now MI. | matt |
| 2007-02-23 | Don't use cached results for plt lookups (nor save them). | matt |
| 2007-02-22 | Make the COMBRELOC support generic. | matt |
| 2007-02-15 | Add COMBRELOC support | martin |
| 2007-02-15 | Provide COMBRELOC support for amd64 in answer to PR/35589. | skrll |
| 2006-11-24 | s/existance/existence/, from Zafer. | wiz |
| 2006-11-22 | From defend dot the dot world at gmail dot com: Sanitize environment variables | christos |
| 2006-10-17 | Create _rtld_relocate_plt_object and use it in _rtld_bind and | skrll |
| 2006-10-17 | Support unaligned DIR32 relocs. | skrll |
| 2006-10-16 | Reformat a comment. | skrll |