Page MenuHomeFreeBSD

linux: add new syscall numbers
ClosedPublic

Authored by trasz on May 10 2021, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 7 2024, 10:54 AM
Unknown Object (File)
Oct 5 2024, 9:41 AM
Unknown Object (File)
Oct 4 2024, 7:36 AM
Unknown Object (File)
Oct 2 2024, 8:15 PM
Unknown Object (File)
Oct 2 2024, 6:33 AM
Unknown Object (File)
Oct 2 2024, 12:13 AM
Unknown Object (File)
Oct 1 2024, 10:14 PM
Unknown Object (File)
Oct 1 2024, 5:17 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.