index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
nolibc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
1
-5
/
+4
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
1
-1
/
+1
2023-03-28
tools/nolibc: add support for stack protector
Thomas Weißschuh
1
-0
/
+1
2022-04-21
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
1
-10
/
+20
2022-04-21
tools/nolibc/time: create time.h with time()
Willy Tarreau
1
-0
/
+1
2022-04-21
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
1
-0
/
+1
2022-04-21
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
1
-0
/
+1
2022-04-21
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
1
-0
/
+1
2022-04-21
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
1
-22
/
+0
2022-04-21
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
1
-9
/
+0
2022-04-21
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
1
-14
/
+0
2022-04-21
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
1
-6
/
+1
2022-04-21
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
1
-95
/
+1
2022-04-21
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
1
-66
/
+1
2022-04-21
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
1
-962
/
+3
2022-04-21
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
1
-1186
/
+1
2022-04-21
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
1
-108
/
+2
2022-04-21
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
1
-37
/
+5
2022-04-12
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
1
-0
/
+4
2022-04-12
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
1
-0
/
+3
2021-12-01
tools/nolibc: Implement gettid()
Mark Brown
1
-0
/
+18
2021-12-01
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
1
-1
/
+1
2021-12-01
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
1
-14
/
+19
2021-12-01
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
1
-8
/
+5
2021-12-01
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
1
-1
/
+9
2021-12-01
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
1
-2
/
+8
2021-07-20
tools/nolibc: Implement msleep()
Mark Brown
1
-0
/
+13
2021-07-20
tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h
Bhaskar Chowdhury
1
-1
/
+1
2021-01-21
tools/nolibc: Fix position of -lgcc in the documented example
Willy Tarreau
1
-1
/
+1
2021-01-21
tools/nolibc: Emit detailed error for missing alternate syscall number defini...
Willy Tarreau
1
-13
/
+39
2021-01-21
tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*
Willy Tarreau
1
-8
/
+0
2021-01-21
tools/nolibc: Get timeval, timespec and timezone from linux/time.h
Willy Tarreau
1
-18
/
+1
2021-01-21
tools/nolibc: Implement poll() based on ppoll()
Willy Tarreau
1
-0
/
+10
2021-01-21
tools/nolibc: Implement fork() based on clone()
Willy Tarreau
1
-0
/
+10
2021-01-21
tools/nolibc: Make getpgrp() fall back to getpgid(0)
Willy Tarreau
1
-1
/
+19
2021-01-21
tools/nolibc: Make dup2() rely on dup3() when available
Willy Tarreau
1
-0
/
+26
2021-01-21
tools/nolibc: Add the definition for dup()
Willy Tarreau
1
-0
/
+12
2020-11-07
tools/nolibc: Fix a spelling error in a comment
Bhaskar Chowdhury
1
-1
/
+1
2020-11-07
rcutorture/nolibc: Fix a typo in header file
Samuel Hernandez
1
-1
/
+1
2019-05-08
tool headers nolibc: add RISCV support
Pranith Kumar
1
-0
/
+194
2019-01-26
tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/
Willy Tarreau
1
-0
/
+2263