cosmopolitan/test
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
..
dsp Clean up more code 2023-07-06 08:03:24 -07:00
libc Make improvements 2023-07-11 04:41:50 -07:00
net Add EncodeHex() and DecodeHex() to Redbean 2023-07-06 15:38:08 -07:00
tool Add EncodeHex() and DecodeHex() to Redbean 2023-07-06 15:38:08 -07:00
test.mk Support malloc() on bare metal 2021-02-24 00:53:24 -08:00