docs/building.md: Cleanup
[centaur.git] / src / libelfu /
2015-02-23 norlyGPLv2 release
2013-06-28 norlyImplement memory management TODOs
2013-06-27 norlyAllocate .symtab during Reladd if none present cleanup
2013-06-27 norlyRemove unneeded struct member and fix references to it
2013-06-27 norlySerialize symtab after merge in Reladd
2013-06-27 norlyRelax restrictions on NOBITS sections
2013-06-27 norlyDump: More info about child sections
2013-06-27 norlyLookup dynamically linked global variables.
2013-06-26 norlySeparate PLT lookup
2013-06-26 norlyExpand PHDR space only if there are pages available
2013-06-26 norlyExpand downwards only if there is enough space
2013-06-26 norlyOnly make space for more PHDRs if they are in the first...
2013-06-25 norlyCheck for (and abort on) multiple symbol tables
2013-06-24 norlyRemove assertion that breaks with Red Hat's libelf morephdr
2013-06-24 norlyPHDR addition. Should make x86-64 work in many cases.
2013-06-24 norlymLayoutAuto: Do not move LOAD segments, and update...
2013-06-24 norlyReorder PHDRs according to ELF spec
2013-06-24 norlymLayoutGetSpaceInPhdr: Use mPhdrLoadLowestHighest
2013-06-24 norlyPHDR: Find lowest/highest addr/offs
2013-06-22 norlyreladd: Work more with sh_addr instead of sh_offset
2013-06-22 norlyMinor fixes to PHDR expansion to lower addresses
2013-06-22 norlyPHDR: find by addr/offset
2013-06-21 norlyUse .rela.plt too - need this for x86-64 c90
2013-06-21 norlymFromFile: Initialize *me
2013-06-20 norlyMinor cleanup in reladd, 2nd pass
2013-06-20 norlyMerge cloneScn() into reladd.c
2013-06-20 norlyLOAD PHDRs at top level, others as children. mPhdrForall().
2013-06-20 norlyAdd Elf/Phdr/Scn alloc/destroy
2013-06-20 norlyExtend relocation parser to full 32/64 bits
2013-06-20 norlyCleaner ElfuPhdr alloc
2013-06-20 norlyClean up code using ElfuScn
2013-06-20 norlySeparate library code, build .a/.so