[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] libc: Lesepuffer für stdio.h
Hat vermutlich noch die eine oder andere Kaputtheit im Detail, aber es
kompiliert, es bootet und mutt tut auch irgendwas halbwegs sinnvolles.
Kevin Wolf (6):
LIOv1: Readahead
shell: bench -s
libc: Lesepuffer in fread
cdi/fs: Readahead implementiert
tcpip: Readahead-Unterstützung für TCP
stdio.h: BUFSIZ auf 64k erhöht
src/modules/c/shell/cmds/bench.c | 45 +++++-
src/modules/c/shell/lang/lang_en.c | 2 +-
src/modules/cdi/lib/fs/fs.c | 3 +
src/modules/cdi/lib/fs/lostio_if.c | 22 ++-
src/modules/include/io_struct.h | 3 +
src/modules/include/lostio.h | 10 ++
src/modules/include/stdio.h | 2 +-
src/modules/lib/lostio/client/file.c | 40 ++++-
src/modules/lib/lostio/handler.c | 46 ++++++-
src/modules/lib/lostio/include/lostio_internal.h | 3 +
src/modules/lib/lostio/lostio.c | 1 +
src/modules/lib/stdlibc/file.c | 180 ++++++++++++++++++++--
src/modules/tcpip/lostio_if.c | 46 ++++++-
13 files changed, 363 insertions(+), 40 deletions(-)
--
1.7.7