nixpkgs/pkgs/os-specific/darwin/apple-source-releases
John Ericson ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
..
adv_cmds adv_cmds: fix xcbuild invocation 2018-04-15 23:23:17 -05:00
architecture
basic_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
bootstrap_cmds apple-source-releases: Add some meta.platforms 2017-09-04 19:04:05 +03:00
bsdmake apple-source-releases: Add some meta.platforms 2017-09-04 19:04:05 +03:00
CarbonHeaders
CF darwin-CF: use @rpath for library id and add an rpath entry for CF based on NIX_COREFOUNDATION_RPATH 2017-08-28 23:24:58 +02:00
CommonCrypto
configd configd: remove unsupported sandbox profile 2017-11-14 10:34:28 -05:00
copyfile
Csu Csu: fix build with CoreFoundation 2017-11-21 23:15:00 +01:00
developer_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
diskdev_cmds diskdev_cmds: init at 593 2018-04-12 17:16:49 -05:00
dtrace dtrace: patch impurities 2018-04-12 14:12:43 -05:00
dyld
eap8021x
file_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
ICU ICU: fix build with clang-5 2018-02-06 23:38:46 +01:00
IOKit apple-source-releases: bump many packages to 10.10.5 2016-01-10 14:53:44 -05:00
launchd
libauto apple-source-releases: Add some meta.platforms 2017-09-04 19:04:05 +03:00
Libc apple misc pkgs: buildInputs -> nativeBuildInputs 2017-08-28 15:21:55 -04:00
libclosure
libdispatch darwin-dispatch: 339.92.1 -> 442.1.4 2017-05-27 23:19:48 +02:00
libiconv darwin.libiconv: add setup hook 2018-03-22 16:50:12 -05:00
Libinfo
Libm
Libnotify
libplatform darwin-libplatform: init at 125 2017-05-27 23:19:47 +02:00
libpthread apple-source-releases: Add some meta.platforms 2017-09-04 19:04:05 +03:00
libresolv libresolv: fix library version 2017-12-27 18:41:31 +01:00
Librpcsvc xcbuild: update meta and comments 2016-11-15 19:13:22 -06:00
libsecurity_apple_csp Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_apple_cspdl add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_apple_file_dl add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_apple_x509_cl Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_apple_x509_tp libsecurity_apple_x509: add more symbols 2018-04-12 14:12:53 -05:00
libsecurity_asn1 Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_cdsa_client add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_cdsa_plugin Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_cdsa_utilities Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_cdsa_utils Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_codesigning libsecurity_codesigning: init 2018-04-09 18:35:36 -05:00
libsecurity_cssm add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_filedb osx_private_sdk: reduce output size and remove it from runtime closures 2017-11-07 11:06:10 +01:00
libsecurity_generic osx_private_sdk: reduce output size and remove it from runtime closures 2017-11-07 11:06:10 +01:00
libsecurity_keychain osx_private_sdk: reduce output size and remove it from runtime closures 2017-11-07 11:06:10 +01:00
libsecurity_mds add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_ocspd Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_pkcs12 Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libsecurity_sd_cspdl add security-tool 2015-07-10 10:41:07 -07:00
libsecurity_utilities libsecurity_utilities: fixup 2018-04-09 18:35:36 -05:00
libsecurityd Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
Libsystem darwin.Libsystem: fix build on 10.13.2 2017-12-04 18:54:39 +00:00
libunwind Get rid of some usages of osx_private_sdk 2017-07-09 22:48:04 +02:00
libutil libutil-new: fix with newest xcbuild stuff 2018-04-12 17:09:58 -05:00
mDNSResponder
network_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
objc4
ppp
removefile
Security
security_dotmac_tp add security-tool 2015-07-10 10:41:07 -07:00
security_systemkeychain security_systemkeychain: init 2018-04-09 18:35:36 -05:00
shell_cmds treewide: change install references for xcbuild 2018-04-09 18:35:35 -05:00
SmartCardServices SmartCardServices: init 2018-04-12 14:12:36 -05:00
system_cmds treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
text_cmds text_cmds: init at 99 2018-04-15 22:54:19 -05:00
top top: add meta 2018-04-12 18:42:21 -05:00
xnu darwin.stdenv: fix up to allow sandboxing 2017-11-14 10:36:04 -05:00
default.nix text_cmds: init at 99 2018-04-15 22:54:19 -05:00