index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
2022-04-20
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: add a simple getenv() implementation
Willy Tarreau
2022-04-20
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: implement abort()
Willy Tarreau
2022-04-20
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
2022-04-20
tools/nolibc/time: create time.h with time()
Willy Tarreau
2022-04-20
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
2022-04-20
tools/nolibc/unistd: add usleep()
Willy Tarreau
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
2022-04-20
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
2022-04-20
tools/nolibc/types: define PATH_MAX and MAXPATHLEN
Willy Tarreau
2022-04-20
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
2022-04-20
tools/nolibc: move exported functions to their own section
Willy Tarreau
2022-04-20
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
2022-04-20
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
2022-04-20
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
2022-04-20
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
2022-04-20
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: make raise() use the lower level syscalls only
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
Willy Tarreau
2022-04-20
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
2022-04-20
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: add utoh() and u64toh()
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: add i64toa() and u64toa()
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2022-04-20
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2022-04-20
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
2022-04-20
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2022-04-20
tools/nolibc/ctype: add the missing is* functions
Willy Tarreau
2022-04-20
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2022-04-20
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2022-04-20
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2022-04-20
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2022-04-20
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
2022-04-20
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2022-04-20
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-11
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
2022-04-11
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
2022-04-10
libbpf: Add ARC support to bpf_tracing.h
Vladimir Isaev
2022-04-09
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
[prev]
[next]