index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
process-util.c
Age
Commit message (
Expand
)
Author
2016-07-20
util: don't send SIGCONT following a SIGCONT or SIGKILL in kill_and_sigcont()
Lennart Poettering
2016-07-18
basic: fix whitespace
Thomas Hindoe Paaboel Andersen
2016-06-21
tree-wide: some work-arounds for gcc false positives regarding uninitialized ...
Lennart Poettering
2016-06-16
process-util: fix two bugs in get_process_cmdline() (#3555)
Lennart Poettering
2016-06-14
util-lib: rework get_process_cmdline() (#3529)
Lennart Poettering
2016-06-12
process-util: remove broken support for pid==0
Zbigniew Jędrzejewski-Szmek
2016-06-12
util-lib: drop trailing non-printable characters from cmdline (#3512)
Max Prokhorov
2016-05-29
util-lib: Add sparc64 support for process creation (#3348)
Michael Karcher
2016-05-21
core: set all log fds to -1 when freezing (#3314)
Evgeny Vereshchagin
2016-05-02
util: rework sigkill_wait() to not require pid_t pointer
Lennart Poettering
2016-04-22
core,systemctl: add bus API to retrieve processes of a unit
Lennart Poettering
2016-02-22
util-lib: simplify personality() string matching
Lennart Poettering
2016-02-22
util-lib: support various ppc archs in personality logic
Lennart Poettering
2016-02-22
util-lib: use the architecture ids from architecture.h for personalities
Lennart Poettering
2016-02-19
Use (void) to silenc coverity on proc title changes
Zbigniew Jędrzejewski-Szmek
2016-01-26
shutdown: complain if process excluded from killing spree runs of the same ro...
Michal Sekletar
2016-01-21
core: add valgrind helper for daemon-reexec
Evgeny Vereshchagin
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-10-27
process-util: move a couple of process-related calls over
Lennart Poettering
2015-10-27
process-util: make some minor corrections to PID live detection
Lennart Poettering
2015-10-27
process-util: rename get_parent_of_pid() → get_process_ppid()
Lennart Poettering
2015-10-27
process-util: actually move rename_process() over
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move is_main_thread() to process-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-26
process-util: move more process related calls to process-util.[ch]
Lennart Poettering
2015-10-26
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-09-30
fileio: make get_status_field() more generic
Aaro Koskinen
2015-08-31
process-util: trivial optimization
Lennart Poettering
2015-07-23
process: an empty environment block should be returned as such
Lennart Poettering
2015-07-23
process: return ESRCH when a PID is not valid anymore
Lennart Poettering
2015-07-06
get_process_environ: exit early when there is nothing to read
Kay Sievers
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers