index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-process-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return -EINVAL from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-2
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: more repeated words
Zbigniew Jędrzejewski-Szmek
2020-07-07
1
-2
/
+2
*
util: uid_t, gid_t, and pid_t must be 32bit
Yu Watanabe
2020-02-02
1
-2
/
+0
*
test: minor typo fix
Lennart Poettering
2020-01-08
1
-1
/
+1
*
test: add test case for setpriority_closest()
Lennart Poettering
2020-01-02
1
-0
/
+90
*
tests: get rid of test-helper.[ch] completely
Zbigniew Jędrzejewski-Szmek
2019-11-11
1
-1
/
+0
*
tree-wide: drop sched.h when missing_sched.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+3
*
test-process-util: invert reporting to make sure that we're not dividing by 0
Zbigniew Jędrzejewski-Szmek
2019-07-12
1
-2
/
+2
*
basic/process-util: convert bool arg to flags
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-39
/
+39
*
util-lib: do not truncate kernel comm names
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-6
/
+8
*
Rework cmdline printing to use unicode
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-40
/
+39
*
util: introduce save_argc_argv() helper
Lennart Poettering
2019-03-21
1
-2
/
+1
*
test-process-util: do not assume PID 1 has UID=0
Mike Gilbert
2019-01-21
1
-2
/
+0
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
test: skip various tests if namespacing is not available
Lennart Poettering
2018-10-24
1
-0
/
+5
*
Merge pull request #10138 from yuwata/test-check-container
Zbigniew Jędrzejewski-Szmek
2018-10-01
1
-4
/
+9
|
\
|
*
test-process-util: skip several verifications when running in unprivileged co...
Yu Watanabe
2018-09-20
1
-4
/
+9
*
|
test-process-util: logs something when skipping tests
Yu Watanabe
2018-09-20
1
-2
/
+6
|
/
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
tests: skip test_get_process_cmdline_harder if `mount --make-rslave /` fails...
Evgeny Vereshchagin
2018-07-23
1
-2
/
+8
*
tests: prefer MS_SLAVE over MS_PRIVATE for turning off mount propagation
Lennart Poettering
2018-07-20
1
-1
/
+1
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
process-util: also filter non-printable characters in get_process_com()
Lennart Poettering
2018-06-01
1
-0
/
+33
*
missing: define kernel internal limit TASK_COMM_LEN in userspace too
Lennart Poettering
2018-06-01
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
unit-file: do not allow bogus IOSchedulingClass values
Zbigniew Jędrzejewski-Szmek
2018-03-17
1
-1
/
+27
*
tests: make / private after creating a mount namespace
Evegeny Vereshchagin
2018-03-09
1
-0
/
+2
*
test-process-util: one more (void)
Zbigniew Jędrzejewski-Szmek
2018-02-19
1
-1
/
+1
*
test: test-process-util additions
Lennart Poettering
2018-01-23
1
-0
/
+20
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-0
/
+24
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-2
/
+2
*
test-process-util: add (void) cast to make coverity happy
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-3
/
+3
*
test-process-util: test multiple invocations of rename_process
Jouke Witteveen
2017-08-04
1
-23
/
+54
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-38
/
+38
*
process-util: add getpid_cached() as a caching wrapper for getpid()
Lennart Poettering
2017-07-20
1
-0
/
+57
*
util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_START
Lennart Poettering
2016-12-14
1
-0
/
+61
*
test-process-util: bind mount fails under selinux, skip test
Zbigniew Jędrzejewski-Szmek
2016-11-18
1
-1
/
+8
*
tests: skip process 1 tests if systemd not is running
Davide Cavalca
2016-07-29
1
-1
/
+2
*
treewide: remove unused variables
Thomas Hindoe Paaboel Andersen
2016-07-18
1
-1
/
+1
*
tests: don't run test_get_process_cmdline_harder under valgrind
Evgeny Vereshchagin
2016-06-20
1
-0
/
+11
*
util-lib: rework get_process_cmdline() (#3529)
Lennart Poettering
2016-06-14
1
-1
/
+191
*
test-process-util: allow pid to be specified on the command line
Zbigniew Jędrzejewski-Szmek
2016-06-13
1
-2
/
+11
[next]