Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-07-07 | tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid() | Thomas Weißschuh | 1 | -1/+1 |
2025-05-21 | tools/nolibc: implement wait() in terms of waitpid() | Thomas Weißschuh | 1 | -6/+6 |
2025-05-21 | tools/nolibc: include nolibc.h early from all header files | Thomas Weißschuh | 1 | -4/+3 |
2025-04-22 | tools/nolibc: implement waitpid() in terms of waitid() | Thomas Weißschuh | 1 | -12/+58 |
2025-04-19 | tools/nolibc: move wait() and friends to sys/wait.h | Thomas Weißschuh | 1 | -0/+71 |