busybox/runit
Denys Vlasenko 5a72b0cd74 runsv: code shrink: use single handler function for SIGTERM and SIGCHLD
function                                             old     new   delta
s_chld_term                                            -      36     +36
runsv_main                                          1677    1662     -15
s_child                                               22       -     -22
s_term                                                29       -     -29
------------------------------------------------------------------------------
(add/remove: 1/2 grow/shrink: 0/1 up/down: 36/-66)            Total: -30 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-06-05 16:36:21 +02:00
..
chpst.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
Config.src restore documentation on the build config language 2018-06-06 15:16:48 +02:00
Kbuild.src runit/*: convert to new-style "one file" applets 2015-10-19 00:41:28 +02:00
runit_lib.h do not use `a' quoting style in comments 2017-08-02 14:26:33 +02:00
runsv.c runsv: code shrink: use single handler function for SIGTERM and SIGCHLD 2021-06-05 16:36:21 +02:00
runsvdir.c config: update size information 2018-12-28 03:20:17 +01:00
sv.c config: update size information 2018-12-28 03:20:17 +01:00
svlogd.c runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up 2021-06-05 16:20:05 +02:00