Denys Vlasenko 37f5bef63c libbb: split update_utmp from login/getty in preparation to use it for telnetd
function                                             old     new   delta
update_utent                                           -     339    +339
login_main                                          1498    1128    -370
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/1 up/down: 339/-370)          Total: -31 bytes

function                                             old     new   delta
update_utmp                                          246     337     +91
login_main                                          1128    1140     +12
getty_main                                          1908    1918     +10
...
update_utent                                         339       -    -339
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 5/6 up/down: 119/-368)         Total: -249 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-04-05 03:18:40 +02:00
..
2010-03-29 11:02:00 +02:00
2009-10-27 09:54:34 +01:00
2010-02-06 21:11:49 +01:00
2009-11-02 14:19:51 +01:00
2010-03-18 14:38:21 +01:00
2010-02-08 17:46:49 +01:00
2009-11-17 05:33:47 +01:00
2010-04-03 15:39:47 +02:00
2010-03-23 16:25:17 +01:00
2009-11-07 01:31:14 +01:00
2009-10-20 19:53:24 +02:00
2010-02-04 18:41:18 +01:00
2009-11-02 14:19:51 +01:00
2009-11-15 23:28:11 +01: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>