summaryrefslogtreecommitdiff
path: root/src/test/test-process-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-17unit-file: do not allow bogus IOSchedulingClass valuesZbigniew Jędrzejewski-Szmek1-1/+27
2018-03-09tests: make / private after creating a mount namespaceEvegeny Vereshchagin1-0/+2
2018-02-19test-process-util: one more (void)Zbigniew Jędrzejewski-Szmek1-1/+1
2018-01-23test: test-process-util additionsLennart Poettering1-0/+20
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering1-2/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-0/+24
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-2/+2
2017-11-28test-process-util: add (void) cast to make coverity happyZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-3/+3
2017-08-04test-process-util: test multiple invocations of rename_processJouke Witteveen1-23/+54
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-38/+38
2017-07-20process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering1-0/+57
2016-12-14util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering1-0/+61
2016-11-17test-process-util: bind mount fails under selinux, skip testZbigniew Jędrzejewski-Szmek1-1/+8
2016-07-29tests: skip process 1 tests if systemd not is runningDavide Cavalca1-1/+2
2016-07-18treewide: remove unused variablesThomas Hindoe Paaboel Andersen1-1/+1
2016-06-19tests: don't run test_get_process_cmdline_harder under valgrindEvgeny Vereshchagin1-0/+11
2016-06-14util-lib: rework get_process_cmdline() (#3529)Lennart Poettering1-1/+191
2016-06-12test-process-util: allow pid to be specified on the command lineZbigniew Jędrzejewski-Szmek1-2/+11
2016-06-12test-process-util: rework the test function to take pid as argumentZbigniew Jędrzejewski-Szmek1-38/+32
2016-02-22tests: add personality testsLennart Poettering1-0/+26
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-4/+5
2015-09-07basic: rework virtualization detection APILennart Poettering1-1/+1
2015-04-29sd-bus: properly handle creds that are known but undefined for a processLennart Poettering1-3/+2
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+138