aboutsummaryrefslogtreecommitdiff
path: root/core/sys/unix/syscalls_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-4/+4
* Rename architecture `386` to `i386`gingerBill2022-01-151-1/+1
* add more Linux syscallsCiD-2022-01-031-11/+1476
* core/sys/unix: Add syscalls_linux.odinYawning Angel2021-11-171-0/+60