aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test: enabled sanitizerjohannst2021-04-281-2/+11
|
* added memcpy + tests for memcpy/memsetjohannst2021-04-202-6/+25
|
* added tests for fmt() char, long numsjohannst2021-04-191-0/+30
|
* Split common headers in header/src files.johannst2021-03-202-4/+8
|
* test: Improve type-safety of test fns.johannst2021-03-142-31/+55
|
* rename fmt & print functionsjohannst2020-11-291-6/+6
|
* fix test Makefilejohannst2020-11-241-1/+1
|
* add process init chapterjohannst2020-11-243-0/+151
Add chapter on process initialization. Add program to visualize data provided by the Linux Kernel as specified in the SysV ABI. Add utils for syscalls and printing + tests.