Differences From Artifact [bf50702918]:
- File arch/x86.lin.64/error_table.tbl — part of check-in [e42b590b45] at 2019-08-24 23:02:13 on branch trunk — stop attempting to auto-detect system constants during build process, and maintain os/arch-specific tables instead (user: lexi, size: 1562) [annotate] [blame] [check-ins using]
To Artifact [206e6b2419]:
- File arch/arm.lin.64/error_table.tbl — part of check-in [c15c92895e] at 2019-08-25 02:42:11 on branch trunk — arch: add script to generate linux syscall tables from generic headers; add arm.lin.64 (untested) (user: lachs0r, size: 1553) [annotate] [blame] [check-ins using]
- File arch/x86.lin.32/error_table.tbl — part of check-in [fd97c8a737] at 2019-08-25 01:10:16 on branch trunk — arch: add syscall table for x86.lin.32; rerun scripts (user: lachs0r, size: 1553) [annotate] [blame] [check-ins using]
- File arch/x86.lin.64/error_table.tbl — part of check-in [fd97c8a737] at 2019-08-25 01:10:16 on branch trunk — arch: add syscall table for x86.lin.32; rerun scripts (user: lachs0r, size: 1553) [annotate] [blame] [check-ins using]
1 -EPERM 1 2 -ENOENT 2 3 -ESRCH 3 4 -EINTR 4 5 -EIO 5 6 -ENXIO 6 7 -E2BIG 7 8 -ENOEXEC 8 9 -EBADF 9 1 +EPERM 1 2 +ENOENT 2 3 +ESRCH 3 4 +EINTR 4 5 +EIO 5 6 +ENXIO 6 7 +E2BIG 7 8 +ENOEXEC 8 9 +EBADF 9 10 10 ECHILD 10 11 11 EAGAIN 11 12 +EWOULDBLOCK 11 12 13 ENOMEM 12 13 14 EACCES 13 14 15 EFAULT 14 15 16 ENOTBLK 15 16 17 EBUSY 16 ................................................................................ 31 32 EMLINK 31 32 33 EPIPE 32 33 34 EDOM 33 34 35 ERANGE 34 35 36 EDEADLK 35 37 +EDEADLOCK 35 36 38 ENAMETOOLONG 36 37 39 ENOLCK 37 38 40 ENOSYS 38 39 41 ENOTEMPTY 39 40 42 ELOOP 40 41 -EWOULDBLOCK 11 42 43 ENOMSG 42 43 44 EIDRM 43 44 45 ECHRNG 44 45 46 EL2NSYNC 45 46 47 EL3HLT 46 ................................................................................ 53 54 EBADR 53 54 55 EXFULL 54 55 56 ENOANO 55 56 57 EBADRQC 56 57 58 EBADSLT 57 58 -EDEADLOCK 35 59 59 EBFONT 59 60 60 ENOSTR 60 61 61 ENODATA 61 62 62 ETIME 62 63 63 ENOSR 63