index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
sys.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
1
-0
/
+1
2023-06-09
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
1
-0
/
+2
2023-06-09
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
1
-4
/
+4
2023-06-09
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
1
-0
/
+23
2023-03-20
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
1
-0
/
+56
2023-03-20
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
1
-1
/
+1
2023-03-20
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
1
-0
/
+42
2023-01-10
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
1
-0
/
+21
2023-01-10
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
1
-0
/
+1
2023-01-09
nolibc: add support for s390
Sven Schnelle
1
-0
/
+2
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
1
-0
/
+2
2022-08-31
tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
Willy Tarreau
1
-1
/
+1
2022-04-20
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
1
-0
/
+62
2022-04-20
tools/nolibc/sys: add syscall definition for getppid()
Willy Tarreau
1
-0
/
+17
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
1
-16
/
+1
2022-04-20
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
1
-21
/
+3
2022-04-20
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
1
-3
/
+15
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
1
-0
/
+1189