summaryrefslogtreecommitdiff
path: root/src/test/test-process-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* unit-file: do not allow bogus IOSchedulingClass valuesZbigniew Jędrzejewski-Szmek2018-03-171-1/+27
* tests: make / private after creating a mount namespaceEvegeny Vereshchagin2018-03-091-0/+2
* test-process-util: one more (void)Zbigniew Jędrzejewski-Szmek2018-02-191-1/+1
* test: test-process-util additionsLennart Poettering2018-01-231-0/+20
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-0/+24
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* test-process-util: add (void) cast to make coverity happyZbigniew Jędrzejewski-Szmek2017-11-281-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-3/+3
* test-process-util: test multiple invocations of rename_processJouke Witteveen2017-08-041-23/+54
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-38/+38
* process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering2017-07-201-0/+57
* util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering2016-12-141-0/+61
* test-process-util: bind mount fails under selinux, skip testZbigniew Jędrzejewski-Szmek2016-11-171-1/+8
* tests: skip process 1 tests if systemd not is runningDavide Cavalca2016-07-291-1/+2
* treewide: remove unused variablesThomas Hindoe Paaboel Andersen2016-07-181-1/+1
* tests: don't run test_get_process_cmdline_harder under valgrindEvgeny Vereshchagin2016-06-191-0/+11
* util-lib: rework get_process_cmdline() (#3529)Lennart Poettering2016-06-141-1/+191
* test-process-util: allow pid to be specified on the command lineZbigniew Jędrzejewski-Szmek2016-06-121-2/+11
* test-process-util: rework the test function to take pid as argumentZbigniew Jędrzejewski-Szmek2016-06-121-38/+32
* tests: add personality testsLennart Poettering2016-02-221-0/+26
* process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* sd-bus: properly handle creds that are known but undefined for a processLennart Poettering2015-04-291-3/+2
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+138