aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* add check for PT_TLS phdrjohannst2021-04-261-0/+1
|
* added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/finijohannst2021-04-251-29/+35
|
* add support to resolve all relocations in PLT & RELA tables; add global ↵johannst2021-04-211-2/+5
| | | | variable as example to libgreet.so
* added memcpy + tests for memcpy/memsetjohannst2021-04-202-0/+22
|
* added tests for fmt() char, long numsjohannst2021-04-191-1/+1
|
* elf: add ehdr, sym, relocjohannst2021-04-171-10/+104
|
* io: make use of write syscall wrapperjohannst2021-04-171-6/+5
|
* fmt: add support for %cjohannst2021-04-171-1/+5
|
* added close,access,write,pread,mmap,munmap syscalls + syscall ret handlerjohannst2021-04-173-12/+88
|
* add memsetjohannst2021-04-173-6/+28
|
* Added dyn allocator + syscall wrappers + minor fixes.johannst2021-03-269-24/+179
|
* added efmt to write out error messages + ERROR_ON macrojohannst2021-03-213-8/+37
|
* Split common headers in header/src files.johannst2021-03-208-0/+366