Denis Vlasenko 8e2cfec1cd libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
signal_SA_RESTART_empty_mask                           -      65     +65
signal_no_SA_RESTART_empty_mask                        -      54     +54
dd_main                                             1325    1369     +44
sigaction_set                                          -      19     +19
dname_enc                                            373     377      +4
UNSPEC_print                                          64      66      +2
setsignal                                            296     294      -2
bb_signals_recursive                                  95      92      -3
bb_askpass                                           367     361      -6
inetd_main                                          1810    1797     -13
rx_main                                              912     883     -29
sigdelset                                             32       -     -32
__sigdelset                                           32       -     -32
__GI_sigdelset                                        32       -     -32
sighup_handler                                        84      37     -47
arping_main                                         1844    1797     -47
fsck_main                                           1869    1807     -62
run_list                                            1917    1844     -73
vlock_main                                           492     409     -83
progressmeter                                        883     798     -85
handle_incoming_and_exit                            2737    2651     -86
------------------------------------------------------------------------------
(add/remove: 3/3 grow/shrink: 3/12 up/down: 188/-632)        Total: -444 bytes
2008-03-12 23:19:35 +00:00
..
2008-03-02 12:53:15 +00:00
2007-05-31 22:42:12 +00:00
2008-03-02 12:53:15 +00:00
2006-12-26 18:17:42 +00:00
2008-03-12 22:10:25 +00:00
2006-10-28 12:37:16 +00:00
2008-02-11 11:44:38 +00:00
2006-11-29 18:15:52 +00:00
2008-02-25 20:30:24 +00:00
2008-02-17 15:14:04 +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
2008-03-02 12:53:15 +00:00
2007-05-30 00:29:55 +00:00
2008-03-02 12:53:15 +00:00
2007-06-18 10:35:06 +00:00
2008-02-25 20:30:24 +00:00
2007-05-31 22:42:12 +00:00
2008-03-02 12:53:15 +00:00
2007-10-29 19:22:13 +00:00
2008-03-02 12:53:15 +00:00
2007-06-12 20:54:54 +00:00
2008-03-02 12:53:15 +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>