Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |