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)
Fri, Jan 17, 11:44 PM
Unknown Object (File)
Sun, Jan 12, 7:51 PM
Unknown Object (File)
Nov 2 2024, 4:27 PM
Unknown Object (File)
Nov 1 2024, 2:44 AM
Unknown Object (File)
Oct 20 2024, 3:34 PM
Unknown Object (File)
Oct 20 2024, 9:16 AM
Unknown Object (File)
Oct 13 2024, 9:14 AM
Unknown Object (File)
Oct 5 2024, 9:36 PM

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.