index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-08-23
tools/nolibc: __sysret: support syscalls who return a pointer
Zhangjin Wu
1
-5
/
+12
2023-08-23
tools/nolibc: add missing my_syscall6() for mips
Zhangjin Wu
2
-6
/
+30
2023-08-23
tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
Zhangjin Wu
1
-12
/
+10
2023-08-23
tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLIST
Zhangjin Wu
1
-14
/
+9
2023-08-23
toolc/nolibc: arch-*.h: clean up whitespaces after __asm__
Zhangjin Wu
8
-54
/
+54
2023-08-23
tools/nolibc: arch-*.h: fix up code indent errors
Zhangjin Wu
5
-39
/
+39
2023-08-06
tools/nolibc: unistd.h: reorder the syscall macros
Zhangjin Wu
1
-2
/
+2
2023-08-06
tools/nolibc: sys.h: apply __sysret() helper
Zhangjin Wu
1
-310
/
+44
2023-08-06
tools/nolibc: unistd.h: apply __sysret() helper
Zhangjin Wu
1
-10
/
+1
2023-08-06
tools/nolibc: sys.h: add a syscall return helper
Zhangjin Wu
1
-0
/
+10
2023-08-06
tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYS
Zhangjin Wu
1
-0
/
+12
2023-08-06
tools/nolibc: fix up #error compile failures with -ENOSYS
Zhangjin Wu
1
-13
/
+13
2023-06-09
tools/nolibc: open: fix up compile warning for arm
Zhangjin Wu
1
-1
/
+1
2023-06-09
tools/nolibc: arm: add missing my_syscall6
Zhangjin Wu
1
-0
/
+23
2023-06-09
selftests/nolibc: not include limits.h for nolibc
Zhangjin Wu
1
-0
/
+14
2023-06-09
tools/nolibc: ensure fast64 integer types have 64 bits
Thomas Weißschuh
1
-5
/
+5
2023-06-09
tools/nolibc: ppoll/ppoll_time64: add a missing argument
Zhangjin Wu
1
-1
/
+1
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
[prev]
[next]