summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc
AgeCommit message (Expand)AuthorLines
2023-08-18selftests: line buffer test program's stdoutRyan Roberts-0/+24
2023-06-09tools/nolibc: open: fix up compile warning for armZhangjin Wu-1/+1
2023-06-09tools/nolibc: arm: add missing my_syscall6Zhangjin Wu-0/+23
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu-0/+14
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh-5/+5
2023-06-09tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu-1/+1
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh-33/+39
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh-0/+27
2023-06-09tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh-1/+3
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh-8/+18
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh-28/+40
2023-06-09tools/nolibc: reformat list of headers to be installedThomas Weißschuh-2/+16
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh-2/+3
2023-06-09tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh-1/+1
2023-06-09tools/nolibc: fix typo pint -> pointThomas Weißschuh-1/+1
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh-1/+6
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh-1/+7
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh-1/+6
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh-1/+6
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh-1/+6
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh-0/+15
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu-5/+9
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh-8/+1
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh-0/+11
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh-149/+149
2023-06-09tools/nolibc: use __inline__ syntaxThomas Weißschuh-9/+9
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh-2/+2
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown-1/+1
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh-27/+68
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh-0/+23
2023-04-24Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+6
2023-04-11tools/nolibc/stdio: Implement vprintf()Mark Brown-0/+6
2023-03-27tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh-0/+5
2023-03-27tools/nolibc: i386: add stackprotector supportThomas Weißschuh-1/+6
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh-2/+56
2023-03-27tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh-0/+2
2023-03-27tools/nolibc: add definitions for standard fdsThomas Weißschuh-0/+5
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen-0/+202
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen-0/+56
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen-6/+1
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau-1/+22
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau-0/+42
2023-03-20tools/nolibc: add integer types and integer limit macrosVincent Dagonneau-0/+75
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau-16/+27
2023-03-20tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney-0/+1
2023-01-10nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi-0/+21
2023-01-10nolibc/stdlib: Implement `getauxval(3)` functionAmmar Faizi-0/+27
2023-01-10tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle-0/+10
2023-01-10tools/nolibc: add auxiliary vector retrieval for mipsWilly Tarreau-0/+11
2023-01-10tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau-0/+10