summaryrefslogtreecommitdiff
path: root/src/basic/process-util.c
Commit message (Expand)AuthorAge
* missing: define kernel internal limit TASK_COMM_LEN in userspace tooLennart Poettering2018-08-24
* process-util: mention that wait_for_terminate_with_timeout() should be called...Lennart Poettering2018-08-24
* process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()Lennart Poettering2018-08-24
* process-util: add new helper call for adjusting the OOM scoreLennart Poettering2018-08-24
* tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-08-24
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-08-24
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
* macro: introduce TAKE_PTR() macroLennart Poettering2018-08-24
* basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-06-28
* Prep v238: Uncomment now needed headers and unmask now needed functions in sr...Sven Eden2018-06-05
* process-util: don't install atfork() handler more than onceLennart Poettering2018-05-30
* util: add new safe_close_above_stdio() wrapperLennart Poettering2018-05-30
* process: shortcut getenv_for_pid() for our own processLennart Poettering2018-05-30
* process-util: be more careful in is_kernel_thread()Lennart Poettering2018-05-30
* sd-bus: cleanup ssh sessions (Closes: #8076)Shawn Landden2018-05-30
* process-util: use raw_getpid() in getpid_cache() internally (#8115)Lennart Poettering2018-05-30
* sd-bus: cleanup ssh sessions (Closes: #8076)Shawn Landden2018-05-30
* process-util: use raw_getpid() in getpid_cache() internally (#8115)Lennart Poettering2018-05-30
* process-util: make our freeze() routine do something usefulMichal Sekletar2018-05-30
* util-lib: save/restore errno in cleanup callsLennart Poettering2018-05-30
* process-util: initialize block_signalsYu Watanabe2018-05-30
* process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()Lennart Poettering2018-05-30
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-05-30
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-05-30
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-05-30
* raw-clone: beef up raw_clone() wrapper a bitLennart Poettering2018-05-30
* fix machinectl shell (in machined) (#7785)Shawn Landden2018-05-30
* process-util: debug log if PR_SET_NAME fails.Lennart Poettering2018-05-30
* process-util: allow rename_process() only in the main threadLennart Poettering2018-05-30
* process-util: move fork_agent() to process-util.[ch]Lennart Poettering2018-05-30
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2018-05-30
* core: Implement timeout based umount/remount limitKyle Walker2018-05-30
* basic: turn off stdio locking for a couple of helper callsLennart Poettering2018-05-30
* Prep v236: Update build system and adapt to eloginds needs.Sven Eden2018-03-13
* work-around usage of glibc-specific __register_atfork for musl systemsmaxice82018-01-24
* Apply missing updates from upstreamSven Eden2017-12-08
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-12-08
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-03
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-09-29
* Link to the right glibc commit in comment (#6884)Zbigniew Jędrzejewski-Szmek2017-09-21
* util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering2017-09-08
* tree-wide: use pid_is_valid() at more placesLennart Poettering2017-08-31
* seccomp: default to something resembling the current personality when locking itLennart Poettering2017-08-09
* Prep v235: Add missing includes and dependencies.Sven Eden2017-08-14
* Prep v235: Apply upstream fixes (3/10) [src/basic]Sven Eden2017-08-14
* process-util: update the end pointer of the process name on rename (#6492)Jouke Witteveen2017-08-10
* process-util: slightly optimize querying of our own process metadataLennart Poettering2017-07-17
* core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...Lennart Poettering2017-07-25
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-07-25