Page MenuHomeFreeBSD

add arm64 linux syscall table
ClosedPublic

Authored by emaste on Apr 24 2018, 8:39 PM.
Tags
None
Referenced Files
F157085062: D15187.diff
Mon, May 18, 8:45 AM
Unknown Object (File)
Fri, May 8, 6:52 AM
Unknown Object (File)
Thu, May 7, 3:01 PM
Unknown Object (File)
Thu, May 7, 12:04 PM
Unknown Object (File)
Wed, May 6, 11:23 PM
Unknown Object (File)
Sun, May 3, 10:04 AM
Unknown Object (File)
Sat, Apr 25, 4:19 PM
Unknown Object (File)
Sat, Apr 25, 11:52 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.