Denys Vlasenko b2e5fc35eb ntpd: and real handling for -N, show usage w/o options; trim text
function                                             old     new   delta
ntp_init                                             317     348     +31
bb_msg_you_must_be_root                                -      17     +17
xsocket                                               66      76     +10
changepath                                           195     194      -1
bb_msg_perm_denied_are_you_root                       35      34      -1
send_tree                                            355     353      -2
count_lines                                           74      72      -2
must_be_root                                          17       -     -17
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 2/4 up/down: 58/-23)             Total: 35 bytes
   text   data    bss    dec    hexfilename
 832873    441   7548 840862  cd49ebusybox_old
 832839    441   7548 840828  cd47cbusybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-11-25 14:52:47 +01:00
..
2009-11-02 14:19:51 +01:00
2009-10-27 09:54:34 +01:00
2008-07-23 08:41:08 +00:00
2008-12-07 00:52:58 +00:00
2009-11-18 11:34:43 +01:00
2009-09-11 23:26:42 +02:00
2008-08-17 12:47:19 +00:00
2009-11-02 14:19:51 +01:00
2008-11-11 21:15:56 +00:00
2009-11-08 16:34:43 +01:00
2009-11-02 14:19:51 +01:00
2008-06-28 04:58:55 +00:00
2008-07-09 19:44:08 +00:00
2009-11-17 05:33:47 +01:00
2009-11-08 16:34:43 +01:00
2008-12-04 15:29:35 +00:00
2009-03-12 15:39:11 +00:00
2008-12-07 00:52:58 +00:00
2009-11-13 09:08:27 +01:00
2008-06-30 13:30:21 +00:00
2009-11-07 01:31:14 +01:00
2009-10-20 19:53:24 +02:00
2009-07-16 16:09:25 +02:00
2009-11-02 14:19:51 +01:00
2009-11-15 23:28:11 +01:00
2008-12-07 00:52:58 +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>