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)
Sun, Mar 22, 7:34 AM
Unknown Object (File)
Sun, Mar 22, 7:31 AM
Unknown Object (File)
Sun, Mar 22, 12:12 AM
Unknown Object (File)
Sun, Mar 22, 12:12 AM
Unknown Object (File)
Fri, Mar 20, 11:26 PM
Unknown Object (File)
Fri, Mar 20, 6:02 PM
Unknown Object (File)
Fri, Mar 20, 3:09 AM
Unknown Object (File)
Jan 21 2026, 9:21 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
10–11 ↗(On Diff #41822)

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
117 ↗(On Diff #41822)

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.