NewbiZ / xv6

Reimplementation in ANSI C of Unix v6 + POSIX compliance + VFS + ulibc + ACPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add stream buffering

NewbiZ opened this issue · comments

The whole stdio submodule completement ignores buffering (as if everything is _IONBF). That should be fixed.