index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
tools/nolibc: add support for getrlimit/setrlimit
Thomas Weißschuh
1
-0
/
+38
2023-12-12
tools/nolibc: drop custom definition of struct rusage
Thomas Weißschuh
1
-20
/
+1
2023-12-12
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
1
-2
/
+2
2023-12-12
tools/nolibc: mips: add support for PIC
Thomas Weißschuh
1
-1
/
+6
2023-12-12
tools/nolibc: move MIPS ABI validation into arch-mips.h
Thomas Weißschuh
2
-1
/
+5
2023-12-12
tools/nolibc: error out on unsupported architecture
Thomas Weißschuh
1
-0
/
+2
2023-12-12
tools/nolibc: Use linux/wait.h rather than duplicating it
Mark Brown
1
-3
/
+1
2023-10-12
tools/nolibc: add support for constructors and destructors
Thomas Weißschuh
1
-1
/
+22
2023-10-12
tools/nolibc: automatically detect necessity to use pselect6
Thomas Weißschuh
4
-14
/
+6
2023-10-12
tools/nolibc: don't define new syscall number
Thomas Weißschuh
1
-4
/
+3
2023-10-12
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
Thomas Weißschuh
1
-17
/
+27
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_up()` function
Ammar Faizi
1
-13
/
+7
2023-10-12
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
Ammar Faizi
1
-10
/
+0
2023-10-12
tools/nolibc: x86-64: Use `rep stosb` for `memset()`
Ammar Faizi
2
-0
/
+15
2023-10-12
tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`
Ammar Faizi
2
-0
/
+33
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
5
-5
/
+21
2023-10-12
tools/nolibc: mark start_c as weak
Thomas Weißschuh
1
-0
/
+1
2023-10-12
tools/nolibc: i386: Fix a stack misalign bug on _start
Ammar Faizi
1
-1
/
+3
2023-08-23
tools/nolibc: avoid undesired casts in the __sysret() macro
Willy Tarreau
1
-14
/
+13
2023-08-23
tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()
Willy Tarreau
1
-3
/
+16
2023-08-23
tools/nolibc: silence ppc64 compile warnings
Zhangjin Wu
1
-3
/
+11
2023-08-23
tools/nolibc: stackprotector.h: make __stack_chk_init static
Zhangjin Wu
2
-4
/
+3
2023-08-23
tools/nolibc: add support for powerpc64
Zhangjin Wu
1
-0
/
+16
2023-08-23
tools/nolibc: add support for powerpc
Zhangjin Wu
2
-0
/
+199
2023-08-23
tools/nolibc: stdint: use __SIZE_TYPE__ for size_t
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: sys: avoid implicit sign cast
Thomas Weißschuh
1
-1
/
+1
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
1
-1
/
+4
2023-08-23
tools/nolibc: fix return type of getpagesize()
Thomas Weißschuh
1
-2
/
+2
2023-08-23
tools/nolibc: drop unused variables
Thomas Weißschuh
1
-1
/
+0
2023-08-23
tools/nolibc: add pipe() and pipe2() support
Yuan Tan
1
-0
/
+24
2023-08-23
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
1
-0
/
+24
2023-08-23
tools/nolibc: s390: shrink _start with _start_c
Zhangjin Wu
1
-31
/
+5
2023-08-23
tools/nolibc: riscv: shrink _start with _start_c
Zhangjin Wu
1
-39
/
+5
2023-08-23
tools/nolibc: loongarch: shrink _start with _start_c
Zhangjin Wu
1
-40
/
+4
2023-08-23
tools/nolibc: mips: shrink _start with _start_c
Zhangjin Wu
1
-38
/
+8
2023-08-23
tools/nolibc: x86_64: shrink _start with _start_c
Zhangjin Wu
1
-23
/
+6
2023-08-23
tools/nolibc: i386: shrink _start with _start_c
Zhangjin Wu
1
-27
/
+7
2023-08-23
tools/nolibc: aarch64: shrink _start with _start_c
Zhangjin Wu
1
-23
/
+4
2023-08-23
tools/nolibc: arm: shrink _start with _start_c
Zhangjin Wu
1
-39
/
+5
2023-08-23
tools/nolibc: crt.h: initialize stack protector
Zhangjin Wu
1
-0
/
+4
2023-08-23
tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...
Zhangjin Wu
1
-0
/
+2
2023-08-23
tools/nolibc: add new crt.h with _start_c
Zhangjin Wu
2
-0
/
+58
2023-08-23
tools/nolibc: remove the old sys_stat support
Zhangjin Wu
9
-248
/
+13
2023-08-23
tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0
Zhangjin Wu
8
-8
/
+8
2023-08-23
tools/nolibc: arch-*.h: add missing space after ','
Zhangjin Wu
8
-8
/
+8
2023-08-23
tools/nolibc: completely remove optional environ support
Thomas Weißschuh
1
-10
/
+2
2023-08-23
tools/nolibc: add rmdir() support
Zhangjin Wu
1
-0
/
+22
2023-08-23
tools/nolibc: types.h: add RB_ flags for reboot()
Zhangjin Wu
2
-2
/
+11
2023-08-23
tools/nolibc: clean up sbrk() routine
Zhangjin Wu
1
-5
/
+4
2023-08-23
tools/nolibc: clean up mmap() routine
Zhangjin Wu
2
-23
/
+12
[next]