guix/gnu
Mathieu Othacehe b1a3079347
system: vm: Use 2^32 - 1 as hash size.
* gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of
  2^32 as hash size.

On some 32 bit system (ARM for example), 2^32 exceeds hash max
size (ULONG_MAX = 2^32 - 1).
2017-11-06 20:02:25 +01:00
..
bootloader
build
packages bootloaders: uboot: Add .img and MLO files to binary outputs. 2017-11-06 19:58:21 +01:00
services services: Add 'description' fields. 2017-11-05 15:29:52 +01:00
system system: vm: Use 2^32 - 1 as hash size. 2017-11-06 20:02:25 +01:00
tests
artwork.scm
bootloader.scm
local.mk services: Add murmur. 2017-11-05 15:21:53 +01:00
packages.scm
services.scm
system.scm
tests.scm