index
:
dynld
main
dynamic linker studies
johannst
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dev04'
johannst
2021-04-28
20
-66
/
+1226
|
\
|
*
add check for PT_TLS phdr
johannst
2021-04-26
2
-0
/
+5
|
*
dynld: mark internal functions static
johannst
2021-04-26
1
-24
/
+17
|
*
dynld: add fold marker as code grew
johannst
2021-04-26
1
-39
/
+23
|
*
libgreet/main: updated comments
johannst
2021-04-26
2
-5
/
+10
|
*
Makefile: update comments
johannst
2021-04-26
1
-11
/
+19
|
*
setup routine for got + brush up some comments
johannst
2021-04-26
1
-24
/
+61
|
*
added support for R_X86_64_64/R_X86_64_RELATIVE relocations + added init/fini
johannst
2021-04-25
3
-42
/
+110
|
*
main: remove exit syscall
johannst
2021-04-25
1
-2
/
+0
|
*
own make target for libgreet.so
johannst
2021-04-21
1
-9
/
+10
|
*
add support to resolve all relocations in PLT & RELA tables; add global varia...
johannst
2021-04-21
5
-38
/
+100
|
*
added memcpy + tests for memcpy/memset
johannst
2021-04-20
4
-6
/
+47
|
*
added tests for fmt() char, long nums
johannst
2021-04-19
2
-1
/
+31
|
*
04: able to map dependency & resolve reolcs and execture main program (initia...
johannst
2021-04-17
5
-0
/
+578
|
*
clang-format: preseve header blocks
johannst
2021-04-17
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
|
/
*
use ERROR_ON macro
johannst
2021-03-21
1
-8
/
+4
*
added efmt to write out error messages + ERROR_ON macro
johannst
2021-03-21
3
-8
/
+37
*
added license note
johannst
2021-03-20
2
-1
/
+5
*
added static libs to gitignore
johannst
2021-03-20
1
-0
/
+1
*
added chapter 03 hello dynld
johannst
2021-03-20
5
-0
/
+284
*
Split common headers in header/src files.
johannst
2021-03-20
13
-97
/
+205
*
02: compile time arch check
johannst
2021-03-16
1
-0
/
+4
*
test: Improve type-safety of test fns.
johannst
2021-03-14
2
-31
/
+55
*
pfmt: added upper limit for stack local buffer
johannst
2021-03-14
1
-3
/
+5
*
Update README 01/02 and align types in entry.c (02).
johannst
2021-03-14
4
-56
/
+70
*
allow to run makefile from different location with `-C`
johannst
2020-11-29
1
-1
/
+1
*
clang format
johannst
2020-11-29
1
-3
/
+10
*
rename fmt & print functions
johannst
2020-11-29
5
-83
/
+88
*
ch02 adding goals
johannst
2020-11-25
1
-3
/
+10
*
ch01 list few dyn linker tasks
johannst
2020-11-25
1
-6
/
+9
*
factorize printf into io.h
johannst
2020-11-24
3
-20
/
+49
*
fix test Makefile
johannst
2020-11-24
1
-1
/
+1
*
add process init chapter
johannst
2020-11-24
11
-0
/
+774
*
added clang-format
johannst
2020-11-22
1
-0
/
+103
*
added MIT lic & copyright header
johannst
2020-11-22
4
-0
/
+27
*
rename 01
johannst
2020-11-21
4
-0
/
+0
*
re-write parts of 01
johannst
2020-11-21
1
-31
/
+36
*
added hello dynamic link module
johannst
2020-11-18
5
-0
/
+125