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

Move kqueue-related definitions from nix to libc #415

Merged
merged 8 commits into from
Oct 21, 2016

Commits on Sep 2, 2016

  1. Define kqueue-related stuff in terms of libc

    Change 11aa1f34243d5bbb7d6327a6607bd9d2530f3954 to libc added kqueue-related
    definitions.  They are more accurate and more complete than nix's own
    definitions.  Use them where possible.
    
    Also, rationalize Nix's definitions so its public API will be as similar as
    possible across all OSes.
    asomers committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    a17bb7b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Reconcile with libc changes

    The final version of libc's PR nix-rust#379 removed a few definitions, and fixed
    OpenBSD's definition of fn kevent.
    asomers committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    cf5fccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9613b10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62b2a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    2c97154 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Use libc_bitflags! for EventFlag

    Don't use it for FilterFlag, because it triggers recursion limit reached error
    asomers committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    b5ce388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9c1ff View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Configuration menu
    Copy the full SHA
    3ccb313 View commit details
    Browse the repository at this point in the history