index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
stdio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
1
-27
/
+68
2023-04-11
tools/nolibc/stdio: Implement vprintf()
Mark Brown
1
-0
/
+6
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
1
-0
/
+3
2022-06-20
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
1
-2
/
+2
2022-04-20
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
1
-11
/
+19
2022-04-20
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
1
-0
/
+2
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
1
-0
/
+6
2022-04-20
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
1
-0
/
+128
2022-04-20
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
1
-7
/
+28
2022-04-20
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
1
-6
/
+89
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
1
-0
/
+57