busybox/procps
Denys Vlasenko 648f506949 libbb: code shrink: introduce and use [_]exit_FAILURE()
function                                             old     new   delta
exit_FAILURE                                           -       7      +7
_exit_FAILURE                                          -       7      +7
run                                                  198     199      +1
restore_state_and_exit                               114     115      +1
xbsd_write_bootstrap                                 399     397      -2
vfork_compressor                                     209     207      -2
sig_handler                                           12      10      -2
serial_ctl                                           154     152      -2
parse_args                                          1169    1167      -2
onintr                                                21      19      -2
make_new_session                                     493     491      -2
login_main                                           988     986      -2
gotsig                                                35      33      -2
do_iplink                                           1315    1313      -2
addgroup_main                                        397     395      -2
inetd_main                                          1911    1908      -3
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/12 up/down: 16/-25)            Total: -9 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2023-06-15 11:55:56 +02:00
..
Config.src config system: move some options closer to relevalnt tool subdirectories 2021-10-12 13:23:29 +02:00
free.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
fuser.c help text: replace [OPTIONS] with actual options (if not too long) 2020-12-13 22:34:05 +01:00
iostat.c config: update size information 2018-12-28 03:20:17 +01:00
Kbuild.src kill: optimizations for single-applet build 2017-01-09 18:46:58 +01:00
kill.c ash: sleep builtin with no arguments should not exit 2023-04-03 19:54:42 +02:00
lsof.c lsof: print fd# too 2021-06-16 12:49:15 +02:00
mpstat.c avoid using strok - eliminates use of hidden global variable 2020-10-06 02:36:47 +02:00
nmeter.c nmeter: improve %T fractionals display 2023-05-07 18:35:22 +02:00
pgrep.c pkill: add -e to display the name and PID of the process being killed 2022-10-14 14:33:34 +02:00
pidof.c help text: replace [OPTIONS] with actual options (if not too long) 2020-12-13 22:34:05 +01:00
pmap.c pmap: fix column width, closes 13431 2021-01-05 19:39:34 +01:00
powertop.c libbb: code shrink: introduce and use [_]exit_FAILURE() 2023-06-15 11:55:56 +02:00
ps.c ps: fix -o pid=PID,args interpreting entire "PID,args" as header 2021-10-07 21:55:16 +02:00
ps.posix ps: add documentation on POSIX ps 2006-11-05 00:47:38 +00:00
pstree.c libbb: reduce the overhead of single parameter bb_error_msg() calls 2019-07-02 11:35:03 +02:00
pwdx.c config: update size information 2018-12-28 03:20:17 +01:00
smemcap.c tar,smemcap: commonalyze checksumming code for tar header 2021-08-20 17:58:49 +02:00
sysctl.c *: more --help tweaks 2021-06-15 10:00:18 +02:00
top.c top: stop using div() from libc, compilers now do it better 2023-02-13 15:05:19 +01:00
uptime.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
watch.c *: --help tweaks 2021-06-13 01:08:48 +02:00