index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge tag 'nolibc.2022.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-23
20
-2505
/
+4110
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
2022-04-21
1
-0
/
+32
|
*
|
|
|
|
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
2022-04-21
1
-0
/
+9
|
*
|
|
|
|
tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
Ammar Faizi
2022-04-21
1
-0
/
+81
|
*
|
|
|
|
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
2022-04-21
1
-0
/
+11
|
*
|
|
|
|
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
2022-04-21
1
-0
/
+62
|
*
|
|
|
|
tools/nolibc: i386: Implement syscall with 6 arguments
Ammar Faizi
2022-04-21
1
-0
/
+23
|
*
|
|
|
|
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
2022-04-21
6
-6
/
+0
|
*
|
|
|
|
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
2022-04-21
6
-198
/
+198
|
*
|
|
|
|
tools/nolibc: x86-64: Update System V ABI document link
Ammar Faizi
2022-04-21
1
-1
/
+1
|
*
|
|
|
|
tools/nolibc/stdlib: only reference the external environ when inlined
Willy Tarreau
2022-04-21
1
-7
/
+15
|
*
|
|
|
|
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
2022-04-21
1
-1
/
+10
|
*
|
|
|
|
tools/nolibc: add a makefile to install headers
Willy Tarreau
2022-04-21
1
-0
/
+42
|
*
|
|
|
|
tools/nolibc/types: add poll() and waitpid() flag definitions
Willy Tarreau
2022-04-21
1
-0
/
+10
|
*
|
|
|
|
tools/nolibc/sys: add syscall definition for getppid()
Willy Tarreau
2022-04-21
1
-0
/
+17
|
*
|
|
|
|
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
2022-04-21
1
-0
/
+23
|
*
|
|
|
|
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
2022-04-21
1
-11
/
+19
|
*
|
|
|
|
tools/nolibc/stdlib: add a simple getenv() implementation
Willy Tarreau
2022-04-21
1
-0
/
+23
|
*
|
|
|
|
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
2022-04-21
1
-0
/
+2
|
*
|
|
|
|
tools/nolibc/stdlib: implement abort()
Willy Tarreau
2022-04-21
1
-0
/
+8
|
*
|
|
|
|
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
2022-04-21
1
-10
/
+20
|
*
|
|
|
|
tools/nolibc/time: create time.h with time()
Willy Tarreau
2022-04-21
2
-0
/
+29
|
*
|
|
|
|
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
2022-04-21
3
-7
/
+23
|
*
|
|
|
|
tools/nolibc/unistd: add usleep()
Willy Tarreau
2022-04-21
1
-0
/
+8
|
*
|
|
|
|
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
2022-04-21
3
-30
/
+47
|
*
|
|
|
|
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
2022-04-21
3
-16
/
+29
|
*
|
|
|
|
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
2022-04-21
1
-2
/
+8
|
*
|
|
|
|
tools/nolibc/types: define PATH_MAX and MAXPATHLEN
Willy Tarreau
2022-04-21
1
-0
/
+11
|
*
|
|
|
|
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
2022-04-21
6
-0
/
+6
|
*
|
|
|
|
tools/nolibc: move exported functions to their own section
Willy Tarreau
2022-04-21
2
-2
/
+2
|
*
|
|
|
|
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
2022-04-21
1
-0
/
+41
|
*
|
|
|
|
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
2022-04-21
1
-0
/
+28
|
*
|
|
|
|
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
2022-04-21
1
-6
/
+14
|
*
|
|
|
|
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
2022-04-21
1
-1
/
+23
|
*
|
|
|
|
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
2022-04-21
1
-21
/
+3
|
*
|
|
|
|
tools/nolibc/stdlib: make raise() use the lower level syscalls only
Willy Tarreau
2022-04-21
1
-1
/
+1
|
*
|
|
|
|
tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
Willy Tarreau
2022-04-21
1
-6
/
+10
|
*
|
|
|
|
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
2022-04-21
1
-3
/
+15
|
*
|
|
|
|
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
2022-04-21
1
-0
/
+6
|
*
|
|
|
|
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
2022-04-21
1
-0
/
+3
|
*
|
|
|
|
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
2022-04-21
1
-0
/
+128
|
*
|
|
|
|
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
2022-04-21
1
-7
/
+28
|
*
|
|
|
|
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
2022-04-21
1
-6
/
+89
|
*
|
|
|
|
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2022-04-21
2
-0
/
+58
|
*
|
|
|
|
tools/nolibc/stdlib: add utoh() and u64toh()
Willy Tarreau
2022-04-21
1
-0
/
+80
|
*
|
|
|
|
tools/nolibc/stdlib: add i64toa() and u64toa()
Willy Tarreau
2022-04-21
1
-0
/
+72
|
*
|
|
|
|
tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
Willy Tarreau
2022-04-21
1
-21
/
+88
|
*
|
|
|
|
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2022-04-21
2
-22
/
+32
|
*
|
|
|
|
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2022-04-21
2
-9
/
+5
|
*
|
|
|
|
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
2022-04-21
1
-2
/
+4
[prev]
[next]