summaryrefslogtreecommitdiff
path: root/src/basic/process-util.c
AgeCommit message (Expand)Author
2016-07-20util: don't send SIGCONT following a SIGCONT or SIGKILL in kill_and_sigcont()Lennart Poettering
2016-07-18basic: fix whitespaceThomas Hindoe Paaboel Andersen
2016-06-21tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering
2016-06-16process-util: fix two bugs in get_process_cmdline() (#3555)Lennart Poettering
2016-06-14util-lib: rework get_process_cmdline() (#3529)Lennart Poettering
2016-06-12process-util: remove broken support for pid==0Zbigniew Jędrzejewski-Szmek
2016-06-12util-lib: drop trailing non-printable characters from cmdline (#3512)Max Prokhorov
2016-05-29util-lib: Add sparc64 support for process creation (#3348)Michael Karcher
2016-05-21core: set all log fds to -1 when freezing (#3314)Evgeny Vereshchagin
2016-05-02util: rework sigkill_wait() to not require pid_t pointerLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-02-22util-lib: simplify personality() string matchingLennart Poettering
2016-02-22util-lib: support various ppc archs in personality logicLennart Poettering
2016-02-22util-lib: use the architecture ids from architecture.h for personalitiesLennart Poettering
2016-02-19Use (void) to silenc coverity on proc title changesZbigniew Jędrzejewski-Szmek
2016-01-26shutdown: complain if process excluded from killing spree runs of the same ro...Michal Sekletar
2016-01-21core: add valgrind helper for daemon-reexecEvgeny Vereshchagin
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27process-util: make some minor corrections to PID live detectionLennart Poettering
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering
2015-10-27process-util: actually move rename_process() overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-26process-util: move more process related calls to process-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-09-30fileio: make get_status_field() more genericAaro Koskinen
2015-08-31process-util: trivial optimizationLennart Poettering
2015-07-23process: an empty environment block should be returned as suchLennart Poettering
2015-07-23process: return ESRCH when a PID is not valid anymoreLennart Poettering
2015-07-06get_process_environ: exit early when there is nothing to readKay Sievers
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers