1
0
mirror of synced 2025-09-20 13:22:18 +03:00
Files
busybox/libbb
Denys Vlasenko e660eab458 *: code shrink using sigprocmask2() where appropriate
function                                             old     new   delta
sig_unblock                                           41      43      +2
sig_block                                             41      40      -1
sigprocmask_allsigs                                   33      31      -2
wait_for_child_or_signal                             202     193      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 2/-12)             Total: -10 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2025-08-11 01:17:02 +02:00
..
2025-08-01 02:21:38 +02:00
2025-07-09 08:21:47 +02:00
2025-08-01 01:02:43 +02:00
2021-06-22 15:28:34 +02:00
2020-12-14 18:25:28 +01:00
2020-12-17 11:22:44 +01:00
2013-02-26 00:36:53 +01:00
2021-02-03 20:43:07 +01:00
2012-10-03 09:42:21 +02:00
2025-07-30 18:39:46 +02:00
2020-10-01 03:07:22 +02:00
2021-02-03 20:52:40 +01:00
2018-07-17 15:04:17 +02:00
2021-09-17 00:47:23 +02:00
2025-08-06 14:42:06 +02:00
2010-07-26 01:49:12 +02:00
2020-12-17 20:53:43 +01:00
2010-10-29 11:46:52 +02:00
2023-10-02 13:56:32 +02:00
2015-04-02 23:03:46 +02: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>