Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-08-31 | tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition | 1 | -1/+1 | |
2022-08-31 | tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined | 1 | -1/+1 | |
2022-04-20 | tools/nolibc/sys: Implement `mmap()` and `munmap()` | 1 | -0/+62 | |
2022-04-20 | tools/nolibc/sys: add syscall definition for getppid() | 1 | -0/+17 | |
2022-04-20 | tools/nolibc/errno: extract errno.h from sys.h | 1 | -16/+1 | |
2022-04-20 | tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno | 1 | -21/+3 | |
2022-04-20 | tools/nolibc/sys: make open() take a vararg on the 3rd argument | 1 | -3/+15 | |
2022-04-20 | tools/nolibc/sys: split the syscall definitions into their own file | 1 | -0/+1189 |