Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S syscall
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • syscall
  • Merge requests
  • !69

Draft: Add SYS_FRETURNFD, xopen, and xdup.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open 4lDO2 requested to merge 4lDO2/syscall:cross_scheme_links into master May 10, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 7

Adds the scheme "response code" SYS_FRETURNFD (not a syscall, but used similar to SYS_FEVENT when it acts as a message to the kernel scheme socket), and adds the extended functions xopen and xdup to the Scheme and SchemeMut traits. These return OpenedFile, which allows either scheme-local or cross-scheme returned file descriptors.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cross_scheme_links