summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu
2023-08-23tools/nolibc: completely remove optional environ supportThomas Weißschuh
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu
2023-08-23tools/nolibc: clean up sbrk() routineZhangjin Wu
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu
2023-08-23tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu
2023-08-23tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu
2023-08-23tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu
2023-08-23tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu
2023-08-06tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu
2023-08-06tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu
2023-08-06tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu
2023-08-06tools/nolibc: sys.h: add a syscall return helperZhangjin Wu
2023-08-06tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu
2023-08-06tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu
2023-06-09tools/nolibc: open: fix up compile warning for armZhangjin Wu
2023-06-09tools/nolibc: arm: add missing my_syscall6Zhangjin Wu
2023-06-09selftests/nolibc: not include limits.h for nolibcZhangjin Wu
2023-06-09tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh
2023-06-09tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh
2023-06-09tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: reformat list of headers to be installedThomas Weißschuh
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh
2023-06-09tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh
2023-06-09tools/nolibc: fix typo pint -> pointThomas Weißschuh
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: arm: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: aarch64: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc/unistd: add syscall()Thomas Weißschuh
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-06-09tools/nolibc: use __inline__ syntaxThomas Weißschuh
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh