Skip to content
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: ziglang/zig
base: 15eb28efafd0
Choose a base ref
...
head repository: ziglang/zig
compare: ec59f7652667
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 4, 2018

  1. Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.

    Add fallback paths for when the getrandom(2) system call is not
    available.  Try /dev/urandom first and sysctl(RANDOM_UUID) second.
    
    The sysctl issues a warning in the system logs with some kernels but
    that seems like an acceptable tradeoff for the fallback of a fallback.
    bnoordhuis committed Feb 4, 2018
    Copy the full SHA
    73ee434 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Merge pull request #743 from bnoordhuis/linux-random

    Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.
    andrewrk committed Feb 5, 2018
    Copy the full SHA
    ec59f76 View commit details
    Browse the repository at this point in the history