summaryrefslogtreecommitdiff
path: root/src/basic/process-util.c
Commit message (Expand)AuthorAgeFilesLines
* process-util: Fix memory leakDaan De Meyer2021-12-091-3/+6
* process-util: handle double NUL as the end of command lineYu Watanabe2021-12-061-0/+6
* process-util: rename function arguments for storing resultsYu Watanabe2021-12-061-32/+35
* Merge pull request #21487 from DaanDeMeyer/dissect-image-other-archLennart Poettering2021-11-251-4/+4
|\
| * basic: Rename SECONDARY_ARCHITECTURE to ARCHITECTURE_SECONDARYDaan De Meyer2021-11-241-4/+4
* | shared: split out ioprio related stuff into ioprio-util.[ch]Lennart Poettering2021-11-241-25/+0
|/
* process-util: add missing NULL initialization for _cleanup_ variableLennart Poettering2021-11-231-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-2/+2
* process-util: use quote_command_line() at one more placeLennart Poettering2021-11-111-12/+1
* process-util: wait for processes we killed even if killing failedLennart Poettering2021-11-031-4/+4
* exec-util: use close_all_fds_without_malloc() from freeze()Lennart Poettering2021-10-271-2/+4
* Revert "basic/fd-util: sort the 'except' array in place"Lennart Poettering2021-10-271-4/+3
* Revert "Add variant of close_all_fds() that does not allocate and use it in f...Lennart Poettering2021-10-271-1/+1
* process-util: move sync() out of freeze()Lennart Poettering2021-10-221-2/+0
* basic: move freeze() from shared/exec-util.h to basic/process-util.hLennart Poettering2021-10-221-0/+21
* process-util: add helper for querying oom score adjustment valueLennart Poettering2021-10-041-0/+18
* Get rid of ioprio.h and add a minimalistic reimplementation of the apiZbigniew Jędrzejewski-Szmek2021-09-221-1/+0
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* Revert "Make oom_score_adjust_is_valid() static"Lennart Poettering2021-07-281-0/+4
* Move freeze() into shared/Zbigniew Jędrzejewski-Szmek2021-07-231-24/+0
* Move fork_agent() into shared/Zbigniew Jędrzejewski-Szmek2021-07-231-76/+0
* basic/process-util: use xsprintf() in one more placeZbigniew Jędrzejewski-Szmek2021-07-231-1/+1
* Make oom_score_adjust_is_valid() staticZbigniew Jędrzejewski-Szmek2021-07-231-4/+0
* basic/fd-util: sort the 'except' array in placeZbigniew Jędrzejewski-Szmek2021-07-231-4/+5
* process-util: explicitly handle processes lacking parents in get_process_ppid()Lennart Poettering2021-07-071-9/+18
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* tree-wide: fix typoYu Watanabe2021-05-091-1/+1
* process-util: add option for cloning with CLONE_NEWUSERLennart Poettering2021-05-071-2/+4
* basic/process-util: add mode where posix shell escape is used for quotingZbigniew Jędrzejewski-Szmek2021-05-051-2/+5
* basic/process-util: allow quoting of commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-31/+100
* basic/escape: flagsify xescape_full()Zbigniew Jędrzejewski-Szmek2021-05-051-1/+1
* basic/string-util: simplify how str_realloc() is usedZbigniew Jędrzejewski-Szmek2021-05-051-1/+1
* process-util: dont allocate max length to read /proc/PID/cmdlineAnita Zhang2021-03-241-25/+3
* tree-wide: reopen log after fork when neededSergey Bugaev2021-03-221-1/+5
* tree-wide: use read_full_virtual_file() where appropriateLennart Poettering2021-03-171-1/+1
* coredumpctl: fflush() stdout before invoking gdbLennart Poettering2021-03-111-0/+5
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-051-1/+1
* systemctl: don't search in the full argv[0] for the invocation nameLennart Poettering2021-02-201-0/+10
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* pager: set PR_DEATHSIG for pager to SIGINT rather than SIGTERMLennart Poettering2020-06-101-2/+2
* basic/process-util: only try PR_SET_MM onceZbigniew Jędrzejewski-Szmek2020-05-261-0/+10
* basic/process-util: create helper functionZbigniew Jędrzejewski-Szmek2020-05-261-62/+62
* Merge pull request #15318 from fbuihuu/inherit-umask-for-user-unitsLennart Poettering2020-04-091-0/+17
|\
| * pid1: by default make user units inherit their umask from the user managerFranck Bui2020-04-091-0/+17
* | safe_fork: use a cleanup function to restore signal mask in parentMike Gilbert2020-03-091-12/+14
* | safe_fork: unblock most signals before waiting for childMike Gilbert2020-03-091-2/+9
|/
* core: in execute, Never fail setting Nice priorityDimitri John Ledkov2020-01-021-0/+57
* Fix use of unitialized variable in error pathZbigniew Jędrzejewski-Szmek2019-12-051-2/+1