| Age | Commit message (Expand) | Author |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-06-05 | KNF- blank lines before code at start of functions. | simonb |
| 2003-03-06 | make it compile in /usr/src/rescue directory. | taca |
| 2003-03-06 | Align psections to their specified alignment (if possible). Use | matt |
| 2003-02-06 | If fstat info was passed, and from it it can be seen that the file size | fvdl |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-05 | Make this work for ldd again. | mycroft |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | mycroft |
| 2002-09-27 | Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids | mycroft |
| 2002-09-24 | Woops, unmap the first page in the `win' case, too. | mycroft |
| 2002-09-24 | Use _rtld_pagesz instead of PAGESIZE. | junyoung |
| 2002-09-24 | space -> tab. | junyoung |
| 2002-09-24 | Don't need to use union any longer. | junyoung |
| 2002-09-23 | Several small changes that shave 7-8% off the simple-exec-loop test: | mycroft |
| 2002-09-13 | Nuke two frivolous assert()s. | mycroft |
| 2002-09-06 | Introduce a new flag, `isdynamic', which is used to remember whether the | mycroft |
| 2002-06-01 | SIMPLEQ rototill: | lukem |
| 2000-11-26 | Return an error when there are too many segments rather than abort()ing. | mycroft |
| 2000-02-13 | switch back to using a file mapping for the initial mapping of a new object. | chs |
| 1999-11-07 | Changes from msaitoh to fix local/global symbol confusion, and to fix weak | mycroft |
| 1999-11-04 | Remove ELFNAME defines since they are defined in sys/exec_elf.h | erh |
| 1999-10-25 | Update to match new SVR4-style definition names in <sys/exec_elf.h>. | kleink |
| 1999-10-22 | Undo last change. While these macros are defined in exec_elf.h, they are | hannken |
| 1999-10-21 | Remove ELFNAME macros which are already defines in exec_elf.h | erh |
| 1999-08-06 | When allocating the entire address space of an object, map an anonymous | thorpej |
| 1999-03-01 | KNF | christos |
| 1998-02-20 | Fill in missing (default) mmap(2) flags. | mycroft |
| 1996-12-17 | Mipsel changes to ELF ldd/ld.so: | jonathan |
| 1996-12-16 | First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf | cgd |