Skip to content
This repository has been archived by the owner on Apr 22, 2023. 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: nodejs/node-v0.x-archive
base: 2093e7d91a76
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: aa5da48594c1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 30, 2013

  1. build: allow building with dtrace on osx

    Dave Pacheco authored and bnoordhuis committed Mar 30, 2013
    Copy the full SHA
    fe7440c View commit details
    Browse the repository at this point in the history
  2. dtrace: pass more arguments to probes

    OSX and other DTrace implementations don't support dereferencing
    structs in probes. To accomodate that pass members from the struct as
    arguments so that DTrace is useful on those systems.
    Dave Pacheco authored and bnoordhuis committed Mar 30, 2013
    Copy the full SHA
    7634069 View commit details
    Browse the repository at this point in the history
  3. dtrace: actually use the _handle.fd value

    When using the DTrace/systemtap subsystems it would be helpful to
    actually have an fd associated with the requests and responses.
    tjfontaine authored and bnoordhuis committed Mar 30, 2013
    Copy the full SHA
    aa5da48 View commit details
    Browse the repository at this point in the history