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)
Thu, Oct 16, 4:35 AM
Unknown Object (File)
Sat, Sep 27, 3:50 AM
Unknown Object (File)
Wed, Sep 24, 3:03 AM
Unknown Object (File)
Sep 16 2025, 9:26 PM
Unknown Object (File)
Sep 16 2025, 4:42 PM
Unknown Object (File)
Aug 6 2025, 3:20 AM
Unknown Object (File)
Aug 2 2025, 7:22 PM
Unknown Object (File)
Aug 1 2025, 12:50 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.