Denis Vlasenko ba1315d0fb modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
- a lot faster (linear algorithmic complexity, smaller memory foot print)
- a lot smaller (the old code was overly complicated)
- loading of aliases is now module-init-tools compliant
- blacklisting is done correctly (-b option added)
- module argument quoting done right
- depmod now correctly generates modules.symbols and modules.alias

add/remove: 16/21 grow/shrink: 4/6 up/down: 6930/-9316 Total: -2386 bytes
   text    data     bss     dec     hex filename
 806039     592    6680  813311   c68ff busybox_old
 803498     592    6676  810766   c5f0e busybox_unstripped
2008-09-13 14:59:38 +00:00
..
2008-07-23 08:41:08 +00:00
2008-08-23 23:15:48 +00:00
2008-09-05 11:46:43 +00:00
2008-08-17 12:47:19 +00:00
2008-08-20 00:46:32 +00:00
2008-06-28 04:58:55 +00:00
2008-07-09 19:44:08 +00:00
2008-06-14 22:11:29 +00:00
2008-08-05 17:43:29 +00:00
2008-06-30 13:30:21 +00:00
2008-09-11 19:51:11 +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>