cosmopolitan/tool
Justine Tunney 32682f0ce7
Remove some problematic APIs
In order to improve our chances of success building other open source
projects we shouldn't define APIs that'll lead any ./configure script
astray. For example:

- brk() and sbrk() can break mac/windows support
- syscall() is a superb way to break portability
- arch_prctl() is the greatest of all horror shows
2023-06-08 06:12:26 -07:00
..
args Run clang-format on most sources 2023-04-27 05:44:32 -07:00
build Fix MODE=aarch64 build 2023-06-08 05:17:37 -07:00
curl Run clang-format on most sources 2023-04-27 05:44:32 -07:00
decode Fiddle around with Mach-O 2023-05-20 04:13:49 -07:00
emacs Validate privileged code relationships 2023-06-08 04:38:06 -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 Validate privileged code relationships 2023-06-08 04:38:06 -07:00
plinko Remove some problematic APIs 2023-06-08 06:12:26 -07:00
scripts Make it possible to log kprintf() to file 2023-06-05 04:16:15 -07:00
viz Make improvements 2023-06-06 09:12:30 -07:00
tool.mk Get aarch64 hello world working 2023-05-10 04:20:47 -07:00