Page MenuHomeFreeBSD

linux: add new syscall numbers
ClosedPublic

Authored by trasz on May 10 2021, 7:35 PM.
Tags
None
Referenced Files
F154261691: D30193.id.diff
Mon, Apr 27, 11:25 AM
Unknown Object (File)
Sun, Apr 19, 2:44 PM
Unknown Object (File)
Sun, Apr 12, 9:22 AM
Unknown Object (File)
Sun, Apr 12, 7:17 AM
Unknown Object (File)
Sun, Apr 12, 2:28 AM
Unknown Object (File)
Sun, Apr 12, 12:35 AM
Unknown Object (File)
Sat, Apr 11, 5:17 AM
Unknown Object (File)
Sun, Apr 5, 4:20 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.May 10 2021, 7:35 PM

Also 32-bit arm? Also we ought to take a look at some deduplication at some point.

Also 32-bit arm? Also we ought to take a look at some deduplication at some point.

Is 32-bit ARM linuxulator actually a thing? That syscalls.master looks quite different to the others, and I'm not sure I want to spend time on it.

As for deduplication - this might be somewhat hard to do, given that in Linux, each architecture has a slightly different syscall numbers.

New architectures use common syscall numbers, I think arm64 and riscv64 will be able to share

This revision was not accepted when it landed; it landed in state Needs Review.May 28 2021, 8:06 AM
This revision was automatically updated to reflect the committed changes.