summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/Libc
Commit message (Collapse)AuthorAge
* Revert "Revert "darwin 10.12 commits""Matthew Bauer2019-04-20
| | | | This reverts commit 8505e710e707b2e425379dc356721194f742d8d0.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: Remove phasesMatthew Justin Bauer2018-05-06
|
* apple misc pkgs: `buildInputs` -> `nativeBuildInputs`John Ericson2017-08-28
|
* Revert "Revert "Merge branch 'modprobe-fix' of ↵Shea Levy2016-08-24
| | | | | | | | | | git://github.com/abbradar/nixpkgs"" Revert a revert of a merge that shouldn't have been in master but was intentionally in staging. Next time I'll do this right after the revert instead of so far down the line... This reverts commit 9adad8612b082bcbae30c81678a04b79a44079a4.
* Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* darwin.{xnu, Libc}: 10.9 -> 10.11Dan Peebles2016-08-14
| | | | | | | | | | | | I can't submit this in smaller units because the various components all depend on one another during the stdenv bootstrap, so I think this is the smallest sensible change I can make. I also removed the symbol-hiding shenanigans in Libsystem. It might mess up compatibility with 10.9 but I don't really want to support the added complexity and I see little evidence of anyone else wanting to support it. If someone cares, we might be able to revive compatibility, but for now it'll stay like this.
* Add a big bundle of packages from apple source releases. Many of them only ↵Dan Peebles2015-02-08
provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now.