cosmopolitan/libc/sysv/dos2errno
Justine Tunney 4f5d5a6813
Fix some more issues
- ARM Neon headers are now exported in libc/isystem/

- stat() and access() now do a better job reporting which files are
  executable which ones aren't. They do this by reading the first two
  bytes in a file to see if it's `MZ` or `#!`.
2023-09-21 11:41:42 -07:00
..
EACCES.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EADDRINUSE.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EADDRNOTAVAIL.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EAGAIN.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EBADF.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ECONNABORTED.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ECONNREFUSED.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ECONNRESET.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EDQUOT.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EEXIST.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EFAULT.S Fix some more issues 2023-09-21 11:41:42 -07:00
EHOSTUNREACH.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EINPROGRESS.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EINTR.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EINVAL.S Make improvements 2023-08-21 02:34:17 -07:00
EISCONN.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EMSGSIZE.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENAMETOOLONG.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENETDOWN.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENETUNREACH.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENOBUFS.S Fix some more issues 2023-09-21 11:41:42 -07:00
ENOENT.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENOEXEC.S Improve AARCH64 execution 2023-09-11 14:46:46 -07:00
ENOMEM.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENOSYS.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENOTEMPTY.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ENOTSUP.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EPIPE.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
ETIMEDOUT.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00
EWOULDBLOCK.S Introduce native support for MacOS ARM64 2023-05-20 04:17:03 -07:00