index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-12-12
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
1
-0
/
+38
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
1
-5
/
+5
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
1
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
1
-17
/
+27
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
1
-14
/
+13
2023-08-23
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
1
-3
/
+16
2023-08-23
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
1
-2
/
+2
2023-08-23
tools/nolibc: drop unused variables
Thomas Weißschuh
1
-1
/
+0
2023-08-23
tools/nolibc: add pipe() and pipe2() support
Yuan Tan
1
-0
/
+24
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
1
-52
/
+11
2023-08-23
tools/nolibc: add rmdir() support
Zhangjin Wu
1
-0
/
+22
2023-08-23
tools/nolibc: types.h: add RB_ flags for reboot()
Zhangjin Wu
1
-1
/
+0
2023-08-23
tools/nolibc: clean up sbrk() routine
Zhangjin Wu
1
-5
/
+4
2023-08-23
tools/nolibc: clean up mmap() routine
Zhangjin Wu
1
-23
/
+6
2023-08-23
tools/nolibc: __sysret: support syscalls who return a pointer
Zhangjin Wu
1
-5
/
+12
2023-08-06
tools/nolibc: sys.h: apply __sysret() helper
Zhangjin Wu
1
-310
/
+44
2023-08-06
tools/nolibc: sys.h: add a syscall return helper
Zhangjin Wu
1
-0
/
+10
2023-08-06
tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS
Zhangjin Wu
1
-0
/
+12
2023-08-06
tools/nolibc: fix up #error compile failures with -ENOSYS
Zhangjin Wu
1
-13
/
+13
2023-06-09
tools/nolibc: open: fix up compile warning for arm
Zhangjin Wu
1
-1
/
+1
2023-06-09
tools/nolibc: ppoll/ppoll_time64: add a missing argument
Zhangjin Wu
1
-1
/
+1
2023-06-09
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
1
-30
/
+36
2023-06-09
tools/nolibc: add support for prctl()
Thomas Weißschuh
1
-0
/
+27
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-11
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
1
-0
/
+21
2023-01-11
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-21
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
1
-0
/
+62
2022-04-21
tools/nolibc/sys: add syscall definition for getppid()
Willy Tarreau
1
-0
/
+17
2022-04-21
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
1
-16
/
+1
2022-04-21
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
1
-21
/
+3
2022-04-21
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
1
-3
/
+15
2022-04-21
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
1
-0
/
+1189