index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Commit message (
Expand
)
Author
Age
Files
Lines
*
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
2023-01-10
1
-0
/
+21
*
nolibc/stdlib: Implement `getauxval(3)` function
Ammar Faizi
2023-01-10
1
-0
/
+27
*
tools/nolibc: add auxiliary vector retrieval for s390
Sven Schnelle
2023-01-10
1
-0
/
+10
*
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
2023-01-10
1
-0
/
+11
*
tools/nolibc: add auxiliary vector retrieval for riscv
Willy Tarreau
2023-01-10
1
-0
/
+10
*
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
2023-01-10
1
-0
/
+13
*
tools/nolibc: add auxiliary vector retrieval for arm64
Willy Tarreau
2023-01-10
1
-0
/
+7
*
tools/nolibc: add auxiliary vector retrieval for x86_64
Willy Tarreau
2023-01-10
1
-0
/
+7
*
tools/nolibc: add auxiliary vector retrieval for i386
Willy Tarreau
2023-01-10
1
-0
/
+7
*
tools/nolibc: export environ as a weak symbol on s390
Sven Schnelle
2023-01-10
1
-0
/
+4
*
tools/nolibc: export environ as a weak symbol on riscv
Willy Tarreau
2023-01-10
1
-0
/
+4
*
tools/nolibc: export environ as a weak symbol on mips
Willy Tarreau
2023-01-10
1
-0
/
+5
*
tools/nolibc: export environ as a weak symbol on arm
Willy Tarreau
2023-01-10
1
-1
/
+8
*
tools/nolibc: export environ as a weak symbol on arm64
Willy Tarreau
2023-01-10
1
-0
/
+4
*
tools/nolibc: export environ as a weak symbol on i386
Willy Tarreau
2023-01-10
1
-0
/
+3
*
tools/nolibc: export environ as a weak symbol on x86_64
Willy Tarreau
2023-01-10
1
-0
/
+3
*
tools/nolibc: make errno a weak symbol instead of a static one
Willy Tarreau
2023-01-10
1
-3
/
+1
*
tools/nolibc: remove local definitions of O_* flags for open/fcntl
Willy Tarreau
2023-01-10
8
-84
/
+1
*
tools/nolibc: support thumb mode with frame pointers on ARM
Willy Tarreau
2023-01-10
1
-13
/
+47
*
tools/nolibc: enable support for thumb1 mode for ARM
Willy Tarreau
2023-01-10
1
-4
/
+10
*
tools/nolibc: make compiler and assembler agree on the section around _start
Willy Tarreau
2023-01-10
7
-133
/
+135
*
nolibc: add support for s390
Sven Schnelle
2023-01-09
3
-0
/
+226
*
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
Willy Tarreau
2023-01-09
1
-7
/
+7
*
tools/nolibc: prevent gcc from making memset() loop over itself
Willy Tarreau
2023-01-09
1
-1
/
+4
*
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2023-01-09
10
-0
/
+29
*
tools/nolibc: restore mips branch ordering in the _start block
Willy Tarreau
2023-01-09
1
-0
/
+2
*
tools/nolibc: Fix S_ISxxx macros
Warner Losh
2023-01-09
1
-7
/
+7
*
nolibc: fix fd_set type
Sven Schnelle
2023-01-09
1
-23
/
+30
*
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
2022-10-28
1
-2
/
+2
*
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
2022-10-28
1
-5
/
+8
*
tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
Willy Tarreau
2022-08-31
1
-1
/
+1
*
tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
Willy Tarreau
2022-08-31
1
-1
/
+1
*
tools/nolibc: make argc 32-bit in riscv startup code
Willy Tarreau
2022-08-31
1
-1
/
+1
*
tools/nolibc: add a help target to list supported targets
Willy Tarreau
2022-06-20
1
-0
/
+17
*
tools/nolibc: make the default target build the headers
Willy Tarreau
2022-06-20
1
-1
/
+1
*
tools/nolibc: fix the makefile to also work as "make -C tools ..."
Willy Tarreau
2022-06-20
1
-1
/
+17
*
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
2022-06-20
1
-2
/
+2
*
tools/nolibc/stdlib: Support overflow checking for older compiler versions
Ammar Faizi
2022-06-20
1
-4
/
+3
*
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
2022-04-20
1
-0
/
+32
*
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
2022-04-20
1
-0
/
+9
*
tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
Ammar Faizi
2022-04-20
1
-0
/
+81
*
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
2022-04-20
1
-0
/
+11
*
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
2022-04-20
1
-0
/
+62
*
tools/nolibc: i386: Implement syscall with 6 arguments
Ammar Faizi
2022-04-20
1
-0
/
+23
*
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
2022-04-20
6
-6
/
+0
*
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
2022-04-20
6
-198
/
+198
*
tools/nolibc: x86-64: Update System V ABI document link
Ammar Faizi
2022-04-20
1
-1
/
+1
*
tools/nolibc/stdlib: only reference the external environ when inlined
Willy Tarreau
2022-04-20
1
-7
/
+15
*
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
2022-04-20
1
-1
/
+10
*
tools/nolibc: add a makefile to install headers
Willy Tarreau
2022-04-20
1
-0
/
+42
[next]