index
:
dynld
main
dynamic linker studies
johannst
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable stack protector for simplicity of these linker studies
Johannes Stoelp
2023-01-06
1
-0
/
+1
*
memcpy: describe different cases in more depth
Johannes Stoelp
2022-04-04
1
-8
/
+46
*
04: dynld, map initial SO region with MAP_NONE
johannst
2021-05-05
1
-0
/
+1
*
add check for PT_TLS phdr
johannst
2021-04-26
1
-0
/
+1
*
added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/fini
johannst
2021-04-25
1
-29
/
+35
*
add support to resolve all relocations in PLT & RELA tables; add global varia...
johannst
2021-04-21
1
-2
/
+5
*
added memcpy + tests for memcpy/memset
johannst
2021-04-20
2
-0
/
+22
*
added tests for fmt() char, long nums
johannst
2021-04-19
1
-1
/
+1
*
elf: add ehdr, sym, reloc
johannst
2021-04-17
1
-10
/
+104
*
io: make use of write syscall wrapper
johannst
2021-04-17
1
-6
/
+5
*
fmt: add support for %c
johannst
2021-04-17
1
-1
/
+5
*
added close,access,write,pread,mmap,munmap syscalls + syscall ret handler
johannst
2021-04-17
3
-12
/
+88
*
add memset
johannst
2021-04-17
3
-6
/
+28
*
Added dyn allocator + syscall wrappers + minor fixes.
johannst
2021-03-26
9
-24
/
+179
*
added efmt to write out error messages + ERROR_ON macro
johannst
2021-03-21
3
-8
/
+37
*
Split common headers in header/src files.
johannst
2021-03-20
8
-0
/
+366