| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/nolibc/sys: Implement `mmap()` and `munmap()` | Ammar Faizi | 2022-04-20 | 1 | -0/+62 |
| * | tools/nolibc/sys: add syscall definition for getppid() | Willy Tarreau | 2022-04-20 | 1 | -0/+17 |
| * | tools/nolibc/errno: extract errno.h from sys.h | Willy Tarreau | 2022-04-20 | 1 | -16/+1 |
| * | tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno | Willy Tarreau | 2022-04-20 | 1 | -21/+3 |
| * | tools/nolibc/sys: make open() take a vararg on the 3rd argument | Willy Tarreau | 2022-04-20 | 1 | -3/+15 |
| * | tools/nolibc/sys: split the syscall definitions into their own file | Willy Tarreau | 2022-04-20 | 1 | -0/+1189 |
