Page MenuHomeFreeBSD

linux: add new syscall numbers
ClosedPublic

Authored by trasz on May 10 2021, 7:35 PM.
Tags
None
Referenced Files
F170775478: D30193.id88973.diff
Sun, Sep 6, 1:51 PM
Unknown Object (File)
Sun, Sep 6, 4:44 AM
Unknown Object (File)
Fri, Sep 4, 1:39 AM
Unknown Object (File)
Thu, Sep 3, 3:13 AM
Unknown Object (File)
Wed, Sep 2, 8:43 AM
Unknown Object (File)
Wed, Sep 2, 12:12 AM
Unknown Object (File)
Tue, Sep 1, 1:40 AM
Unknown Object (File)
Tue, Sep 1, 1:33 AM
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.