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: dfff2e9e2336
Choose a base ref
...
head repository: joyent/libuv
compare: b93cf8b594b5
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on May 28, 2013

  1. linux: fix cpu model parsing on newer arm kernels

    The format of /proc/cpuinfo on ARM kernels >= 3.8 has changed. Scan for
    the string "model name" (like x86) first, "Processor" second.
    
    Fixes #812.
    bnoordhuis committed May 28, 2013
    Copy the full SHA
    92c72f5 View commit details
    Browse the repository at this point in the history
  2. linux: fix memory leak in uv_cpu_info() error path

    Any memory allocated to hold CPU model strings wasn't freed on error.
    bnoordhuis committed May 28, 2013
    Copy the full SHA
    31282a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b93cf8b View commit details
    Browse the repository at this point in the history