about summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/xnu
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13darwin.xnu: python2 -> python3Daiderd Jordan2-2/+45
2019-12-31treewide: structured attrs fixesRobin Gloster1-2/+2
2019-04-26Libsystem: get os/{log,trace,activity}.h from darlingMatthew Bauer1-2/+0
This is the only place I can find the headers.
2019-04-26darwin.xnu: install os/log.h file in LibsystemMatthew Bauer1-0/+2
2019-04-20Revert "Revert "darwin 10.12 commits""Matthew Bauer1-43/+50
This reverts commit 8505e710e707b2e425379dc356721194f742d8d0.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-11-14darwin.stdenv: fix up to allow sandboxingDan Peebles1-2/+2
2017-10-31darwin: build apple stuff in parallelDomen Kožar1-4/+0
2017-09-04apple-source-releases: Add some meta.platformsTuomas Tynkkynen1-0/+4
Or Hydra tries to build them on Linux...
2016-08-24Revert "Revert "Merge branch 'modprobe-fix' of ↵Shea Levy1-7/+18
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.
2016-08-15Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy1-18/+7
Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
2016-08-14darwin.{xnu, Libc}: 10.9 -> 10.11Dan Peebles1-7/+18
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.
2016-01-10apple-source-releases: bump many packages to 10.10.5Dan Peebles1-0/+2
This also changes the versioning scheme to be in more "human-meaningful" terms, so instead of the internal release numbers we talk about 10.10.5 or 10.9.5.
2015-02-08Add a big bundle of packages from apple source releases. Many of them only ↵Dan Peebles1-0/+117
provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now.