Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • HardenedBSD HardenedBSD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSD
  • HardenedBSDHardenedBSD
  • Repository

Switch branch/tag
  • HardenedBSD
  • sys
  • amd64
  • cloudabi32
  • cloudabi32_sysvec.c
Find file BlameHistoryPermalink
  • Dmitry Chagin's avatar
    fork: Allow ABI to specify fork return values for child. · de8374df
    Dmitry Chagin authored Aug 12, 2021
    At least Linux x86 ABI's does not use carry bit and expects that the dx register
    is preserved. For this add a new sv_set_fork_retval hook and call it from cpu_fork().
    
    Add a short comment about touching dx in x86_set_fork_retval(), for more details
    see phab comments from kib@ and imp@.
    
    Reviewed by:		kib
    Differential revision:	https://reviews.freebsd.org/D31472
    MFC after:		2 weeks
    de8374df

Replace cloudabi32_sysvec.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.