cosmopolitan/build/bootstrap
Justine Tunney e557058ac8
Improve cosmo's conformance to libc-test
This change addresses various open source compatibility issues, so that
we pass 313/411 of the tests in https://github.com/jart/libc-test where
earlier today we were passing about 30/411 of them, due to header toil.
Please note that Glibc only passes 341/411 so 313 today is pretty good!

- Make the conformance of libc/isystem/ headers nearly perfect
- Import more of the remaining math library routines from Musl
- Fix inconsistencies with type signatures of calls like umask
- Write tests for getpriority/setpriority which work great now
- conform to `struct sockaddr *` on remaining socket functions
- Import a bunch of uninteresting stdlib functions e.g. rand48
- Introduce readdir_r, scandir, pthread_kill, sigsetjmp, etc..

Follow the instructions in our `tool/scripts/cosmocc` toolchain to run
these tests yourself. You use `make CC=cosmocc` on the test repository
2022-10-10 17:52:41 -07:00
..
ape.elf Fix WSL regression with APE loader 2022-06-11 05:17:26 -07:00
ape.macho Put ape.macho back in build/bootstrap 2022-08-15 15:45:13 -07:00
ar.com Avoid sandboxing directory prerequisites 2022-08-19 13:02:25 -07:00
cocmd.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
compile.com Rebuild compile.com 2022-09-13 01:50:20 -07:00
cp.com Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
echo.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
fixupobj.com Revert recent fixupobj.com change 2022-08-21 17:33:54 -07:00
gzip.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
make.com Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
mkdeps.com Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
mkdir.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
package.com Work around Landlock output inode in compile.com 2022-08-09 07:55:44 -07:00
pwd.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
rm.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
touch.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
unbundle.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
zipobj.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00