(Syscall Redesign | Part 2) Organize Syscall Source & Header Files#1585
Merged
CuriousTommy merged 3 commits intomasterfrom May 14, 2025
Merged
(Syscall Redesign | Part 2) Organize Syscall Source & Header Files#1585CuriousTommy merged 3 commits intomasterfrom
CuriousTommy merged 3 commits intomasterfrom
Conversation
This was referenced May 11, 2025
383a398 to
4cbf00f
Compare
4a4440d to
27e1274
Compare
darling-libkqueue#8 | (Syscall Redesign | Part 2) Organize Syscall Source & Header Files darling-xnu#10 | (Syscall Redesign | Part 2) Organize Syscall Source & Header Files
27e1274 to
241a6e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR focuses on organizing the syscall source & header files into the following location:
common- Source code that is intended to be used everywhereconversion- Contain methods that convert values between a XNU & Linux variable.linux_premigration- A temporary folder that contains Linux syscalls. This folder will be removed once we are able to do the Syscall User Dispatch - Linux 5.11 #944 migrationother- Other source files (mainly the sources that would stay in thedarling-xnurepo after the Syscall User Dispatch - Linux 5.11 #944 migration)xnu_syscall- Contains re-implementations of XNU syscalls