| Age | Commit message (Expand) | Author |
| 2020-09-13 | Elf64_Phdr::p_offset is 64 bits, not 32 | jmcneill |
| 2020-09-13 | Elf64_Phdr::p_flags is 32 bits, not 64 | jmcneill |
| 2020-05-07 | Update the comments. | maxv |
| 2019-10-17 | Make sure we're dealing with a static binary. Otherwise we could crash if | maxv |
| 2019-07-21 | Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of | rin |
| 2019-06-20 | Add KASLR support in UEFI. | maxv |
| 2018-08-23 | Support loading read-only data sections. ARM64 ELF kernels need this. ok skrll@ | jmcneill |
| 2017-12-21 | Make sure we're loading a relocatable binary, to give the user a chance to | maxv |
| 2017-11-15 | Support large pages on KASLR kernels, in a way that does not reduce | maxv |
| 2017-11-13 | Don't process ELF sections that don't have the ALLOC flag set. | maxv |
| 2017-11-13 | Revert my last revision, that is to say, don't group sections into | maxv |
| 2017-10-18 | Group the sections into segments, and align to KERNALIGN only between | maxv |
| 2017-10-13 | Introduce two functions, and dedup code. | maxv |
| 2017-10-13 | Constify offset, it must not change. | maxv |
| 2017-10-08 | Improve comments. | maxv |
| 2017-10-07 | Add a new option in libsa, to load dynamic binaries. A separate function | maxv |
| 2017-10-05 | try a different style of __used. | christos |
| 2017-10-04 | mark first as used for platforms that define PROGRESS to nothing (mvme68k) | christos |
| 2017-09-25 | Clean up and split loadfile, reduces a patch I have. | maxv |
| 2017-04-18 | Swap arguments to strncmp() so that the thing we are testing, the | uwe |
| 2017-04-18 | Move deallocation of shstrsz inside the block where it is allocated. | uwe |
| 2017-04-17 | Section at index 0 is SHN_UNDEF. When searching for symbol sections | uwe |
| 2017-04-17 | Don't hide first = 1 assignment inside for(), that just obscures the | uwe |
| 2017-02-23 | update marks[MARK_DATA] with COUNT_DATA. | nonaka |
| 2017-02-23 | fix CTF section symbol size was not counted with COUNT_KERNEL. | nonaka |
| 2017-01-06 | Explain how all that mess works, without actually fixing it yet. | maxv |
| 2016-12-03 | Fix a wrong flag and KNF. | maxv |
| 2016-08-31 | Initialize the marker for the data segment, in case the caller passes not | martin |
| 2015-07-25 | white space -> tab. | isaki |
| 2013-11-27 | Fix a use-after-free (well, dealloc actually) issue. | jakllsch |
| 2011-02-17 | revert bad whitespace change. | christos |
| 2011-02-17 | fix -Wself-assign warning | christos |
| 2010-09-16 | Use standard ELF types for ELF code, instead of paddr_t. paddr_t should | jym |
| 2010-09-02 | PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab into | christos |
| 2010-03-12 | DTrace: Add support for CTF sections in the netbsd elf image, load these | darran |
| 2008-09-25 | add a LOAD_NOTE flag to make loading the note optional. | christos |
| 2008-05-20 | Extract kernel version from the note section and stuff into a global | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-29 | ANSIfy. | tsutsui |
| 2007-12-03 | Use standard error code (EIO) instead of standalone error code | isaki |
| 2007-12-02 | unsigned -> unsigned int | tsutsui |
| 2007-11-23 | loadfile_*() must set errno when it returns -1. | isaki |
| 2007-06-05 | Add a MARK_DATA marker containing the effective VA of the first loaded | martin |
| 2006-04-06 | Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out. | cherry |
| 2006-04-03 | Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code, | cherry |
| 2006-04-03 | Allows processor ABI specific ELF segment loads. | cherry |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-14 | rearrange free's and add a missing one. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |