summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/unistd.h
AgeCommit message (Expand)Author
4 daystools/nolibc: unistd: Add readlink()Daniel Palmer
4 daystools/nolibc: unistd: Add getcwd()Daniel Palmer
2026-05-24tools/nolibc: add ftruncate()Thomas Weißschuh
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh
2026-02-25tools/nolibc: rename my_syscallX() to __nolibc_syscallX()Thomas Weißschuh
2025-11-09tools/nolibc: avoid using plain integer as NULL pointerThomas Weißschuh
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh
2023-08-06tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu
2023-08-06tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh
2023-03-27tools/nolibc: add definitions for standard fdsThomas Weißschuh
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2022-04-20tools/nolibc/unistd: add usleep()Willy Tarreau
2022-04-20tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau