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-06-09
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
2
-33
/
+39
2023-06-09
tools/nolibc: add support for prctl()
Thomas Weißschuh
1
-0
/
+27
2023-06-09
tools/nolibc: s390: disable stackprotector in _start
Thomas Weißschuh
1
-1
/
+3
2023-06-09
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
9
-8
/
+18
2023-06-09
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
10
-28
/
+40
2023-06-09
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
1
-2
/
+16
2023-06-09
tools/nolibc: ensure stack protector guard is never zero
Thomas Weißschuh
1
-2
/
+3
2023-06-09
tools/nolibc: x86_64: disable stack protector for _start
Thomas Weißschuh
1
-1
/
+1
2023-06-09
tools/nolibc: fix typo pint -> point
Thomas Weißschuh
1
-1
/
+1
2023-06-09
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
1
-1
/
+6
2023-06-09
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
1
-1
/
+7
2023-06-09
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
1
-1
/
+6
2023-06-09
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
1
-1
/
+6
2023-06-09
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
1
-1
/
+6
2023-06-09
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
1
-0
/
+15
2023-06-09
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
1
-5
/
+9
2023-06-09
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2
-8
/
+1
2023-06-09
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2
-0
/
+11
2023-06-09
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
10
-149
/
+149
2023-06-09
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
1
-9
/
+9
2023-06-09
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
1
-2
/
+2
2023-06-09
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
1
-1
/
+1
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
1
-27
/
+68
2023-06-09
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
1
-0
/
+23
2023-04-24
Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+6
2023-04-11
tools/nolibc/stdio: Implement vprintf()
Mark Brown
1
-0
/
+6
2023-03-28
tools/nolibc: x86_64: add stackprotector support
Thomas Weißschuh
1
-0
/
+5
2023-03-28
tools/nolibc: i386: add stackprotector support
Thomas Weißschuh
1
-1
/
+6
2023-03-28
tools/nolibc: add support for stack protector
Thomas Weißschuh
3
-2
/
+56
2023-03-28
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
1
-0
/
+2
2023-03-28
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
1
-0
/
+5
2023-03-20
tools/nolibc: Add support for LoongArch
Feiyang Chen
2
-0
/
+202
2023-03-20
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
1
-0
/
+56
2023-03-20
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2
-6
/
+1
2023-03-20
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
1
-1
/
+22
2023-03-20
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
1
-0
/
+42
2023-03-20
tools/nolibc: add integer types and integer limit macros
Vincent Dagonneau
1
-0
/
+75
2023-03-20
tools/nolibc: add stdint.h
Vincent Dagonneau
3
-16
/
+27
2023-03-20
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Paul E. McKenney
1
-0
/
+1
2023-01-11
nolibc/sys: Implement `getpagesize(2)` function
Ammar Faizi
1
-0
/
+21
2023-01-11
nolibc/stdlib: Implement `getauxval(3)` function
Ammar Faizi
1
-0
/
+27
2023-01-11
tools/nolibc: add auxiliary vector retrieval for s390
Sven Schnelle
1
-0
/
+10
2023-01-11
tools/nolibc: add auxiliary vector retrieval for mips
Willy Tarreau
1
-0
/
+11
2023-01-11
tools/nolibc: add auxiliary vector retrieval for riscv
Willy Tarreau
1
-0
/
+10
2023-01-11
tools/nolibc: add auxiliary vector retrieval for arm
Willy Tarreau
1
-0
/
+13
2023-01-11
tools/nolibc: add auxiliary vector retrieval for arm64
Willy Tarreau
1
-0
/
+7
2023-01-11
tools/nolibc: add auxiliary vector retrieval for x86_64
Willy Tarreau
1
-0
/
+7
2023-01-11
tools/nolibc: add auxiliary vector retrieval for i386
Willy Tarreau
1
-0
/
+7
2023-01-11
tools/nolibc: export environ as a weak symbol on s390
Sven Schnelle
1
-0
/
+4
2023-01-11
tools/nolibc: export environ as a weak symbol on riscv
Willy Tarreau
1
-0
/
+4
[next]