summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-08-238-8/+8
* tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-08-238-8/+8
* tools/nolibc: completely remove optional environ supportThomas Weißschuh2023-08-231-10/+2
* tools/nolibc: add rmdir() supportZhangjin Wu2023-08-231-0/+22
* tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu2023-08-232-2/+11
* tools/nolibc: clean up sbrk() routineZhangjin Wu2023-08-231-5/+4
* tools/nolibc: clean up mmap() routineZhangjin Wu2023-08-232-23/+12
* tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu2023-08-231-5/+12
* tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu2023-08-232-6/+30
* tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu2023-08-231-12/+10
* tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu2023-08-231-14/+9
* toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu2023-08-238-54/+54
* tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu2023-08-235-39/+39
* tools/nolibc: unistd.h: reorder the syscall macrosZhangjin Wu2023-08-061-2/+2
* tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu2023-08-061-310/+44
* tools/nolibc: unistd.h: apply __sysret() helperZhangjin Wu2023-08-061-10/+1
* tools/nolibc: sys.h: add a syscall return helperZhangjin Wu2023-08-061-0/+10
* tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu2023-08-061-0/+12
* tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu2023-08-061-13/+13
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-063-106/+43
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-99/+30
| * asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-222-7/+13
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-282-3/+31
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-3/+18
| |\ \
| | * | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-3/+18
| * | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+1
| * | | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-0/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-012-13/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-261-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko2023-05-231-0/+10
* | | | | Merge tag 'nolibc.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2720-264/+486
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tools/nolibc: open: fix up compile warning for armZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: arm: add missing my_syscall6Zhangjin Wu2023-06-091-0/+23
| * | | | selftests/nolibc: not include limits.h for nolibcZhangjin Wu2023-06-091-0/+14
| * | | | tools/nolibc: ensure fast64 integer types have 64 bitsThomas Weißschuh2023-06-091-5/+5
| * | | | tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu2023-06-091-1/+1
| * | | | tools/nolibc: support nanoseconds in stat()Thomas Weißschuh2023-06-092-33/+39
| * | | | tools/nolibc: add support for prctl()Thomas Weißschuh2023-06-091-0/+27
| * | | | tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh2023-06-091-1/+3
| * | | | tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-099-8/+18
| * | | | tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-0910-28/+40
| * | | | tools/nolibc: reformat list of headers to be installedThomas Weißschuh2023-06-091-2/+16
| * | | | tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
| * | | | tools/nolibc: x86_64: disable stack protector for _startThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: fix typo pint -> pointThomas Weißschuh2023-06-091-1/+1
| * | | | tools/nolibc: riscv: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: mips: add stackprotector supportThomas Weißschuh2023-06-091-1/+7
| * | | | tools/nolibc: loongarch: add stackprotector supportThomas Weißschuh2023-06-091-1/+6
| * | | | tools/nolibc: arm: add stackprotector supportThomas Weißschuh2023-06-091-1/+6