Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-20 | tools/nolibc/types: Implement `offsetof()` and `container_of()` macro | Ammar Faizi | 1 | -0/+11 |
2022-04-20 | tools/nolibc/types: add poll() and waitpid() flag definitions | Willy Tarreau | 1 | -0/+10 |
2022-04-20 | tools/nolibc/types: define PATH_MAX and MAXPATHLEN | Willy Tarreau | 1 | -0/+11 |
2022-04-20 | tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE | Willy Tarreau | 1 | -0/+3 |
2022-04-20 | tools/nolibc/types: move makedev to types.h and make it a macro | Willy Tarreau | 1 | -0/+5 |
2022-04-20 | tools/nolibc/types: make FD_SETSIZE configurable | Willy Tarreau | 1 | -2/+4 |
2022-04-20 | tools/nolibc/types: move the FD_* functions to macros in types.h | Willy Tarreau | 1 | -0/+30 |
2022-04-20 | tools/nolibc/types: split syscall-specific definitions into their own files | Willy Tarreau | 1 | -0/+133 |