index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
unistd.h
Age
Commit message (
Expand
)
Author
4 days
tools/nolibc: unistd: Add readlink()
Daniel Palmer
4 days
tools/nolibc: unistd: Add getcwd()
Daniel Palmer
2026-05-24
tools/nolibc: add ftruncate()
Thomas Weißschuh
2026-03-22
tools/nolibc: rename sys_foo() functions to _sys_foo()
Thomas Weißschuh
2026-02-25
tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
Thomas Weißschuh
2025-11-09
tools/nolibc: avoid using plain integer as NULL pointer
Thomas Weißschuh
2025-09-01
tools/nolibc: use tabs instead of spaces for indentation
Thomas Weißschuh
2025-05-21
tools/nolibc: add support for access() and faccessat()
Thomas Weißschuh
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
2025-04-19
tools/nolibc: move syscall() to sys/syscall.h
Thomas Weißschuh
2023-08-06
tools/nolibc: unistd.h: reorder the syscall macros
Zhangjin Wu
2023-08-06
tools/nolibc: unistd.h: apply __sysret() helper
Zhangjin Wu
2023-06-09
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2023-03-27
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2022-04-20
tools/nolibc/unistd: add usleep()
Willy Tarreau
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau