index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: compiler: add macro __nolibc_fallthrough
Thomas Weißschuh
2024-10-07
2
-1
/
+8
*
tools/nolibc: s390: include std.h
Thomas Weißschuh
2024-10-07
1
-0
/
+1
*
tools/nolibc: x86_64: use local label in memcpy/memmove
Thomas Weißschuh
2024-08-16
1
-2
/
+2
*
tools/nolibc: stackprotector: mark implicitly used symbols as used
Thomas Weißschuh
2024-08-16
1
-2
/
+2
*
tools/nolibc: crt: mark _start_c() as used
Thomas Weißschuh
2024-08-16
1
-1
/
+1
*
tools/nolibc: compiler: use attribute((naked)) if available
Thomas Weißschuh
2024-08-12
1
-2
/
+7
*
tools/nolibc: move entrypoint specifics to compiler.h
Thomas Weißschuh
2024-08-12
10
-18
/
+21
*
tools/nolibc: compiler: introduce __nolibc_has_attribute()
Thomas Weißschuh
2024-08-10
1
-7
/
+9
*
tools/nolibc: powerpc: limit stack-protector workaround to GCC
Thomas Weißschuh
2024-08-10
1
-1
/
+1
*
tools/nolibc: mips: load current function to $t9
Thomas Weißschuh
2024-08-10
1
-1
/
+3
*
tools/nolibc: arm: use clang-compatible asm syntax
Thomas Weißschuh
2024-08-10
1
-2
/
+2
*
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
2024-08-09
1
-11
/
+12
*
tools/nolibc: add stdbool.h header
Thomas Weißschuh
2024-07-29
3
-1
/
+19
*
tools/nolibc: include arch.h from string.h
Thomas Weißschuh
2024-07-29
1
-0
/
+1
*
tools/nolibc: implement strerror()
Thomas Weißschuh
2024-06-29
1
-0
/
+10
*
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
2024-06-29
1
-0
/
+109
*
tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong
Thomas Weißschuh
2024-06-29
1
-0
/
+19
*
tools/nolibc: add support for uname(2)
Thomas Weißschuh
2024-04-14
1
-0
/
+27
*
tools/nolibc/string: remove open-coded strnlen()
Thomas Weißschuh
2024-04-10
1
-6
/
+1
*
tools/nolibc: Fix strlcpy() return code and size usage
Rodrigo Campos
2024-04-10
1
-8
/
+10
*
tools/nolibc: Fix strlcat() return code and size usage
Rodrigo Campos
2024-04-10
1
-9
/
+18
*
tools/nolibc/string: export strlen()
Rodrigo Campos
2024-04-10
1
-1
/
+1
*
tools/nolibc/stdlib: fix memory error in realloc()
Brennan Xavier McManus
2024-04-10
1
-1
/
+1
*
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
2023-12-11
1
-0
/
+38
*
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
2023-12-11
1
-20
/
+1
*
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
2023-12-11
1
-2
/
+2
*
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
2023-12-11
1
-1
/
+6
*
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2023-12-11
2
-1
/
+5
*
tools/nolibc: error out on unsupported architecture
Thomas Weißschuh
2023-12-11
1
-0
/
+2
*
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
2023-12-11
1
-3
/
+1
*
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
2023-10-12
1
-1
/
+22
*
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
2023-10-12
4
-14
/
+6
*
tools/nolibc: don't define new syscall number
Thomas Weißschuh
2023-10-12
1
-4
/
+3
*
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
2023-10-12
1
-17
/
+27
*
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
2023-10-12
1
-13
/
+7
*
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
2023-10-12
1
-10
/
+0
*
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2023-10-12
2
-0
/
+15
*
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2023-10-12
2
-0
/
+33
*
tools/nolibc: add stdarg.h header
Thomas Weißschuh
2023-10-12
5
-5
/
+21
*
tools/nolibc: mark start_c as weak
Thomas Weißschuh
2023-10-12
1
-0
/
+1
*
tools/nolibc: i386: Fix a stack misalign bug on _start
Ammar Faizi
2023-10-12
1
-1
/
+3
*
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
2023-08-23
1
-14
/
+13
*
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
2023-08-23
1
-3
/
+16
*
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
2023-08-23
1
-3
/
+11
*
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2023-08-23
2
-4
/
+3
*
tools/nolibc: add support for powerpc64
Zhangjin Wu
2023-08-23
1
-0
/
+16
*
tools/nolibc: add support for powerpc
Zhangjin Wu
2023-08-23
2
-0
/
+199
*
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
2023-08-23
1
-1
/
+1
*
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
2023-08-23
1
-1
/
+1
*
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
2023-08-23
1
-1
/
+4
[next]