cosmopolitan/tool
Justine Tunney 4778cd4d27
Fix bugs in termios library and cleanup code
This change fixes an issue with the tcflow() magic numbers that was
causing bash to freeze up on Linux. While auditing termios polyfills,
several other issues were identified with XNU/BSD compatibility.

Out of an abundance of caution this change undefines as much surface
area from libc/calls/struct/termios.h as possible, so that autoconf
scripts are less likely to detect non-POSIX teletypewriter APIs that
haven't been polyfilled by Cosmopolitan.

This is a *breaking change* for your static archives in /opt/cosmos if
you use the cosmocc toolchain. That's because this change disables the
ioctl() undiamonding trick for code outside the monorepo, specifically
because it'll lead to brittle ABI breakages like this. If you're using
the cosmocc toolchain, you'll need to rebuild libraries like ncurses,
readline, etc. Yes diamonds cause bloat. To work around that, consider
using tcgetwinsize() instead of ioctl(TIOCGWINSZ) since it'll help you
avoid pulling every single ioctl-related polyfill into the linkage.

The cosmocc script was specifying -DNDEBUG for some reason. It's fixed.
2023-06-14 19:30:52 -07:00
..
args Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
build Fix bugs in termios library and cleanup code 2023-06-14 19:30:52 -07:00
curl Run clang-format on most sources 2023-04-27 05:44:32 -07:00
decode Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
emacs Fix bugs in termios library and cleanup code 2023-06-14 19:30:52 -07:00
hash Make important improvements 2022-09-14 22:39:08 -07:00
hello Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
lambda Get --ftrace working on aarch64 2023-06-05 23:35:31 -07:00
net Fix bugs in termios library and cleanup code 2023-06-14 19:30:52 -07:00
plinko Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
scripts Fix bugs in termios library and cleanup code 2023-06-14 19:30:52 -07:00
viz Fix bugs in termios library and cleanup code 2023-06-14 19:30:52 -07:00
tool.mk Get aarch64 hello world working 2023-05-10 04:20:47 -07:00