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)
Dec 24 2023, 3:54 PM
Unknown Object (File)
Dec 20 2023, 3:48 AM
Unknown Object (File)
Nov 2 2023, 12:06 AM
Unknown Object (File)
Sep 4 2023, 9:51 AM
Unknown Object (File)
Aug 20 2023, 2:41 PM
Unknown Object (File)
Aug 15 2023, 12:45 PM
Unknown Object (File)
Aug 15 2023, 12:30 PM
Unknown Object (File)
Aug 15 2023, 12:30 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.