index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
process-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* hack around deficiencies in prctl() PR_SET_MM_*
Frank Schaefer
2018-10-05
1
-8
/
+26
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
1
-1
/
+1
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-4
/
+2
*
tree-wide: Convert compare_func's to use CMP() macro wherever possible.
Filipe Brandenburger
2018-08-07
1
-6
/
+1
*
process-util: do not hide global variable
Yu Watanabe
2018-07-16
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
process-util: make use of delete_trailing_chars() in get_process_cmdline()
Lennart Poettering
2018-06-06
1
-6
/
+1
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
process-util: also filter non-printable characters in get_process_com()
Lennart Poettering
2018-06-01
1
-4
/
+15
*
missing: define kernel internal limit TASK_COMM_LEN in userspace too
Lennart Poettering
2018-06-01
1
-1
/
+1
*
process-util: mention that wait_for_terminate_with_timeout() should be called...
Lennart Poettering
2018-06-01
1
-6
/
+9
*
process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()
Lennart Poettering
2018-05-24
1
-0
/
+11
*
process-util: add new helper call for adjusting the OOM score
Lennart Poettering
2018-05-17
1
-0
/
+9
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-3
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Merge pull request #8461 from keszybz/oss-fuzz-fixes
Evgeny Vereshchagin
2018-03-18
1
-1
/
+1
|
\
|
*
unit-file: do not allow bogus IOSchedulingClass values
Zbigniew Jędrzejewski-Szmek
2018-03-17
1
-1
/
+1
*
|
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-1
/
+1
|
/
*
process-util: don't install atfork() handler more than once
Lennart Poettering
2018-02-28
1
-4
/
+13
*
util: add new safe_close_above_stdio() wrapper
Lennart Poettering
2018-02-28
1
-2
/
+1
*
Merge pull request #8184 from poettering/color-ask-pw
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-9
/
+25
|
\
|
*
process: shortcut getenv_for_pid() for our own process
Lennart Poettering
2018-02-14
1
-9
/
+25
*
|
process-util: be more careful in is_kernel_thread()
Lennart Poettering
2018-02-12
1
-20
/
+44
|
/
*
sd-bus: cleanup ssh sessions (Closes: #8076)
Shawn Landden
2018-02-08
1
-0
/
+7
*
process-util: use raw_getpid() in getpid_cache() internally (#8115)
Lennart Poettering
2018-02-07
1
-2
/
+2
*
process-util: make our freeze() routine do something useful
Michal Sekletar
2018-01-12
1
-0
/
+11
*
util-lib: save/restore errno in cleanup calls
Lennart Poettering
2018-01-10
1
-0
/
+2
*
process-util: initialize block_signals
Yu Watanabe
2018-01-10
1
-1
/
+1
*
process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()
Lennart Poettering
2018-01-04
1
-1
/
+4
*
process-spec: add another flag FORK_WAIT to safe_fork()
Lennart Poettering
2018-01-04
1
-10
/
+31
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-9
/
+20
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-11
/
+14
*
raw-clone: beef up raw_clone() wrapper a bit
Lennart Poettering
2018-01-04
1
-1
/
+1
*
fix machinectl shell (in machined) (#7785)
Shawn Landden
2018-01-04
1
-1
/
+5
*
process-util: debug log if PR_SET_NAME fails.
Lennart Poettering
2017-12-25
1
-2
/
+4
*
process-util: allow rename_process() only in the main thread
Lennart Poettering
2017-12-25
1
-0
/
+5
*
process-util: move fork_agent() to process-util.[ch]
Lennart Poettering
2017-12-25
1
-0
/
+71
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-0
/
+137
*
Merge pull request #6598 from kyle-walker/shutdown-limit
Lennart Poettering
2017-12-14
1
-0
/
+61
|
\
|
*
core: Implement timeout based umount/remount limit
Kyle Walker
2017-12-14
1
-0
/
+61
*
|
basic: turn off stdio locking for a couple of helper calls
Lennart Poettering
2017-12-14
1
-0
/
+11
|
/
*
tree-wide: unify logging of "Must be root" message
Lennart Poettering
2017-12-11
1
-0
/
+9
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #6975 from sourcejedi/logind_pid_0_v2
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-4
/
+4
|
\
|
*
Revert "tree-wide: use pid_is_valid() at more places"
Alan Jenkins
2017-10-03
1
-4
/
+4
*
|
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-2
/
+2
|
\
\
|
*
|
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
|
|
/
[prev]
[next]