index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
nolibc.h
Age
Commit message (
Expand
)
Author
2024-07-29
tools/nolibc: add stdbool.h header
Thomas Weißschuh
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
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