summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/libpthread
Commit message (Collapse)AuthorAge
* treewide: Remove phasesMatthew Justin Bauer2018-05-06
|
* apple-source-releases: Add some meta.platformsTuomas Tynkkynen2017-09-04
| | | | Or Hydra tries to build them on Linux...
* 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.libpthread: fix messed-up headerDan Peebles2016-08-14
| | | | | We don't actually need the private headers and the private qos.h was overwriting the public one, causing weird issues downstream (especially with Swift's CoreFoundation)
* 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.