Page MenuHomeFreeBSD

add arm64 linux syscall table
ClosedPublic

Authored by emaste on Apr 24 2018, 8:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 4:40 AM
Unknown Object (File)
Mon, Oct 13, 1:54 AM
Unknown Object (File)
Mon, Oct 6, 5:15 AM
Unknown Object (File)
Thu, Oct 2, 5:52 AM
Unknown Object (File)
Aug 29 2025, 2:29 PM
Unknown Object (File)
Aug 1 2025, 2:36 AM
Unknown Object (File)
Jul 3 2025, 4:56 PM
Unknown Object (File)
Jul 3 2025, 6:50 AM

Details

Summary

First step in implementing the Linuxulator for arm64. Based on Linux include/uapi/asm-generic/unistd.h

Sponsored by: Turing Robotic Industries Inc.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

It looks like the syscalls starting at 1024 have been removed: https://github.com/torvalds/linux/commit/a0673fdbcd42105261646cd4f3447455b5854a32

sys/arm64/linux/syscalls.master
11–12

amd64?

It looks like the syscalls starting at 1024 have been removed

Ah, excellent - this happened very shortly after I started. It will take a little rework in sys/compat/linux/ (either some #ifdefs or splitting out legacy syscalls into separate files that can be optionally included) but is much nicer.

sys/arm64/linux/syscalls.master
118

Typo, will fix to READV

This revision is now accepted and ready to land.Apr 25 2018, 5:01 PM
This revision was automatically updated to reflect the committed changes.