1359fffa573f42463e3b369df5e57b0c33821a61 |
|
26-Jan-2016 |
Michal Sekletar <msekleta@redhat.com> |
shutdown: complain if process excluded from killing spree runs of the same rootfs as PID1 |
dcadc9671c5ff0e4c1e7b6385f63a84387279f93 |
|
21-Jan-2016 |
Evgeny Vereshchagin <evvers@ya.ru> |
core: add valgrind helper for daemon-reexec
Inspired by https://github.com/systemd/systemd/issues/2187#issuecomment-165587140 |
11c3a36649e5e5e77db499c92f3cdcbd619efd3a |
|
30-Nov-2015 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
basic: include only what we use
This is a cleaned up result of running iwyu but without forward
declarations on src/basic. |
71d35b6b5563817dfbe757ab9e3b9f018b2db491 |
|
18-Nov-2015 |
Thomas Hindoe Paaboel Andersen <phomes@gmail.com> |
tree-wide: sort includes in *.h
This is a continuation of the previous include sort patch, which
only sorted for .c files. |
7b3e062cb6872e28ef5a2e069810070e28bbe0cd |
|
27-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
process-util: move a couple of process-related calls over |
6bc73acb01e2782f0ef3ec70dde3dc3f5b5da081 |
|
27-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
process-util: rename get_parent_of_pid() → get_process_ppid()
In order to match the other get_process_xyz() calls. |
405f8907b9da158b8548a4d9b85871406fcc2801 |
|
27-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
process-util: actually move rename_process() over
The prototype was moved long ago, actually move the definition over now,
too. |
ceee6d3a44a81bcf42b21b777302a226422b11a1 |
|
27-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
process-util: move PID related macros from macro.h to process-util.h |
d4510856a007712900795c79853d2218780c2321 |
|
27-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
util-lib: move is_main_thread() to process-util.[ch] |
4d0d3d41d21f34f28ee67b8b1952af88ada7abaf |
|
26-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
process-util: move more process related calls to process-util.[ch] |
a095315b3c31f7a419baceac82c26c3c5ac0cd12 |
|
11-Jun-2015 |
Kay Sievers <kay@vrfy.org> |
build-sys: split internal basic/ library from shared/
basic/ can be used by everything
cannot use anything outside of basic/
libsystemd/ can use basic/
cannot use shared/
shared/ can use libsystemd/ |