summaryrefslogtreecommitdiff
path: root/src/basic/cpu-set-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* cpu-set-util: internally merge two functionsYu Watanabe2017-12-061-57/+16
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* cpu-set-util: add parse_cpu_set()Yu Watanabe2017-08-071-0/+46
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+6
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-0/+1
* cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-12/+14
* cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util: split out extract_first_word() and related calls into extract-word.[ch]Lennart Poettering2015-10-241-0/+1
* basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering2015-09-301-0/+105