cosmopolitan/tool
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 Do work on curl/mbedtls/zstd 2023-07-07 10:13:35 -07:00
args Clean up more code 2023-06-18 01:00:05 -07:00
build Make improvements 2023-07-11 04:41:50 -07:00
curl Do work on curl/mbedtls/zstd 2023-07-07 10:13:35 -07:00
decode Remove some dead code 2023-07-03 02:48:29 -07:00
emacs Make improvements 2023-07-10 04:35:14 -07:00
hello Clean up more code 2023-06-18 01:00:05 -07:00
lambda Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
net Make improvements 2023-07-11 04:41:50 -07:00
plinko Brush up some more code 2023-07-10 10:17:26 -07:00
scripts Further improve usability of cosmocc 2023-07-10 05:55:00 -07:00
viz Make improvements 2023-07-11 04:41:50 -07:00
tool.mk Do work on curl/mbedtls/zstd 2023-07-07 10:13:35 -07:00