Denis Vlasenko fb0eba706c libbb: introduce and use safe_waitpid (loops in EINTR)
*: use more approproate (shorter) versions of wait()

function                                             old     new   delta
safe_waitpid                                           -      48     +48
wait_any_nohang                                        -      17     +17
send_tree                                            365     369      +4
processorstop                                        432     435      +3
text_yank                                            110     108      -2
make_human_readable_str                              202     200      -2
crond_main                                          1368    1366      -2
handle_sigchld                                        49      43      -6
reapchild                                            166     159      -7
custom                                               260     250     -10
checkscript                                          191     177     -14
wait_nohang                                           17       -     -17
wait_pid                                              43       -     -43
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 2/7 up/down: 72/-103)           Total: -31 bytes
2008-01-02 19:55:04 +00:00
..
2007-12-24 12:16:24 +00:00
2007-06-30 10:58:08 +00:00
2007-05-31 22:42:12 +00:00
2006-12-26 18:17:42 +00:00
2007-11-04 04:10:17 +00:00
2006-10-28 12:37:16 +00:00
2007-12-02 03:27:42 +00:00
2006-11-29 18:15:52 +00:00
2007-08-13 10:36:25 +00:00
2006-12-16 22:18:44 +00:00
2007-05-31 22:42:12 +00:00
2007-08-03 14:16:24 +00:00
2007-05-30 00:29:55 +00:00
2007-10-14 04:55:59 +00:00
2007-12-30 20:13:39 +00:00
2007-09-29 22:49:26 +00:00
2007-06-18 10:35:06 +00:00
2007-05-31 22:42:12 +00:00
2007-10-29 19:22:13 +00:00
2007-05-30 00:29:55 +00:00
2007-06-12 20:54:54 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>