Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport bug fixes to 0.34.x. #331

Merged
merged 3 commits into from
May 16, 2022
Merged

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    1819dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847456a View commit details
    Browse the repository at this point in the history
  3. Don't use syscall_readonly in set_thread_area.

    `set_thread_area` updates the `entry_number` field of the struct passed
    to it, so don't use `syscall_readonly`.
    sunfishcode committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2eaff1d View commit details
    Browse the repository at this point in the history