summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | tools/nolibc/time: create time.h with time()Willy Tarreau2022-04-202-0/+29
| * | tools/nolibc/signal: move raise() to signal.hWilly Tarreau2022-04-203-7/+23
| * | tools/nolibc/unistd: add usleep()Willy Tarreau2022-04-201-0/+8
| * | tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau2022-04-203-30/+47
| * | tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau2022-04-203-16/+29
| * | tools/nolibc/string: export memset() and memmove()Willy Tarreau2022-04-201-2/+8
| * | tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau2022-04-201-0/+11
| * | tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau2022-04-206-0/+6
| * | tools/nolibc: move exported functions to their own sectionWilly Tarreau2022-04-202-2/+2
| * | tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau2022-04-201-0/+41
| * | tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau2022-04-201-0/+28
| * | tools/nolibc/string: slightly simplify memmove()Willy Tarreau2022-04-201-6/+14
| * | tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau2022-04-201-1/+23
| * | tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau2022-04-201-21/+3
| * | tools/nolibc/stdlib: make raise() use the lower level syscalls onlyWilly Tarreau2022-04-201-1/+1
| * | tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()Willy Tarreau2022-04-201-6/+10
| * | tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau2022-04-201-3/+15
| * | tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau2022-04-201-0/+6
| * | tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau2022-04-201-0/+3
| * | tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau2022-04-201-0/+128
| * | tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau2022-04-201-7/+28
| * | tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau2022-04-201-6/+89
| * | tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau2022-04-202-0/+58
| * | tools/nolibc/stdlib: add utoh() and u64toh()Willy Tarreau2022-04-201-0/+80
| * | tools/nolibc/stdlib: add i64toa() and u64toa()Willy Tarreau2022-04-201-0/+72
| * | tools/nolibc/stdlib: replace the ltoa() function with more efficient onesWilly Tarreau2022-04-201-21/+88
| * | tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau2022-04-202-22/+32
| * | tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau2022-04-202-9/+5
| * | tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau2022-04-201-2/+4
| * | tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau2022-04-202-14/+30
| * | tools/nolibc/ctype: add the missing is* functionsWilly Tarreau2022-04-201-1/+78
| * | tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau2022-04-202-6/+23
| * | tools/nolibc/string: split the string functions into string.hWilly Tarreau2022-04-202-95/+108
| * | tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau2022-04-202-66/+86
| * | tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau2022-04-202-962/+1192
| * | tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau2022-04-208-1186/+1266
| * | tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2022-04-202-108/+135
| * | tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2022-04-202-37/+54
| * | tools/nolibc: guard the main file against multiple inclusionWilly Tarreau2022-04-111-0/+4
| * | tools/nolibc: use pselect6 on RISCVWilly Tarreau2022-04-111-0/+3
| |/
* | Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub...Linus Torvalds2022-05-2113-16/+103
|\ \
| * | perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
| * | perf test bpf: Skip test if clang is not presentAthira Rajeev2022-05-211-4/+6
| * | perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
| * | perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
| * | perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
| * | perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
| * | perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev2022-05-211-0/+10
| * | perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers2022-05-201-3/+14
| * | perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-205-1/+22