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