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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()
Lennart Poettering
2018-05-24
1
-0
/
+1
*
process-util: add new helper call for adjusting the OOM score
Lennart Poettering
2018-05-17
1
-0
/
+2
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
process-util: add TAKE_PID(), similar to TAKE_PTR/TAKE_FD, but for child proc...
Lennart Poettering
2018-04-11
1
-0
/
+8
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-1
/
+1
*
sd-bus: cleanup ssh sessions (Closes: #8076)
Shawn Landden
2018-02-08
1
-0
/
+1
*
Merge pull request #7915 from poettering/pids-max-tweak
Zbigniew Jędrzejewski-Szmek
2018-01-25
1
-0
/
+19
|
\
|
*
util: introduce more accurate definitions of TASKS_MAX
Lennart Poettering
2018-01-22
1
-0
/
+19
*
|
process-util: replace PTR_TO_PID() and PID_TO_PTR macro by inline functions
Lennart Poettering
2018-01-23
1
-2
/
+7
|
/
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()
Lennart Poettering
2018-01-04
1
-0
/
+1
*
process-spec: add another flag FORK_WAIT to safe_fork()
Lennart Poettering
2018-01-04
1
-0
/
+1
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-1
/
+10
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-0
/
+1
*
raw-clone: beef up raw_clone() wrapper a bit
Lennart Poettering
2018-01-04
1
-0
/
+1
*
basic: introduce *_to_string_with_check() functions
Yu Watanabe
2018-01-01
1
-0
/
+7
*
process-util: move fork_agent() to process-util.[ch]
Lennart Poettering
2017-12-25
1
-0
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-0
/
+14
*
Merge pull request #6598 from kyle-walker/shutdown-limit
Lennart Poettering
2017-12-14
1
-0
/
+2
|
\
|
*
core: Implement timeout based umount/remount limit
Kyle Walker
2017-12-14
1
-0
/
+2
*
|
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
|
/
*
tree-wide: unify logging of "Must be root" message
Lennart Poettering
2017-12-11
1
-0
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
util-lib: wrap personality() to fix up broken glibc error handling (#6766)
Lennart Poettering
2017-09-08
1
-0
/
+1
*
seccomp: default to something resembling the current personality when locking it
Lennart Poettering
2017-08-29
1
-0
/
+2
*
process-util: add sched_{policy,priority}_is_valid()
Yu Watanabe
2017-08-07
1
-0
/
+9
*
parse-util: introduce pid_is_valid()
Lennart Poettering
2017-07-31
1
-0
/
+4
*
process-util: add getpid_cached() as a caching wrapper for getpid()
Lennart Poettering
2017-07-20
1
-0
/
+2
*
core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...
Lennart Poettering
2017-06-26
1
-1
/
+12
*
util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_START
Lennart Poettering
2016-12-14
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
util-lib: unify parsing of nice level values
Lennart Poettering
2016-08-05
1
-0
/
+5
*
util: rework sigkill_wait() to not require pid_t pointer
Lennart Poettering
2016-05-02
1
-2
/
+2
*
core,systemctl: add bus API to retrieve processes of a unit
Lennart Poettering
2016-04-22
1
-0
/
+2
*
shutdown: complain if process excluded from killing spree runs of the same ro...
Michal Sekletar
2016-01-26
1
-0
/
+1
*
core: add valgrind helper for daemon-reexec
Evgeny Vereshchagin
2016-01-21
1
-0
/
+2
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+1
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
1
-3
/
+3
*
process-util: move a couple of process-related calls over
Lennart Poettering
2015-10-27
1
-0
/
+24
*
process-util: rename get_parent_of_pid() → get_process_ppid()
Lennart Poettering
2015-10-27
1
-1
/
+1
*
process-util: actually move rename_process() over
Lennart Poettering
2015-10-27
1
-0
/
+2
*
process-util: move PID related macros from macro.h to process-util.h
Lennart Poettering
2015-10-27
1
-0
/
+3
*
util-lib: move is_main_thread() to process-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+2
*
process-util: move more process related calls to process-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+3
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+65