index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
crt.h
Age
Commit message (
Expand
)
Author
2026-04-27
tools/nolibc: add __nolibc_arg_to_reg()
Thomas Weißschuh
2026-04-27
tools/nolibc: Don't use stack protector before setting it up
Daniel Palmer
2026-04-27
tools/nolibc: avoid call to wcslen() in _start_c() inserted by clang
Thomas Weißschuh
2026-04-09
tools/nolibc: create __nolibc_no_sanitize_ubsan
Thomas Weißschuh
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
2025-10-29
tools/nolibc: add option to disable runtime
Benjamin Berg
2025-04-19
tools/nolibc: disable function sanitizer for _start_c()
Thomas Weißschuh
2025-02-03
tools/nolibc: add prototypes for non-static functions
Thomas Weißschuh
2024-08-16
tools/nolibc: crt: mark _start_c() as used
Thomas Weißschuh
2024-08-09
tools/nolibc: pass argc, argv and envp to constructors
Thomas Weißschuh
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
2023-10-12
tools/nolibc: mark start_c as weak
Thomas Weißschuh
2023-08-23
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2023-08-23
tools/nolibc: crt.h: initialize stack protector
Zhangjin Wu
2023-08-23
tools/nolibc: add new crt.h with _start_c
Zhangjin Wu