Denis Vlasenko 6f1713f216 *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
safe_gethostname                                       -      48     +48
glob3                                                 35      37      +2
timestamp_and_log                                    314     315      +1
udhcp_send_kernel_packet                             234     231      -3
scan_tree                                            275     271      -4
passwd_main                                         1074    1070      -4
print_login_prompt                                    68      58     -10
obscure                                              392     377     -15
syslogd_main                                         882     866     -16
print_login_issue                                    516     478     -38
hostname_main                                        278     223     -55
parse_and_put_prompt                                 825     756     -69
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 2/9 up/down: 51/-214)          Total: -163 bytes
   text    data     bss     dec     hex filename
 798791     728    7484  807003   c505b busybox_old
 798631     728    7484  806843   c4fbb busybox_unstripped
2008-02-25 23:23:58 +00:00
..
2007-06-30 10:58:08 +00:00
2007-05-31 22:42:12 +00:00
2008-02-11 11:44:38 +00:00
2008-02-25 20:30:24 +00:00
2008-02-17 15:14:04 +00:00
2007-05-31 22:42:12 +00:00
2007-08-03 14:16:24 +00:00
2007-10-14 04:55:59 +00:00
2007-12-30 20:13:39 +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
2007-10-29 19:22:13 +00:00
2007-06-12 20:54:54 +00:00
2008-02-25 20:30:24 +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>