summaryrefslogtreecommitdiff
path: root/src/basic/process-util.c
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: cleanup ssh sessions (Closes: #8076)Shawn Landden2018-02-081-0/+7
* process-util: use raw_getpid() in getpid_cache() internally (#8115)Lennart Poettering2018-02-071-2/+2
* process-util: make our freeze() routine do something usefulMichal Sekletar2018-01-121-0/+11
* util-lib: save/restore errno in cleanup callsLennart Poettering2018-01-101-0/+2
* process-util: initialize block_signalsYu Watanabe2018-01-101-1/+1
* process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()Lennart Poettering2018-01-041-1/+4
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-01-041-10/+31
* process-util: rework wait_for_terminate_and_warn() to take a flags parameterLennart Poettering2018-01-041-9/+20
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-11/+14
* raw-clone: beef up raw_clone() wrapper a bitLennart Poettering2018-01-041-1/+1
* fix machinectl shell (in machined) (#7785)Shawn Landden2018-01-041-1/+5
* process-util: debug log if PR_SET_NAME fails.Lennart Poettering2017-12-251-2/+4
* process-util: allow rename_process() only in the main threadLennart Poettering2017-12-251-0/+5
* process-util: move fork_agent() to process-util.[ch]Lennart Poettering2017-12-251-0/+71
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-0/+137
* Merge pull request #6598 from kyle-walker/shutdown-limitLennart Poettering2017-12-141-0/+61
|\
| * core: Implement timeout based umount/remount limitKyle Walker2017-12-141-0/+61
* | basic: turn off stdio locking for a couple of helper callsLennart Poettering2017-12-141-0/+11
|/
* tree-wide: unify logging of "Must be root" messageLennart Poettering2017-12-111-0/+9
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Merge pull request #6975 from sourcejedi/logind_pid_0_v2Zbigniew Jędrzejewski-Szmek2017-10-041-4/+4
|\
| * Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-031-4/+4
* | Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-2/+2
|\ \
| * | build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
| |/
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
|/
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-2/+1
* Link to the right glibc commit in comment (#6884)Zbigniew Jędrzejewski-Szmek2017-09-211-1/+1
* util-lib: wrap personality() to fix up broken glibc error handling (#6766)Lennart Poettering2017-09-081-2/+24
* tree-wide: use pid_is_valid() at more placesLennart Poettering2017-08-311-4/+4
* seccomp: default to something resembling the current personality when locking itLennart Poettering2017-08-291-0/+19
* process-util: update the end pointer of the process name on rename (#6492)Jouke Witteveen2017-08-041-11/+15
* process-util: slightly optimize querying of our own process metadataLennart Poettering2017-07-311-3/+27
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering2017-07-201-0/+62
* core: make IOSchedulingClass= and IOSchedulingPriority= settable for transien...Lennart Poettering2017-06-261-0/+17
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-1/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* Fix check for signal in set (#5416)stuart-mclaren2017-02-211-1/+1
* process-util: rename char *r to ans and add commentZbigniew Jędrzejewski-Szmek2017-01-151-29/+29
* util-lib: rework rename_process() to be able to make use of PR_SET_MM_ARG_STARTLennart Poettering2016-12-141-13/+89
* basic/process-util: we need to take the shorter of two stringsZbigniew Jędrzejewski-Szmek2016-11-171-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-3/+3
* util: don't send SIGCONT following a SIGCONT or SIGKILL in kill_and_sigcont()Lennart Poettering2016-07-201-2/+4
* basic: fix whitespaceThomas Hindoe Paaboel Andersen2016-07-181-1/+1
* tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering2016-06-211-1/+1
* process-util: fix two bugs in get_process_cmdline() (#3555)Lennart Poettering2016-06-161-1/+3
* util-lib: rework get_process_cmdline() (#3529)Lennart Poettering2016-06-141-11/+79
* process-util: remove broken support for pid==0Zbigniew Jędrzejewski-Szmek2016-06-121-3/+0
* util-lib: drop trailing non-printable characters from cmdline (#3512)Max Prokhorov2016-06-121-4/+12
* util-lib: Add sparc64 support for process creation (#3348)Michael Karcher2016-05-291-1/+2