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

Feature/fix freebsd build #332

Closed
wants to merge 8 commits into from

Commits on Jan 13, 2015

  1. deps: fix v8 build on FreeBSD

    clang++ on FreeBSD was blaming v8 for using invalid casts from nullptr:
    
        reinterpret_cast from 'nullptr_t' to '...' is not allowed
    
    Replace casts with NULL, or NULL with 0 where applicable.
    
    fix nodejs#324
    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    d9977e8 View commit details
    Browse the repository at this point in the history
  2. cares: 0-ify AI_V4MAPPED on FreeBSD

    FreeBSD does not support V4MAPPED.
    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    9645fc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c731055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c79c7 View commit details
    Browse the repository at this point in the history
  5. test: disable fs-readfile-error on FreeBSD

    FreeBSD does not return EISDIR when reading "/".
    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    4e458d7 View commit details
    Browse the repository at this point in the history
  6. v4mapped

    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    60a62a8 View commit details
    Browse the repository at this point in the history
  7. test-readfile

    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    22dd5a9 View commit details
    Browse the repository at this point in the history
  8. dns: proper comment

    indutny committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    0ac4ee3 View commit details
    Browse the repository at this point in the history