cosmopolitan/libc/isystem/sys
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
..
auxv.h Initial import 2020-06-15 07:18:57 -07:00
dir.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
errno.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
event.h Make more compatibility improvements 2022-09-06 07:04:13 -07:00
fcntl.h Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
file.h Make more libc improvements 2022-08-06 17:18:40 -07:00
ioctl.h Make improvements 2023-07-11 04:41:50 -07:00
ipc.h Make more libc improvements 2022-08-06 17:18:40 -07:00
mman.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
mount.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
msg.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
param.h Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
poll.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
prctl.h Make more libc improvements 2022-08-06 17:18:40 -07:00
ptrace.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
random.h Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
reboot.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
resource.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
select.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
sendfile.h Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
signal.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
socket.h Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00
stat.h Make more compatibility improvements 2022-09-06 07:04:13 -07:00
statfs.h Make more compatibility improvements 2022-09-06 07:04:13 -07:00
statvfs.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
syscall.h Create a fake syscall() function due to Python 2023-06-09 05:18:38 -07:00
sysinfo.h Improve the cosmocc toolchain 2023-01-05 12:20:52 -08:00
sysmacros.h Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
termios.h Add more missing libc functionality 2022-08-06 10:50:51 -07:00
time.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
times.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
ttydefaults.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
types.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
uio.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
un.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00
utsname.h Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
vfs.h Improve cosmocc toolchain 2023-03-05 23:52:49 -08:00
wait.h Improve cosmo's conformance to libc-test 2022-10-10 17:52:41 -07:00