aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/affinity.hh
blob: c1bd28e1367ac9cb6faa4a11777c32d08379fa99 (about) (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}
17:42:08 +0200'>2019-04-14tests: separate-store-os: Increase root partition size....Ludovic Courtès 2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès 2019-03-13Remove traces of "GuixSD"....Ludovic Courtès 2019-01-22gnu: Remove duplicate record fields....Ludovic Courtès 2019-01-17tests: Rename %test-encrypted-os to %test-encrypted-root-os....Mathieu Othacehe 2018-12-04tests: Increase root partitions size to 1.2G....Ludovic Courtès 2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès 2018-03-02system: Add 'initrd-modules' field....Ludovic Courtès 2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice 2017-11-15tests: install: Increase target-size....Oleg Pykhalov 2017-10-30tests: install: Estimate the installation system disk size....Hartmut Goebel 2017-09-26tests: install: Switch to modifying the gc-root-service-type....Ludovic Courtès 2017-09-08tests: Fix incorrect use of 'file-append'....Ludovic Courtès 2017-09-06tests: Add test for installing from an ISO Image....Christopher Baines 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo 2017-07-15gnu: Rename (gnu packages qemu) to (gnu packages virtualization)....宋文武 2017-06-21tests: Add extlinux gpt test....Mathieu Othacehe 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-16file-systems: 'file-system-needed-for-boot?' is #t for parents of the store....Ludovic Courtès 2017-01-10system: Add btrfs file system support....David Craven 2016-11-30tests: Create a copy-on-write image instead of copying eagerly....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-10-27tests: Test installation with a RAID root partition....Ludovic Courtès 2016-10-27tests: Add #:memory-size parameter for the command to run the installed OS....Ludovic Courtès 2016-10-27tests: Test installation with store on a separate partition....Ludovic Courtès