From 299c5c379e006ce2c3a39c42a323f297e4a4fb18 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Dec 2007 14:43:25 +0000 Subject: Announce 1.9.0 --- docs/busybox.net/news.html | 71 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 2036e0e..28ddcbc 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html @@ -1,6 +1,76 @@
BusyBox 1.9.0. + (svn, + patches, + how to add a patch)
+ +Sizes of busybox-1.8.2 and busybox-1.9.0 (with almost full config, static uclibc build):
+ text data bss dec hex filename + 792796 978 9724 803498 c42aa busybox-1.8.2 + 783803 683 7508 791994 c15ba busybox-1.9.0 ++
Top 10 stack users:
+busybox-1.8.2: busybox-1.9.0: +input_tab 10428 echo_dg 4116 +umount_main 8252 bb_full_fd_action 4112 +rtnl_talk 8240 discard_dg 4096 +xrtnl_dump_filter 8240 echo_stream 4096 +sendMTFValues 5316 discard_stream 4096 +mainSort 4700 find_list_entry2 4096 +mkfs_minix_main 4288 readlink_main 4096 +grave 4260 ipaddr_list_or_flush 3900 +unix_do_one 4156 iproute_list_or_flush 3680 +parse_prompt 4132 insmod_main 3152 ++ +
lash is deleted from this release. hush can be configured down to almost + the same size, but it is significantly less buggy. It even works + on NOMMU machines (interactive mode and backticks are not working on NOMMU, + though). "lash" applet is still available, but it runs hush. + +
init has some changes in this release, please report if it causes + problems for you. + +
Changes since previous release: +
BusyBox 1.8.2. (svn, @@ -132,7 +202,6 @@ Equivalent .config, i386 uclibc static builds:
How to build static busybox against uclibc