summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2022-04-20tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau
2022-04-20tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau
2022-04-20tools/nolibc/stdlib: add utoh() and u64toh()Willy Tarreau
2022-04-20tools/nolibc/stdlib: add i64toa() and u64toa()Willy Tarreau
2022-04-20tools/nolibc/stdlib: replace the ltoa() function with more efficient onesWilly Tarreau
2022-04-20tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau
2022-04-20tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau
2022-04-20tools/nolibc/ctype: add the missing is* functionsWilly Tarreau
2022-04-20tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau
2022-04-20tools/nolibc/string: split the string functions into string.hWilly Tarreau
2022-04-20tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau
2022-04-20tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau
2022-04-20tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau
2022-04-20tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau
2022-04-20rcutorture: Make torture.sh allow for --kasanPaul E. McKenney
2022-04-20rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCUPaul E. McKenney
2022-04-20rcutorture: Make kvm.sh allow more memory for --kasan runsPaul E. McKenney
2022-04-20torture: Save "make allmodconfig" .config filePaul E. McKenney
2022-04-20scftorture: Remove extraneous "scf" from per_version_boot_paramsPaul E. McKenney
2022-04-20rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMICPaul E. McKenney
2022-04-20torture: Enable CSD-lock stall reports for scftorturePaul E. McKenney
2022-04-20torture: Skip vmlinux check for kvm-again.sh runsPaul E. McKenney
2022-04-20scftorture: Adjust for TASKS_RCU Kconfig option being selectedPaul E. McKenney
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney
2022-04-20rcutorture: Allow specifying per-scenario stat_intervalPaul E. McKenney
2022-04-20rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenarioPaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney
2022-04-20rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney
2022-04-20rcu: Make the TASKS_RCU Kconfig option be selectedPaul E. McKenney
2022-04-20selftests/bpf: Add test for skb_load_bytesLiu Jian
2022-04-20perf list: Print all available tool eventsFlorian Fischer
2022-04-20perf stat: Add user_time and system_time eventsFlorian Fischer
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer
2022-04-20perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tr...Martin Liška