Denis Vlasenko f592aa36f3 which: -a support (needed for bfin uclibc build script)
real support (with CONFIG_DESKTOP=y): 120+ bytes:
   text	   data	    bss	    dec	    hex	filename
 807958	    624	   7036	 815618	  c7202	busybox_old
 808085	    624	   7036	 815745	  c7281	busybox_unstripped

"fake" support (with CONFIG_DESKTOP unset): ~45 bytes:
   text	   data	    bss	    dec	    hex	filename
 797790	    611	   6996	 805397	  c4a15	busybox_old
 797834	    611	   6996	 805441	  c4a41	busybox_unstripped
2008-06-05 13:33:59 +00:00
..
2008-03-02 12:53:15 +00:00
2007-05-31 22:42:12 +00:00
2008-03-02 12:53:15 +00:00
2006-12-26 18:17:42 +00:00
2006-11-29 18:15:52 +00:00
2008-02-25 20:30:24 +00:00
2008-05-28 14:19:27 +00:00
2006-12-16 22:18:44 +00:00
2007-05-31 22:42:12 +00:00
2008-03-24 02:18:03 +00:00
2007-08-03 14:16:24 +00:00
2008-03-02 12:53:15 +00:00
2007-05-30 00:29:55 +00:00
2008-03-02 12:53:15 +00:00
2007-06-18 10:35:06 +00:00
2008-03-17 08:42:43 +00:00
2007-05-31 22:42:12 +00:00
2008-05-28 14:19:27 +00:00
2008-03-02 12:53:15 +00:00
2007-10-29 19:22:13 +00:00
2008-05-22 17:41:01 +00:00
2007-06-12 20:54:54 +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>