index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/nolibc: open: fix up compile warning for arm
Zhangjin Wu
2023-06-09
1
-1
/
+1
*
tools/nolibc: arm: add missing my_syscall6
Zhangjin Wu
2023-06-09
1
-0
/
+23
*
selftests/nolibc: not include limits.h for nolibc
Zhangjin Wu
2023-06-09
1
-0
/
+14
*
tools/nolibc: ensure fast64 integer types have 64 bits
Thomas Weißschuh
2023-06-09
1
-5
/
+5
*
tools/nolibc: ppoll/ppoll_time64: add a missing argument
Zhangjin Wu
2023-06-09
1
-1
/
+1
*
tools/nolibc: support nanoseconds in stat()
Thomas Weißschuh
2023-06-09
2
-33
/
+39
*
tools/nolibc: add support for prctl()
Thomas Weißschuh
2023-06-09
1
-0
/
+27
*
tools/nolibc: s390: disable stackprotector in _start
Thomas Weißschuh
2023-06-09
1
-1
/
+3
*
tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
Thomas Weißschuh
2023-06-09
9
-8
/
+18
*
tools/nolibc: add autodetection for stackprotector support
Thomas Weißschuh
2023-06-09
10
-28
/
+40
*
tools/nolibc: reformat list of headers to be installed
Thomas Weißschuh
2023-06-09
1
-2
/
+16
*
tools/nolibc: ensure stack protector guard is never zero
Thomas Weißschuh
2023-06-09
1
-2
/
+3
*
tools/nolibc: x86_64: disable stack protector for _start
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: fix typo pint -> point
Thomas Weißschuh
2023-06-09
1
-1
/
+1
*
tools/nolibc: riscv: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+6
*
tools/nolibc: mips: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+7
*
tools/nolibc: loongarch: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+6
*
tools/nolibc: arm: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+6
*
tools/nolibc: aarch64: add stackprotector support
Thomas Weißschuh
2023-06-09
1
-1
/
+6
*
tools/nolibc/unistd: add syscall()
Thomas Weißschuh
2023-06-09
1
-0
/
+15
*
tools/nolibc: riscv: Fix up load/store instructions for rv32
Zhangjin Wu
2023-06-09
1
-5
/
+9
*
tools/nolibc: remove LINUX_REBOOT_ constants
Thomas Weißschuh
2023-06-09
2
-8
/
+1
*
tools/nolibc: s390: provide custom implementation for sys_fork
Thomas Weißschuh
2023-06-09
2
-0
/
+11
*
tools/nolibc: use C89 comment syntax
Thomas Weißschuh
2023-06-09
10
-149
/
+149
*
tools/nolibc: use __inline__ syntax
Thomas Weißschuh
2023-06-09
1
-9
/
+9
*
tools/nolibc: use standard __asm__ statements
Thomas Weißschuh
2023-06-09
1
-2
/
+2
*
tools/nolibc: Fix build of stdio.h due to header ordering
Mark Brown
2023-06-09
1
-1
/
+1
*
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
2023-06-09
1
-27
/
+68
*
tools/nolibc: add wrapper for memfd_create
Thomas Weißschuh
2023-06-09
1
-0
/
+23
*
Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2023-04-24
1
-0
/
+6
|
\
|
*
tools/nolibc/stdio: Implement vprintf()
Mark Brown
2023-04-11
1
-0
/
+6
*
|
tools/nolibc: x86_64: add stackprotector support
Thomas Weißschuh
2023-03-28
1
-0
/
+5
*
|
tools/nolibc: i386: add stackprotector support
Thomas Weißschuh
2023-03-28
1
-1
/
+6
*
|
tools/nolibc: add support for stack protector
Thomas Weißschuh
2023-03-28
3
-2
/
+56
*
|
tools/nolibc: add helpers for wait() signal exits
Thomas Weißschuh
2023-03-28
1
-0
/
+2
*
|
tools/nolibc: add definitions for standard fds
Thomas Weißschuh
2023-03-28
1
-0
/
+5
*
|
tools/nolibc: Add support for LoongArch
Feiyang Chen
2023-03-20
2
-0
/
+202
*
|
tools/nolibc: Add statx() and make stat() rely on statx() if necessary
Feiyang Chen
2023-03-20
1
-0
/
+56
*
|
tools/nolibc: Include linux/fcntl.h and remove duplicate code
Feiyang Chen
2023-03-20
2
-6
/
+1
*
|
tools/nolibc: check for S_I* macros before defining them
Willy Tarreau
2023-03-20
1
-1
/
+22
*
|
tools/nolibc: add getuid() and geteuid()
Willy Tarreau
2023-03-20
1
-0
/
+42
*
|
tools/nolibc: add integer types and integer limit macros
Vincent Dagonneau
2023-03-20
1
-0
/
+75
*
|
tools/nolibc: add stdint.h
Vincent Dagonneau
2023-03-20
3
-16
/
+27
*
|
tools/nolibc: Add gitignore to avoid git complaints about sysroot
Paul E. McKenney
2023-03-20
1
-0
/
+1
|
/
*
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
[next]