index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-09
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
Willy Tarreau
1
-7
/
+7
2023-01-09
tools/nolibc: prevent gcc from making memset() loop over itself
Willy Tarreau
1
-1
/
+4
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
10
-0
/
+29
2023-01-09
tools/nolibc: restore mips branch ordering in the _start block
Willy Tarreau
1
-0
/
+2
2023-01-09
tools/nolibc: Fix S_ISxxx macros
Warner Losh
1
-7
/
+7
2023-01-09
nolibc: fix fd_set type
Sven Schnelle
1
-23
/
+30
2022-10-28
tools/nolibc/string: Fix memcmp() implementation
Rasmus Villemoes
1
-2
/
+2
2022-10-28
tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12
Willy Tarreau
1
-5
/
+8
2022-08-31
tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definition
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not defined
Willy Tarreau
1
-1
/
+1
2022-08-31
tools/nolibc: make argc 32-bit in riscv startup code
Willy Tarreau
1
-1
/
+1
2022-06-20
tools/nolibc: add a help target to list supported targets
Willy Tarreau
1
-0
/
+17
2022-06-20
tools/nolibc: make the default target build the headers
Willy Tarreau
1
-1
/
+1
2022-06-20
tools/nolibc: fix the makefile to also work as "make -C tools ..."
Willy Tarreau
1
-1
/
+17
2022-06-20
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
1
-2
/
+2
2022-06-20
tools/nolibc/stdlib: Support overflow checking for older compiler versions
Ammar Faizi
1
-4
/
+3
2022-04-20
tools/nolibc/string: Implement `strdup()` and `strndup()`
Ammar Faizi
1
-0
/
+32
2022-04-20
tools/nolibc/string: Implement `strnlen()`
Ammar Faizi
1
-0
/
+9
2022-04-20
tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
Ammar Faizi
1
-0
/
+81
2022-04-20
tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
Ammar Faizi
1
-0
/
+11
2022-04-20
tools/nolibc/sys: Implement `mmap()` and `munmap()`
Ammar Faizi
1
-0
/
+62
2022-04-20
tools/nolibc: i386: Implement syscall with 6 arguments
Ammar Faizi
1
-0
/
+23
2022-04-20
tools/nolibc: Remove .global _start from the entry point code
Ammar Faizi
6
-6
/
+0
2022-04-20
tools/nolibc: Replace `asm` with `__asm__`
Ammar Faizi
6
-198
/
+198
2022-04-20
tools/nolibc: x86-64: Update System V ABI document link
Ammar Faizi
1
-1
/
+1
2022-04-20
tools/nolibc/stdlib: only reference the external environ when inlined
Willy Tarreau
1
-7
/
+15
2022-04-20
tools/nolibc/string: do not use __builtin_strlen() at -O0
Willy Tarreau
1
-1
/
+10
2022-04-20
tools/nolibc: add a makefile to install headers
Willy Tarreau
1
-0
/
+42
2022-04-20
tools/nolibc/types: add poll() and waitpid() flag definitions
Willy Tarreau
1
-0
/
+10
2022-04-20
tools/nolibc/sys: add syscall definition for getppid()
Willy Tarreau
1
-0
/
+17
2022-04-20
tools/nolibc/string: add strcmp() and strncmp()
Willy Tarreau
1
-0
/
+23
2022-04-20
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
1
-11
/
+19
2022-04-20
tools/nolibc/stdlib: add a simple getenv() implementation
Willy Tarreau
1
-0
/
+23
2022-04-20
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
1
-0
/
+2
2022-04-20
tools/nolibc/stdlib: implement abort()
Willy Tarreau
1
-0
/
+8
2022-04-20
tools/nolibc: also mention how to build by just setting the include path
Willy Tarreau
1
-10
/
+20
2022-04-20
tools/nolibc/time: create time.h with time()
Willy Tarreau
2
-0
/
+29
2022-04-20
tools/nolibc/signal: move raise() to signal.h
Willy Tarreau
3
-7
/
+23
2022-04-20
tools/nolibc/unistd: add usleep()
Willy Tarreau
1
-0
/
+8
2022-04-20
tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
Willy Tarreau
3
-30
/
+47
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
3
-16
/
+29
2022-04-20
tools/nolibc/string: export memset() and memmove()
Willy Tarreau
1
-2
/
+8
2022-04-20
tools/nolibc/types: define PATH_MAX and MAXPATHLEN
Willy Tarreau
1
-0
/
+11
2022-04-20
tools/nolibc/arch: mark the _start symbol as weak
Willy Tarreau
6
-0
/
+6
2022-04-20
tools/nolibc: move exported functions to their own section
Willy Tarreau
2
-2
/
+2
2022-04-20
tools/nolibc/string: add tiny versions of strncat() and strlcat()
Willy Tarreau
1
-0
/
+41
2022-04-20
tools/nolibc/string: add strncpy() and strlcpy()
Willy Tarreau
1
-0
/
+28
2022-04-20
tools/nolibc/string: slightly simplify memmove()
Willy Tarreau
1
-6
/
+14
2022-04-20
tools/nolibc/string: use unidirectional variants for memcpy()
Willy Tarreau
1
-1
/
+23
2022-04-20
tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
Willy Tarreau
1
-21
/
+3
[next]