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

Broader sendmmsg() / recvmmsg() support #1231

Merged
merged 16 commits into from
Feb 18, 2019
Merged

Broader sendmmsg() / recvmmsg() support #1231

merged 16 commits into from
Feb 18, 2019

Commits on Feb 8, 2019

  1. Hoist {send,recv}mmsg() to test target support

    Will likely alter this after seeing CI results across platforms.
    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    bc224d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b14c2c View commit details
    Browse the repository at this point in the history
  3. Qualify type names

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    8fe9d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4036d6c View commit details
    Browse the repository at this point in the history
  5. Fix wrong C type name

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    eff3d81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91639b6 View commit details
    Browse the repository at this point in the history
  7. Push definitions down a level to avoid macos

    I guess the previous lint failure was about avoiding #[cfg], and doing
    this instead.
    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a4c25a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d26c2ab View commit details
    Browse the repository at this point in the history
  9. Remove duplicate definition

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    c6f899c View commit details
    Browse the repository at this point in the history
  10. Match the freebsd types

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ad1bd7e View commit details
    Browse the repository at this point in the history
  11. freebsd timespec is const

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b8b510b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80f1b51 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d676d6e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    250aa24 View commit details
    Browse the repository at this point in the history
  15. Qualify type name

    dholroyd committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    d6310d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d3c0eec View commit details
    Browse the repository at this point in the history