Stephen Gregoratto a4369918b1 Generate linux syscalls via. the linux source tree
Previously, updating the `SYS` enum for each architecture required
manually looking at the syscall tables and inserting any new additions.

This commit adds a tool, `generate_linux_syscalls.zig`, that automates
this process using the syscall tables in the Linux source tree. On
architectures without a table, it runs `zig cc` as a pre-processor to
extract the system-call numbers from the Linux headers.
2022-05-16 23:55:11 -04:00
..
2022-05-16 17:43:44 -04:00
2022-04-24 23:01:06 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-03-08 20:38:12 +02:00
2022-04-20 17:18:06 -07:00
2022-01-07 00:06:06 -05:00
2022-05-01 14:41:12 -04:00
2022-04-14 10:12:45 -07:00
2022-05-12 16:09:09 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-05-13 16:43:59 -04:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00
2022-01-29 13:57:14 +11:00