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

Improve newlib constants #1335

Merged
merged 8 commits into from
May 16, 2019
Merged

Improve newlib constants #1335

merged 8 commits into from
May 16, 2019

Commits on May 9, 2019

  1. Use FreeBSD SO_ constants on newlib

    This is necessary to set socket options on the Nintendo Switch, which uses a socket implementation directly ported from FreeBSD.
    leo60228 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c8e8ec6 View commit details
    Browse the repository at this point in the history
  2. Add IP_ and IPV6_

    leo60228 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e3c95f1 View commit details
    Browse the repository at this point in the history
  3. Add FIOCLEX

    leo60228 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5d91cb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75df0e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5400c6e View commit details
    Browse the repository at this point in the history
  6. Fix FIONBIO type

    leo60228 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6bc0914 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62ad61f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Build Switch on CI

    leo60228 committed May 10, 2019
    Configuration menu
    Copy the full SHA
    a92266b View commit details
    Browse the repository at this point in the history