summaryrefslogtreecommitdiff
path: root/src/basic/process-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: set all log fds to -1 when freezing (#3314)Evgeny Vereshchagin2016-05-211-0/+2
* util: rework sigkill_wait() to not require pid_t pointerLennart Poettering2016-05-021-3/+9
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-0/+12
* util-lib: simplify personality() string matchingLennart Poettering2016-02-221-104/+9
* util-lib: support various ppc archs in personality logicLennart Poettering2016-02-221-0/+59
* util-lib: use the architecture ids from architecture.h for personalitiesLennart Poettering2016-02-221-23/+28
* Use (void) to silenc coverity on proc title changesZbigniew Jędrzejewski-Szmek2016-02-191-1/+1
* shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar2016-01-261-0/+12
* core: add valgrind helper for daemon-reexecEvgeny Vereshchagin2016-01-211-0/+20
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-2/+2
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+6
* process-util: move a couple of process-related calls overLennart Poettering2015-10-271-0/+121
* process-util: make some minor corrections to PID live detectionLennart Poettering2015-10-271-2/+8
* 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/+32
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering2015-10-271-0/+9
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* process-util: move more process related calls to process-util.[ch]Lennart Poettering2015-10-261-0/+10