summaryrefslogtreecommitdiff
path: root/src/test/test-util.c
Commit message (Expand)AuthorAgeFilesLines
* basic/util: import memeqzero from casyncZbigniew Jędrzejewski-Szmek2018-11-181-0/+15
* test-util: modernizeZbigniew Jędrzejewski-Szmek2018-11-181-2/+28
* test: cast values in proper type to suppress warningsYu Watanabe2018-08-071-8/+8
* macros: add CMP(a, b) macro.Filipe Brandenburger2018-08-061-0/+35
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic: set errno in raw_clone() on sparcMike Gilbert2018-06-021-0/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-util: silence clang warning about unaligned accessZbigniew Jędrzejewski-Szmek2017-11-011-0/+7
* basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek2017-02-111-45/+0
* core: support percentage specifications on TasksMax=Lennart Poettering2016-07-221-0/+38
* util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering2016-06-141-1/+37
* util: when determining the amount of memory on this system, take cgroup limit...Lennart Poettering2016-06-141-0/+14
* util-lib: Add sparc64 support for process creation (#3348)Michael Karcher2016-05-291-1/+2
* test-util: remove now unused includesRonny Chevalier2016-03-031-12/+0
* tests: move xattr-util related tests to test-xattr-util.cRonny Chevalier2016-03-031-34/+0
* tests: move glob-util related tests to test-glob-util.cRonny Chevalier2016-03-031-20/+0
* tests: move io-util related tests to test-io-utilRonny Chevalier2016-03-031-38/+0
* tests: move proc-cmdline related tests to test-proc-cmdline.cRonny Chevalier2016-03-031-20/+0
* tests: move fstab-util related tests to test-fstab-util.cRonny Chevalier2016-03-031-36/+0
* tests: move fs-util related tests to test-fs-util.cRonny Chevalier2016-03-031-55/+0
* tests: move conf-parser related tests to test-conf-parser.cRonny Chevalier2016-03-031-10/+0
* tests: move fd-util related tests to test-fd-util.cRonny Chevalier2016-03-031-72/+0
* tests: move user-util related tests to test-user-util.cRonny Chevalier2016-03-031-27/+0
* tests: move path-util related tests to test-path-util.cRonny Chevalier2016-03-031-46/+0
* tests: move fileio related tests to test-fileio.cRonny Chevalier2016-03-031-133/+0
* tests: move stat-util related tests to test-stat-util.cRonny Chevalier2016-03-031-37/+0
* tests: move signal-util related tests to test-signal-util.cRonny Chevalier2016-03-031-14/+0
* tests: move cpu-set-util related tests to test-cpu-set-util.cRonny Chevalier2016-03-031-117/+0
* tests: move web-util related tests to test-web-util.cRonny Chevalier2016-03-031-14/+0
* tests: move alloc related tests to test-alloc-util.cRonny Chevalier2016-03-031-28/+0
* tests: move escape related tests to test-escape.cRonny Chevalier2016-03-031-88/+0
* tests: move strv related tests to test-strv.cRonny Chevalier2016-03-031-20/+0
* tests: move string related tests to test-string-util.cRonny Chevalier2016-03-031-260/+0
* tests: move hexdecoct tests to test-hexdecoct.cRonny Chevalier2016-03-031-360/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* resolved: add alignment to base64Zbigniew Jędrzejewski-Szmek2016-01-281-14/+7
* proc-cmdline: add runlevel to target mappingEvgeny Vereshchagin2015-11-031-0/+8
* test-parse-util: Move parse-util tests into their own test caseFilipe Brandenburger2015-10-281-419/+0
* test-extract-word: Move extract-word tests into their own test caseFilipe Brandenburger2015-10-281-510/+0
* cpu-set-util: Support ranges in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-2/+46
* parse-util: Introduce new parse_range functionFilipe Brandenburger2015-10-271-0/+180
* cpu-set-util: Accept commas as separators in parse_cpu_set_and_warnFilipe Brandenburger2015-10-271-2/+15
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1