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

Use weakcall for eventfd on FreeBSD. #718

Merged
merged 7 commits into from
Jul 2, 2023
Merged

Use weakcall for eventfd on FreeBSD. #718

merged 7 commits into from
Jul 2, 2023

Commits on Jul 2, 2023

  1. Use weakcall for eventfd on FreeBSD.

    `eventfd` was introduced in FreeBSD 13, so it isn't in FreeBSD 12. Use
    `weakcall` to call it on FreeBSD so that we don't have a link-time
    dependency on it.
    
    Fixes #716.
    sunfishcode committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    076730d View commit details
    Browse the repository at this point in the history
  2. Re-intrudice FreeBSD 12 in the Cirrus CI config.

    FreeBSD 12 was origally removed in #517 due to problems with `curl`,
    however those were fixed by removing the `pkg install -y curl` in #643,
    so we can now re-enable FreeBSD 12 testing.
    sunfishcode committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    20da3dd View commit details
    Browse the repository at this point in the history
  3. Use weakcall! for ptsname_r on FreeBSD too.

    FreeBSD 12 lacks `ptsname_r`.
    sunfishcode committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    687c36b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a9df51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43db1fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c2345 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41402c8 View commit details
    Browse the repository at this point in the history