cosmopolitan/build/bootstrap
Justine Tunney 1ee2e89326
Make improvements
- This commit mints a new release of APE Loader v1.2 which supports
  loading ELF programs with a non-contiguous virtual address layout
  even though we've never been able to take advantage of it, due to
  how `objcopy -SO binary` fills any holes left by PT_LOAD. This'll
  change soon, since we'll have a new way of creating APE binaries.

- The undiamonding trick with our ioctl() implementation is removed
  since POSIX has been killing ioctl() for years and they've done a
  much better job. One problem it resolves, is that ioctl(FIONREAD)
  wasn't working earlier and that caused issues when building Emacs
2023-07-11 04:41:50 -07:00
..
ape.elf Make improvements 2023-07-11 04:41:50 -07:00
ape.macho Make improvements 2023-07-11 04:41:50 -07:00
ar.com Rewrite Cosmopolitan Ar 2023-07-02 10:19:16 -07:00
chmod.com Fix MODE=aarch64 build 2023-06-08 05:17:37 -07:00
cocmd.com Fully support OpenBSD 7.3 2023-07-01 18:14:27 -07:00
compile.com Brush up some more code 2023-07-10 10:17:26 -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 Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
gzip.com Get aarch64 hello world working 2023-05-10 04:20:47 -07:00
make.com Update build/bootstrap/make.com 2023-07-01 18:37:19 -07:00
mkdeps.com Brush up some more code 2023-07-10 10:17:26 -07:00
mkdir.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
package.com Rewrite Cosmopolitan Ar 2023-07-02 10:19:16 -07:00
pwd.com Fix some regressions with execution 2022-08-07 22:10:18 -07:00
rm.com Make build hermetically sealed again 2023-07-08 07:06:25 -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
zipcopy.com Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
zipobj.com Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00