summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-05-08tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2022-05-06objtool: Fix STACK_FRAME_NON_STANDARD reloc typePeter Zijlstra
2022-05-03tools: Import ARM SMCCC definitionsRaghavendra Rao Ananta
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26syscalls: compat: Fix the missing part for __SYSCALL_COMPATGuo Ren
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig
2022-04-26uapi: simplify __ARCH_FLOCK{,64}_PAD a littleChristoph Hellwig
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-20tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi
2022-04-20tools/nolibc/string: Implement `strnlen()`Ammar Faizi
2022-04-20tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`Ammar Faizi
2022-04-20tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi
2022-04-20tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi
2022-04-20tools/nolibc: i386: Implement syscall with 6 argumentsAmmar Faizi
2022-04-20tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2022-04-20tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi
2022-04-20tools/nolibc: x86-64: Update System V ABI document linkAmmar Faizi
2022-04-20tools/nolibc/stdlib: only reference the external environ when inlinedWilly Tarreau
2022-04-20tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau
2022-04-20tools/nolibc: add a makefile to install headersWilly Tarreau
2022-04-20tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau
2022-04-20tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau
2022-04-20tools/nolibc/string: add strcmp() and strncmp()Willy Tarreau
2022-04-20tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau
2022-04-20tools/nolibc/stdlib: add a simple getenv() implementationWilly Tarreau
2022-04-20tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau
2022-04-20tools/nolibc/stdlib: implement abort()Willy Tarreau
2022-04-20tools/nolibc: also mention how to build by just setting the include pathWilly Tarreau
2022-04-20tools/nolibc/time: create time.h with time()Willy Tarreau
2022-04-20tools/nolibc/signal: move raise() to signal.hWilly Tarreau
2022-04-20tools/nolibc/unistd: add usleep()Willy Tarreau
2022-04-20tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau
2022-04-20tools/nolibc/string: export memset() and memmove()Willy Tarreau
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau
2022-04-20tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2022-04-20tools/nolibc: move exported functions to their own sectionWilly Tarreau
2022-04-20tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau
2022-04-20tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau
2022-04-20tools/nolibc/string: slightly simplify memmove()Willy Tarreau
2022-04-20tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau
2022-04-20tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau
2022-04-20tools/nolibc/stdlib: make raise() use the lower level syscalls onlyWilly Tarreau
2022-04-20tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()Willy Tarreau