summaryrefslogtreecommitdiffstats
path: root/src/basic/process-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering2018-05-241-0/+1
* process-util: add new helper call for adjusting the OOM scoreLennart Poettering2018-05-171-0/+2
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* process-util: add TAKE_PID(), similar to TAKE_PTR/TAKE_FD, but for child proc...Lennart Poettering2018-04-111-0/+8
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-03-151-1/+1
* sd-bus: cleanup ssh sessions (Closes: #8076)Shawn Landden2018-02-081-0/+1
* Merge pull request #7915 from poettering/pids-max-tweakZbigniew Jędrzejewski-Szmek2018-01-251-0/+19
|\
| * util: introduce more accurate definitions of TASKS_MAXLennart Poettering2018-01-221-0/+19
* | process-util: replace PTR_TO_PID() and PID_TO_PTR macro by inline functionsLennart Poettering2018-01-231-2/+7
|/
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()Lennart Poettering2018-01-041-0/+1
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-01-041-0/+1
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-1/+10
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-0/+1
* raw-clone: beef up raw_clone() wrapper a bitLennart Poettering2018-01-041-0/+1
* basic: introduce *_to_string_with_check() functionsYu Watanabe2018-01-011-0/+7
* process-util: move fork_agent() to process-util.[ch]Lennart Poettering2017-12-251-0/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-0/+14
* Merge pull request #6598 from kyle-walker/shutdown-limitLennart Poettering2017-12-141-0/+2
|\
| * core: Implement timeout based umount/remount limitKyle Walker2017-12-141-0/+2
* | tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
|/
* tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering2017-09-081-0/+1
* seccomp: default to something resembling the current personality when locking itLennart Poettering2017-08-291-0/+2
* process-util: add sched_{policy,priority}_is_valid()Yu Watanabe2017-08-071-0/+9
* parse-util: introduce pid_is_valid()Lennart Poettering2017-07-311-0/+4
* process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering2017-07-201-0/+2
* core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...Lennart Poettering2017-06-261-1/+12
* util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering2016-12-141-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* util-lib: unify parsing of nice level valuesLennart Poettering2016-08-051-0/+5
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-2/+2
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-0/+2
* shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar2016-01-261-0/+1
* core: add valgrind helper for daemon-reexecEvgeny Vereshchagin2016-01-211-0/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+1
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-3/+3
* process-util: move a couple of process-related calls overLennart Poettering2015-10-271-0/+24
* process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering2015-10-271-1/+1
* process-util: actually move rename_process() overLennart Poettering2015-10-271-0/+2
* process-util: move PID related macros from macro.h to process-util.hLennart Poettering2015-10-271-0/+3
* util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering2015-10-271-0/+2
* process-util: move more process related calls to process-util.[ch]Lennart Poettering2015-10-261-0/+3
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+65