index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
nolibc.h
Age
Commit message (
Expand
)
Author
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-03-27
tools/nolibc: add support for stack protector
Thomas Weißschuh
2022-04-20
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
2022-04-20
tools/nolibc/time: create time.h with time()
Willy Tarreau
2022-04-20
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2022-04-20
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2022-04-20
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2022-04-11
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
2022-04-11
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
2021-11-30
tools/nolibc: Implement gettid()
Mark Brown
2021-11-30
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`
Ammar Faizi
2021-11-30
tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
Ammar Faizi
2021-11-30
tools/nolibc: fix incorrect truncation of exit code
Willy Tarreau
2021-11-30
tools/nolibc: i386: fix initial stack alignment
Willy Tarreau
2021-11-30
tools/nolibc: x86-64: Fix startup code bug
Ammar Faizi
2021-07-20
tools/nolibc: Implement msleep()
Mark Brown
2021-07-20
tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h
Bhaskar Chowdhury
2021-01-21
tools/nolibc: Fix position of -lgcc in the documented example
Willy Tarreau
2021-01-21
tools/nolibc: Emit detailed error for missing alternate syscall number defini...
Willy Tarreau
2021-01-21
tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*
Willy Tarreau
2021-01-21
tools/nolibc: Get timeval, timespec and timezone from linux/time.h
Willy Tarreau
2021-01-21
tools/nolibc: Implement poll() based on ppoll()
Willy Tarreau
2021-01-21
tools/nolibc: Implement fork() based on clone()
Willy Tarreau
2021-01-21
tools/nolibc: Make getpgrp() fall back to getpgid(0)
Willy Tarreau
2021-01-21
tools/nolibc: Make dup2() rely on dup3() when available
Willy Tarreau
2021-01-21
tools/nolibc: Add the definition for dup()
Willy Tarreau
2020-11-06
tools/nolibc: Fix a spelling error in a comment
Bhaskar Chowdhury
2020-11-06
rcutorture/nolibc: Fix a typo in header file
Samuel Hernandez
2019-05-08
tool headers nolibc: add RISCV support
Pranith Kumar
2019-01-25
tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/
Willy Tarreau