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: 38106da7cdde
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9f65b1edf7bf
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 3, 2013

  1. build: allow building with dtrace on osx

    Dave Pacheco authored and isaacs committed Apr 3, 2013
    Copy the full SHA
    ec69fcf 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 isaacs committed Apr 3, 2013
    Copy the full SHA
    bf22f99 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 isaacs committed Apr 3, 2013
    Copy the full SHA
    aca31e3 View commit details
    Browse the repository at this point in the history
  4. dtrace: check if _handle property is set

    Check that _handle is an object before trying to read its `fd`
    property, avoids bogus values.
    bnoordhuis authored and isaacs committed Apr 3, 2013
    Copy the full SHA
    7546389 View commit details
    Browse the repository at this point in the history
  5. etw: update prototypes to match dtrace provider

    The DTrace probes were updated to accomodate platforms that can't
    handle structs, update the prototypes for ETW but it's not necessary
    to do anything with the new arguments as it's redundant information.
    tjfontaine authored and isaacs committed Apr 3, 2013
    Copy the full SHA
    9f65b1e View commit details
    Browse the repository at this point in the history