index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
2024-04-14
tools/nolibc: add support for uname(2)
Thomas Weißschuh
2024-04-10
tools/nolibc/string: remove open-coded strnlen()
Thomas Weißschuh
2024-04-10
tools/nolibc: Fix strlcpy() return code and size usage
Rodrigo Campos
2024-04-10
tools/nolibc: Fix strlcat() return code and size usage
Rodrigo Campos
2024-04-10
tools/nolibc/string: export strlen()
Rodrigo Campos
2024-04-10
tools/nolibc/stdlib: fix memory error in realloc()
Brennan Xavier McManus
2023-12-11
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
2023-12-11
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
2023-12-11
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
2023-12-11
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
2023-12-11
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2023-12-11
tools/nolibc: error out on unsupported architecture
Thomas Weißschuh
2023-12-11
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
2023-10-12
tools/nolibc: mark start_c as weak
Thomas Weißschuh
2023-10-12
tools/nolibc: i386: Fix a stack misalign bug on _start
Ammar Faizi
2023-08-23
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
2023-08-23
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
2023-08-23
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
2023-08-23
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2023-08-23
tools/nolibc: add support for powerpc64
Zhangjin Wu
2023-08-23
tools/nolibc: add support for powerpc
Zhangjin Wu
2023-08-23
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
2023-08-23
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
2023-08-23
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
2023-08-23
tools/nolibc: drop unused variables
Thomas Weißschuh
2023-08-23
tools/nolibc: add pipe() and pipe2() support
Yuan Tan
2023-08-23
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
2023-08-23
tools/nolibc: s390: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: riscv: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: loongarch: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: mips: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: x86_64: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: i386: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: aarch64: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: arm: shrink _start with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: crt.h: initialize stack protector
Zhangjin Wu
2023-08-23
tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...
Zhangjin Wu
2023-08-23
tools/nolibc: add new crt.h with _start_c
Zhangjin Wu
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
2023-08-23
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
[next]