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: NixOS/nixpkgs
base: 80e387a40994
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 105610003973
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 29, 2019

  1. chelf: init at 0.2.2

    Utility for changing default thread stack size
    (via PT_GNU_STACK program header)
    as supported by musl 1.1.21+.
    
    patchelf for default thread stack size :).
    
    This makes it possible to use a larger value
    without changing the source, which is preferred
    but may be awkward or otherwise undesirable in some cases.
    
    The value can also be set via LDFLAGS with some linkers,
    such as with GNU ld using "-Wl,-z,stack-size=N".
    
    See:
    https://git.musl-libc.org/cgit/musl/commit/?id=7b3348a98c139b4b4238384e52d4b0eb237e4833
    dtzWill committed Jan 29, 2019
    Copy the full SHA
    82c9b26 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Merge pull request #54885 from dtzWill/feature/chelf

    chelf: init at 0.2.2
    dtzWill committed Jan 31, 2019
    Copy the full SHA
    1056100 View commit details
    Browse the repository at this point in the history