Re: [PATCH v2 3/4] proc: Don't buffer Mach console output

2023-05-15 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 15 mai 2023 10:35:59 +0300, a ecrit: > Normally glibc does not buffer tty output, but a devstream backed by > the Mach console device cannot be isatty'ed. So we need to ask glibc > explicitly to not buffer it. This is what the startup and mach-defpager > do

[PATCH v2 3/4] proc: Don't buffer Mach console output

2023-05-15 Thread Sergey Bugaev
Normally glibc does not buffer tty output, but a devstream backed by the Mach console device cannot be isatty'ed. So we need to ask glibc explicitly to not buffer it. This is what the startup and mach-defpager do already. --- proc/main.c | 1 + 1 file changed, 1 insertion(+) diff --git