nixpkgs/nixos/modules/config
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
..
fonts fonts: fix fontconfig.localConf when used with penultimate 2017-11-10 16:57:45 -05:00
krb5 krb5: add deprecation date for old configuration 2017-10-03 11:01:05 +01:00
debug-info.nix Set $NIX_DEBUG_INFO_DIRS when environment.enableDebugInfo is enabled 2017-10-10 12:04:57 +02:00
gnu.nix treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
i18n.nix nixos: Take glibcLocales from buildPackages. 2018-02-28 15:01:32 -05:00
ldap.nix nixos/ldap: remove tls_checkpeer no when using TLS 2017-07-19 19:23:40 -04:00
networking.nix nixos/networking: support static resolv.conf 2017-12-04 13:58:54 +00:00
no-x-libs.nix networkmanager-pptp: remove package 2018-03-23 22:24:50 +01:00
nsswitch.nix nixos: replace optionals -> optional in nsswitch 2018-03-30 06:44:18 +00:00
power-management.nix nixos/powerManagement: remove duplicate definition 2018-01-28 21:53:07 +01:00
pulseaudio.nix nixos/pulseaudio: pulseaudio.enable should imply sound.enable 2018-04-14 19:12:47 +01:00
shells-environment.nix environment.variables: give an example 2018-01-22 10:40:23 +09:00
swap.nix change swap.randomEncryption config option to "coercedTo" for backwards compatibility 2017-07-26 20:57:10 +03:00
sysctl.nix tree-wide: remove uses of features.grsecurity 2017-05-14 15:08:51 +02:00
system-environment.nix types: loeOf -> listOf 2016-11-05 21:46:42 +01:00
system-path.nix nixos: doc: introduce documentation config subtree 2018-03-30 06:52:26 +00:00
terminfo.nix terminfo: symlink terminfo to /etc for ncurses 2017-06-30 11:17:11 +02:00
timezone.nix nixos/config/timezone: Disallow spaces 2017-10-09 20:52:25 +02:00
unix-odbc-drivers.nix unix-odbc-drivers module: update for new unixODBCDrivers 2016-04-26 23:58:11 +03:00
update-users-groups.pl update-users-groups.pl: Keep track of deallocated UIDs/GIDs 2017-03-29 18:13:18 +02:00
users-groups.nix Increase max group name length to 32 characters 2018-04-08 12:51:33 +02:00
vpnc.nix nixos/vpnc: fix formatting of example 2016-02-27 22:25:39 +13:00
zram.nix zramSwap: remove mentions of old kernels 2018-04-19 16:53:40 +02:00