aboutsummaryrefslogtreecommitdiff
#pragma once

namespace nix {

void setAffinityTo(int cpu);
int lockToCurrentCPU();
void restoreAffinity();

}
scm
0200'>2020-05-02
AgeCommit message (Expand)Author
2023-07-13bootloader: grub: Use rumpdisk-style root when booting with "noide"....Janneke Nieuwenhuizen
2022-12-07bootloaders: grub: Fix comment....Maxim Cournoyer
2022-12-01gnu: bootloader: Rework chaining, add grub-efi-netboot-removable-bootloader....Stefan
2022-09-08gnu: bootloader: grub: Add support for chain-loader....tiantian
2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli
2022-06-06bootloader: grub: Add removable grub-efi bootloader option....Karl Hallsby
2022-01-13bootloader: grub: Fix serial mode....Mathieu Othacehe
2021-12-01gnu: system: Add LUKS2 support for the root file system....Josselin Poiret
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
Merge branch 'master' into core-updatesMarius Bakke
2020-05-02gnu: llvm-for-extempore: Update to 3.8....Giacomo Leidi
2020-04-24Merge branch 'master' into core-updatesMarius Bakke
2020-04-24gnu: llvm: Add 10.0.0....Ludovic Courtès
2020-04-13Merge branch 'master' into core-updatesMarius Bakke
2020-04-12gnu: emacs-clang-format: Fix grammar of "allows to filter" to "filters"....Vagrant Cascadian
2020-03-26llvm: Add support for the Hurd....Jan Nieuwenhuizen
2020-03-15gnu: libcxx: Hide GCC's C++ headers during the build process....Marius Bakke
2020-03-15gnu: clang: Switch to 'C_INCLUDE_PATH' & co....Marius Bakke
2020-03-05gnu: clang-runtime: Fix build with glibc 2.31....Marius Bakke
2020-03-05gnu: clang-runtime: Adjust for CPLUS_INCLUDE_PATH changes....Marius Bakke
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-02-26gnu: clang: Move version conditionals out of the builder....Marius Bakke
2020-02-26gnu: clang: Fix C++ search path handling on non-x86_64....Marius Bakke
2020-02-25gnu: clang-runtime-3.5: Fix build....Ricardo Wurmus
2020-02-24gnu: LLVM: Promote LLVM 9 to the default 'llvm' package....Marius Bakke
2020-02-24gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7....Marius Bakke
2020-02-24gnu: Reorganize llvm.scm....Marius Bakke
2020-02-24gnu: clang@9: Update to 9.0.1....Marius Bakke
2020-02-24gnu: llvm: Add helper procedure for constructing download URLs....Marius Bakke
2020-02-24gnu: clang@9: Fix search path handling....Marius Bakke
2020-02-03gnu: llvm@3: Do not inherit 'install-opt-viewer' phase....Marius Bakke
2019-12-31Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe
2019-12-23gnu: python-llvmlite: Update to 0.30.0....Brett Gilio
2019-12-14gnu: llvm: split scripts to a separate output....Julien Lepiller