index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
sys.h
Age
Commit message (
Expand
)
Author
2023-01-10
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
2023-01-10
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
2023-01-09
nolibc: add support for s390
Sven Schnelle
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2022-08-31
tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
Willy Tarreau
2022-08-31
tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
Willy Tarreau
2022-04-20
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
2022-04-20
tools/nolibc/sys: add syscall definition for getppid()
Willy Tarreau
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
2022-04-20
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
2022-04-20
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau