Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joyent/libuv
base: 85124d7eb5d9
Choose a base ref
...
head repository: joyent/libuv
compare: cdf69dbed628
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 27, 2013

  1. test: remove 'is root?' check

    I debug tests regularly as root (because dtrace and dtruss require the
    additional privileges). The 'is root?' check gets in the way more often
    than it prevents me from doing something silly. Remove it.
    bnoordhuis committed Feb 27, 2013
    Copy the full SHA
    a924f79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7c3b9e5 View commit details
    Browse the repository at this point in the history
  3. darwin: fix read from uninitialized struct kevent

    In the OS X fallback code, don't read from the struct when the kevent()
    syscall times out.
    bnoordhuis committed Feb 27, 2013
    Copy the full SHA
    78dcaa5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    dd20025 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cdf69db View commit details
    Browse the repository at this point in the history