gnu: Add hdparm. * gnu/packages/linux.scm (hdparm): New variable.
gnu: linux-libre: Update to 3.18.5 * gnu/packages/linux.scm (linux-libre): Update to version 3.18.5.
gnu: linux-libre: Update to 3.18.4 * gnu/packages/linux.scm (linux-libre): Update to version 3.18.4.
Merge branch 'wip-gobject-introspection'
gnu: util-linux: Do not build 'kill'. * gnu/packages/linux.scm (util-linux)[source](snippet): Set "build_kill=no" in 'configure'.
gnu: e2fsprogs: Don't build libraries and commands provided by util-linux. * gnu/packages/linux.scm (e2fsprogs)[arguments]: Add --disable-blkid --disable-libuuid --disable-uuidd --disable-fsck.
gnu: util-linux: Update to 2.25.2. * gnu/packages/linux.scm (util-linux): Update to 2.25.2. Remove util-linux-perl.patch, and add util-linux-tests.patch. Adjust 'snippet'. [arguments]: Remove 'patch-chkdupexe' phase. Add 'pre-check' phase. [native-inputs]: Add NET-BASE. * gnu/packages/patches/util-linux-perl.patch: Remove. * gnu/packages/patches/util-linux-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
gnu: e2fsprogs: Update to 1.42.11. * gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
gnu: perf: Install libraries to lib/ instead of lib64/. * gnu/packages/linux.scm (perf)[arguments]: Add "lib=lib" to #:make-flags.
gnu: perf: Build the interactive TUI. * gnu/packages/linux.scm (perf)[inputs]: Add SLANG.
gnu: perf: Build the documentation. * gnu/packages/linux.scm (perf)[inputs]: Uncomment documentation inputs.
gnu: perf: Add dependency on Python. * gnu/packages/linux.scm (perf)[inputs]: Add PYTHON-2.
gnu: eudev: Add pre-build phase. * gnu/packages/linux.scm (eudev): Add 'pre-build phase to fix compilation with 'gobject-introspection' 1.42.0.
gnu: eudev: Update to 2.1.1. * gnu/packages/linux.scm (eudev): Update to 2.1.1.
gnu: linux-libre: Update to 3.18.3 * gnu/packages/linux.scm (linux-libre): Update to version 3.18.3.
gnu: e2fsck-static: Use really statically-linked executables. * gnu/packages/linux.scm (e2fsprogs/static): New variable. (e2fsck/static): Use it in 'inputs'.
Merge branch 'core-updates' Conflicts: gnu/packages/bootstrap.scm
gnu: Add zerofree. * gnu/packages/linux.scm (zerofree): New variable.
gnu: e2fsprogs: Install libext2fs. * gnu/packages/linux.scm (e2fsprogs)[source]: Add 'snippet'. [arguments]: Add --enable-elf-shlibs to #:configure-flags. Add #:make-flags.
gnu: wireless-tools: Describe it as deprecated. * gnu/packages/linux.scm (wireless-tools)[description]: Explain that it is deprecated in favor of 'iw'.