aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-24 14:30:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-24 14:30:59 +0000
commit6a7b7ce23eda77aba9f9e13022799f2421d8d25c (patch)
treecea778ee370a8f5d1afcf6757e8f90fac8605e37 /docs
parent3d829627fb5e6631a106fd5f03824426c06eab42 (diff)
downloadbusybox-w32-6a7b7ce23eda77aba9f9e13022799f2421d8d25c.tar.gz
busybox-w32-6a7b7ce23eda77aba9f9e13022799f2421d8d25c.tar.bz2
busybox-w32-6a7b7ce23eda77aba9f9e13022799f2421d8d25c.zip
- obfuscate addrs a little bit
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html96
1 files changed, 48 insertions, 48 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 5fb9bf610..1b4dd5658 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -10,13 +10,13 @@
10 <p>Applets which had many changes since 1.6.x: 10 <p>Applets which had many changes since 1.6.x:
11 <p>httpd: 11 <p>httpd:
12 <ul> 12 <ul>
13 <li>works in standalone mode on NOMMU machines now (partly by Alex Landau &lt;landau_alex@yahoo.com&gt;) 13 <li>works in standalone mode on NOMMU machines now (partly by Alex Landau &lt;landau_alex at yahoo.com&gt;)
14 <li>indexer example is rewritten in C 14 <li>indexer example is rewritten in C
15 <li>optional support for error pages (by Pierre Metras &lt;genepi@sympatico.ca&gt;) 15 <li>optional support for error pages (by Pierre Metras &lt;genepi at sympatico.ca&gt;)
16 <li>stop reading headers using 1-byte reads 16 <li>stop reading headers using 1-byte reads
17 <li>new option -v[v]: prints client addresses, HTTP codes returned, URLs 17 <li>new option -v[v]: prints client addresses, HTTP codes returned, URLs
18 <li>extended -p PORT to -p [IP[v6]:]PORT 18 <li>extended -p PORT to -p [IP[v6]:]PORT
19 <li>sendfile support (by Pierre Metras &lt;genepi@sympatico.ca&gt;) 19 <li>sendfile support (by Pierre Metras &lt;genepi at sympatico.ca&gt;)
20 <li>add support for Status: CGI header 20 <li>add support for Status: CGI header
21 <li>fix CGI handling bug (we were closing wrong fd) 21 <li>fix CGI handling bug (we were closing wrong fd)
22 <li>CGI I/O loop still doesn't look 100% ok to me... 22 <li>CGI I/O loop still doesn't look 100% ok to me...
@@ -26,7 +26,7 @@
26 <ul> 26 <ul>
27 <li>add -f "foreground" and -S "syslog" options 27 <li>add -f "foreground" and -S "syslog" options
28 <li>fixed "ifupdown + udhcpc_without_pidfile_creation" bug 28 <li>fixed "ifupdown + udhcpc_without_pidfile_creation" bug
29 <li>new config option "Rewrite the lease file at every new acknowledge" (Mats Erik Andersson &lt;mats@blue2net.com&gt; (Blue2Net AB)) 29 <li>new config option "Rewrite the lease file at every new acknowledge" (Mats Erik Andersson &lt;mats at blue2net.com&gt; (Blue2Net AB))
30 <li>consistently treat server_config.start/end IPs as host-order 30 <li>consistently treat server_config.start/end IPs as host-order
31 <li>fix IP parsing for 64bit machines 31 <li>fix IP parsing for 64bit machines
32 <li>fix unsafe hton macro usage in read_opt() 32 <li>fix unsafe hton macro usage in read_opt()
@@ -66,9 +66,9 @@ Same .config built against static uclibc:
66 66
67 <p>New applets: 67 <p>New applets:
68 <ul> 68 <ul>
69 <li>pscan, expand, unexpand (from Tito &lt;farmatito@tiscali.it&gt;) 69 <li>pscan, expand, unexpand (from Tito &lt;farmatito at tiscali.it&gt;)
70 <li>setfiles, restorecon (by Yuichi Nakamura &lt;ynakam@hitachisoft.jp&gt;) 70 <li>setfiles, restorecon (by Yuichi Nakamura &lt;ynakam at hitachisoft.jp&gt;)
71 <li>chpasswd (by Alexander Shishkin &lt;virtuoso@slind.org&gt;) 71 <li>chpasswd (by Alexander Shishkin &lt;virtuoso at slind.org&gt;)
72 <li>slattach, ttysize 72 <li>slattach, ttysize
73 </ul> 73 </ul>
74 74
@@ -79,39 +79,39 @@ Same .config built against static uclibc:
79 79
80 <p>Other changes since previous release (abridged): 80 <p>Other changes since previous release (abridged):
81 <ul> 81 <ul>
82 <li>addgroup: disallow addgroup -g num user group; make -g 0 work (Tito &lt;farmatito@tiscali.it&gt;) 82 <li>addgroup: disallow addgroup -g num user group; make -g 0 work (Tito &lt;farmatito at tiscali.it&gt;)
83 <li>adduser: close /etc/{passwd,shadow} before calling passwd etc. Spotted by Natanael Copa &lt;natanael.copa@gmail.com&gt; 83 <li>adduser: close /etc/{passwd,shadow} before calling passwd etc. Spotted by Natanael Copa &lt;natanael.copa at gmail.com&gt;
84 <li>arping: -i should be -I, fixed 84 <li>arping: -i should be -I, fixed
85 <li>ash: make "jobs | cat" work like in bash (was giving empty output) 85 <li>ash: make "jobs | cat" work like in bash (was giving empty output)
86 <li>ash: recognize -l as --login equivalent; do not recognize +-login 86 <li>ash: recognize -l as --login equivalent; do not recognize +-login
87 <li>ash: fix buglet in DEBUG code (Nguyen Thai Ngoc Duy &lt;pclouds@gmail.com&gt;) 87 <li>ash: fix buglet in DEBUG code (Nguyen Thai Ngoc Duy &lt;pclouds at gmail.com&gt;)
88 <li>ash: fix SEGV if type has zero parameters 88 <li>ash: fix SEGV if type has zero parameters
89 <li>awk: fix -F 'regex' bug (miscounted fields if last field is empty) 89 <li>awk: fix -F 'regex' bug (miscounted fields if last field is empty)
90 <li>catv: catv without arguments was trying to use environ as argv (Alex Landau &lt;landau_alex@yahoo.com&gt;) 90 <li>catv: catv without arguments was trying to use environ as argv (Alex Landau &lt;landau_alex at yahoo.com&gt;)
91 <li>catv: don't die on open error (emit warning) 91 <li>catv: don't die on open error (emit warning)
92 <li>chown/chgrp: completely match coreutils 6.8 wrt symlink handling 92 <li>chown/chgrp: completely match coreutils 6.8 wrt symlink handling
93 <li>correct_password: do not print "no shadow passwd..." message 93 <li>correct_password: do not print "no shadow passwd..." message
94 <li>crond: don't start sendmail with absolute path, don't report obsolete version (report true bbox version) 94 <li>crond: don't start sendmail with absolute path, don't report obsolete version (report true bbox version)
95 <li>dd: fix bug where we assume count=INT_MAX when count is unspecified 95 <li>dd: fix bug where we assume count=INT_MAX when count is unspecified
96 <li>devfsd: sanitization by Tito &lt;farmatito@tiscali.it&gt; 96 <li>devfsd: sanitization by Tito &lt;farmatito at tiscali.it&gt;
97 <li>echo: fix non-fancy echo 97 <li>echo: fix non-fancy echo
98 <li>fdisk: make it work with big disks (read: typical today's disks) even if CONFIG_LFS is unset 98 <li>fdisk: make it work with big disks (read: typical today's disks) even if CONFIG_LFS is unset
99 <li>find: -context support for SELinux (KaiGai Kohei &lt;kaigai@kaigai.gr.jp&gt;) 99 <li>find: -context support for SELinux (KaiGai Kohei &lt;kaigai at kaigai.gr.jp&gt;)
100 <li>find: add conditional support for -maxdepth and -regex, make -size match GNU find 100 <li>find: add conditional support for -maxdepth and -regex, make -size match GNU find
101 <li>find: fix build failure on certain configs (found by Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;) 101 <li>find: fix build failure on certain configs (found by Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn at axis.com&gt;)
102 <li>fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one 102 <li>fsck_minix: make it print bb version, not it's own (outdated/irrelevant) one
103 <li>grep: implement -m MAX_MATCHES, fix buglets with context printing 103 <li>grep: implement -m MAX_MATCHES, fix buglets with context printing
104 <li>grep: fix selection done by FEATURE_GREP_EGREP_ALIAS (Maxime Bizon &lt;mbizon@freebox.fr&gt; (Freebox)) 104 <li>grep: fix selection done by FEATURE_GREP_EGREP_ALIAS (Maxime Bizon &lt;mbizon at freebox.fr&gt; (Freebox))
105 <li>hush: add missing dependencies (Maxime Bizon &lt;mbizon@freebox.fr&gt; (Freebox)) 105 <li>hush: add missing dependencies (Maxime Bizon &lt;mbizon at freebox.fr&gt; (Freebox))
106 <li>hush: fix read builtin to not read ahead past EOL and to not use insane amounts of stack 106 <li>hush: fix read builtin to not read ahead past EOL and to not use insane amounts of stack
107 <li>ifconfig: make it work with ifaces with interface no. > 255 107 <li>ifconfig: make it work with ifaces with interface no. > 255
108 <li>ifup/ifdown: make location of ifstate configurable 108 <li>ifup/ifdown: make location of ifstate configurable
109 <li>ifupdown: make netmask parsing smaller and more strict (was accepting 255.0.255.0, 255.1234.0.0 etc...) 109 <li>ifupdown: make netmask parsing smaller and more strict (was accepting 255.0.255.0, 255.1234.0.0 etc...)
110 <li>install: fix -s (strip) option, fix install a b /a/link/to/dir 110 <li>install: fix -s (strip) option, fix install a b /a/link/to/dir
111 <li>libbb: consolidate ARRAY_SIZE macro (Walter Harms &lt;wharms@bfs.de&gt;) 111 <li>libbb: consolidate ARRAY_SIZE macro (Walter Harms &lt;wharms at bfs.de&gt;)
112 <li>libbb: make /etc/network parsing configurable. -200 bytes when off 112 <li>libbb: make /etc/network parsing configurable. -200 bytes when off
113 <li>libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options 113 <li>libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
114 <li>libbb: xioctl and friends by Tito &lt;farmatito@tiscali.it&gt; 114 <li>libbb: xioctl and friends by Tito &lt;farmatito at tiscali.it&gt;
115 <li>login: optional support for PAM 115 <li>login: optional support for PAM
116 <li>login: make /etc/nologin support configurable (-240 bytes) 116 <li>login: make /etc/nologin support configurable (-240 bytes)
117 <li>login: ask passwords even for wrong usernames 117 <li>login: ask passwords even for wrong usernames
@@ -119,20 +119,20 @@ Same .config built against static uclibc:
119 <li>mdev: add support for firmware loading 119 <li>mdev: add support for firmware loading
120 <li>mdev: work even when CONFIG_SYSFS_DEPRECATED in kernel is off 120 <li>mdev: work even when CONFIG_SYSFS_DEPRECATED in kernel is off
121 <li>modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols (by Yann E. MORIN) 121 <li>modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols (by Yann E. MORIN)
122 <li>more: fixes by Tristan Schmelcher &lt;tpkschme@engmail.uwaterloo.ca&gt; 122 <li>more: fixes by Tristan Schmelcher &lt;tpkschme at engmail.uwaterloo.ca&gt;
123 <li>nc: make connecting to IPv4 from IPv6-enabled hosts easier (was requiring -s local_addr) 123 <li>nc: make connecting to IPv4 from IPv6-enabled hosts easier (was requiring -s local_addr)
124 <li>passwd: fix bug "updating shadow even if user's record is in passwd" 124 <li>passwd: fix bug "updating shadow even if user's record is in passwd"
125 <li>patch: fix -p -1 handling 125 <li>patch: fix -p -1 handling
126 <li>patch: fix bad line ending handling (Nguyen Thai Ngoc Duy &lt;pclouds@gmail.com&gt;) 126 <li>patch: fix bad line ending handling (Nguyen Thai Ngoc Duy &lt;pclouds at gmail.com&gt;)
127 <li>ping: display roundtrip times with 1/1000th of ms, not 1/10 ms precision. 127 <li>ping: display roundtrip times with 1/1000th of ms, not 1/10 ms precision.
128 <li>ping: fix incorrect handling of -I (Iouri Kharon &lt;bc-info@styx.cabel.net>&gt;) 128 <li>ping: fix incorrect handling of -I (Iouri Kharon &lt;bc-info at styx.cabel.net>&gt;)
129 <li>ping: fix non-fancy ping6 129 <li>ping: fix non-fancy ping6
130 <li>printenv: fix "printenv VAR1 VAR2" bug (spotted by Kalyanatejaswi Balabhadrapatruni &lt;kalyanatejaswi@yahoo.co.in&gt;) 130 <li>printenv: fix "printenv VAR1 VAR2" bug (spotted by Kalyanatejaswi Balabhadrapatruni &lt;kalyanatejaswi at yahoo.co.in&gt;)
131 <li>ps: fix -Z (by Yuichi Nakamura &lt;ynakam@hitachisoft.jp&gt;) 131 <li>ps: fix -Z (by Yuichi Nakamura &lt;ynakam at hitachisoft.jp&gt;)
132 <li>rpm: add optional support for bz2 data. +50 bytes of code 132 <li>rpm: add optional support for bz2 data. +50 bytes of code
133 <li>rpm: fix bogus "package is not installed" case 133 <li>rpm: fix bogus "package is not installed" case
134 <li>sed: fix 'q' command handling (by Nguyen Thai Ngoc Duy &lt;pclouds@gmail.com&gt;) 134 <li>sed: fix 'q' command handling (by Nguyen Thai Ngoc Duy &lt;pclouds at gmail.com&gt;)
135 <li>start_stop_daemon: NOMMU fixes by Alex Landau &lt;landau_alex@yahoo.com&gt; 135 <li>start_stop_daemon: NOMMU fixes by Alex Landau &lt;landau_alex at yahoo.com&gt;
136 <li>stat: fix option -Z SEGV 136 <li>stat: fix option -Z SEGV
137 <li>strings: strings a b was processing a twice, fix that 137 <li>strings: strings a b was processing a twice, fix that
138 <li>svlogd: fix timestamping, do not warn if config is missing 138 <li>svlogd: fix timestamping, do not warn if config is missing
@@ -140,8 +140,8 @@ Same .config built against static uclibc:
140 <li>syslogd: do not convert tabs to ^I, set syslog IPC buffer to mode 0644 140 <li>syslogd: do not convert tabs to ^I, set syslog IPC buffer to mode 0644
141 <li>tar: improve OLDGNU compat, make old SUN compat configurable 141 <li>tar: improve OLDGNU compat, make old SUN compat configurable
142 <li>test: fix testing primary expressions like '"-u" = "-u"' 142 <li>test: fix testing primary expressions like '"-u" = "-u"'
143 <li>uudecode: fix to base64 decode by Jorgen Cederlof &lt;jcz@google.com&gt; 143 <li>uudecode: fix to base64 decode by Jorgen Cederlof &lt;jcz at google.com&gt;
144 <li>vi: multiple fixes by Natanael Copa &lt;natanael.copa@gmail.com&gt; 144 <li>vi: multiple fixes by Natanael Copa &lt;natanael.copa at gmail.com&gt;
145 <li>wget: fix bug in base64 encoding (bug 1404). +10 bytes 145 <li>wget: fix bug in base64 encoding (bug 1404). +10 bytes
146 <li>wget: lift 256 chars limitation on terminal width 146 <li>wget: lift 256 chars limitation on terminal width
147 <li>wget, zcip: use monotonic_sec instead of gettimeofday 147 <li>wget, zcip: use monotonic_sec instead of gettimeofday
@@ -179,45 +179,45 @@ Same .config built against static uclibc:
179<li>NOFORK: remove potential xmalloc from NOFORK path in bb_full_fd_action 179<li>NOFORK: remove potential xmalloc from NOFORK path in bb_full_fd_action
180<li>NOMMU: random fixes; compressed --help now works for NOMMU 180<li>NOMMU: random fixes; compressed --help now works for NOMMU
181<li>SELinux: load_policy applet 181<li>SELinux: load_policy applet
182<li>[u]mount: extend -t option (Roy Marples &lt;uberlord@gentoo.org&gt;) 182<li>[u]mount: extend -t option (Roy Marples &lt;uberlord at gentoo.org&gt;)
183<li>addgroup: clean up, fix adding users to existing groups and make it optional (Tito) 183<li>addgroup: clean up, fix adding users to existing groups and make it optional (Tito)
184<li>adduser: don't bomb out if shadow password file doesn't exist (from Tito &lt;farmatito@tiscali.it&gt;) 184<li>adduser: don't bomb out if shadow password file doesn't exist (from Tito &lt;farmatito at tiscali.it&gt;)
185<li>applet.c: do not even try to read config if run by real root; fix suid config handling 185<li>applet.c: do not even try to read config if run by real root; fix suid config handling
186<li>ash: fix infinite loop on exit if tty is not there anymore 186<li>ash: fix infinite loop on exit if tty is not there anymore
187<li>ash: fix kill -l (by Mats Erik Andersson &lt;mats.andersson64@comhem.se&gt;) 187<li>ash: fix kill -l (by Mats Erik Andersson &lt;mats.andersson64 at comhem.se&gt;)
188<li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson &lt;mats.andersson64@comhem.se&gt;) 188<li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson &lt;mats.andersson64 at comhem.se&gt;)
189<li>awk: don't segfault on printf(%*s). Closes bug 1337 189<li>awk: don't segfault on printf(%*s). Closes bug 1337
190<li>awk: guard against empty environment 190<li>awk: guard against empty environment
191<li>awk: some 'lineno' vars were shorts, made them ints (code got smaller) 191<li>awk: some 'lineno' vars were shorts, made them ints (code got smaller)
192<li>cat: stop using stdio.h opens 192<li>cat: stop using stdio.h opens
193<li>config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text 193<li>config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text
194<li>cryptpw: new applet (by Thomas Lundquist &lt;lists@zelow.no&gt;) 194<li>cryptpw: new applet (by Thomas Lundquist &lt;lists at zelow.no&gt;)
195<li>cttyhack: new applet 195<li>cttyhack: new applet
196<li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens &lt;develop@cle-mens.de&gt;) 196<li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens &lt;develop at cle-mens.de&gt;)
197<li>deluser: add optional support for removing users from groups (by Tito &lt;farmatito@tiscali.it&gt;) 197<li>deluser: add optional support for removing users from groups (by Tito &lt;farmatito at tiscali.it&gt;)
198<li>diff: fix SEGV (NULL deref) in diff -N 198<li>diff: fix SEGV (NULL deref) in diff -N
199<li>diff: fix segfault on empty dirs (Peter Korsgaard &lt;peter.korsgaard@barco.com&gt;) 199<li>diff: fix segfault on empty dirs (Peter Korsgaard &lt;peter.korsgaard at barco.com&gt;)
200<li>dnsd: fix several buglets, make smaller; openlog(), so that applet's name is logged 200<li>dnsd: fix several buglets, make smaller; openlog(), so that applet's name is logged
201<li>dpkg: run_package_script() returns 0 if all ok and non-zero if failure. The result code was checked incorrectly in two places. (from Kim B. Heino &lt;Kim.Heino@bluegiga.com&gt;) 201<li>dpkg: run_package_script() returns 0 if all ok and non-zero if failure. The result code was checked incorrectly in two places. (from Kim B. Heino &lt;Kim.Heino at bluegiga.com&gt;)
202<li>dpkg: use bitfields which are a bit closer to typical short/char. Code size -800 bytes 202<li>dpkg: use bitfields which are a bit closer to typical short/char. Code size -800 bytes
203<li>dumpleases: getopt32()-ization (from Mats Erik Andersson &lt;mats.andersson64@comhem.se&gt;) 203<li>dumpleases: getopt32()-ization (from Mats Erik Andersson &lt;mats.andersson64 at comhem.se&gt;)
204<li>e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes) 204<li>e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
205<li>ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it 205<li>ether-wake: close bug 1317. Reorder fuctions to avoid forward refs while at it
206<li>ether-wake: save a few more bytes of code 206<li>ether-wake: save a few more bytes of code
207<li>find: -group, -depth (Natanael Copa &lt;natanael.copa@gmail.com&gt;) 207<li>find: -group, -depth (Natanael Copa &lt;natanael.copa at gmail.com&gt;)
208<li>find: add support for -delete, -path (by Natanael Copa) 208<li>find: add support for -delete, -path (by Natanael Copa)
209<li>find: fix -prune. Add big comment about it 209<li>find: fix -prune. Add big comment about it
210<li>find: improve usage text (Natanael Copa &lt;natanael.copa@gmail.com&gt;) 210<li>find: improve usage text (Natanael Copa &lt;natanael.copa at gmail.com&gt;)
211<li>find: missed 'static' on const data; size and prune were mixed up; use index_in_str_array 211<li>find: missed 'static' on const data; size and prune were mixed up; use index_in_str_array
212<li>find: un-DESKTOPize (Kai Schwenzfeier &lt;niteblade@gmx.net&gt;) 212<li>find: un-DESKTOPize (Kai Schwenzfeier &lt;niteblade at gmx.net&gt;)
213<li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov &lt;lich@math.spbu.ru&gt;) 213<li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov &lt;lich at math.spbu.ru&gt;)
214<li>find_root_device: use lstat - don't follow links 214<li>find_root_device: use lstat - don't follow links
215<li>getopt32: fix llist_t options ordering. llist_rev is now unused 215<li>getopt32: fix llist_t options ordering. llist_rev is now unused
216<li>getopt: use getopt32 for option parsing - inspired by patch by Mats Erik Andersson &lt;mats.andersson64@comhem.se&gt; 216<li>getopt: use getopt32 for option parsing - inspired by patch by Mats Erik Andersson &lt;mats.andersson64 at comhem.se&gt;
217<li>hdparm: fix multisector mode setting (from Toni Mirabete &lt;amirabete@catix.cat&gt;) 217<li>hdparm: fix multisector mode setting (from Toni Mirabete &lt;amirabete at catix.cat&gt;)
218<li>hdparm: make -T -t code smaller (-194 bytes), and output prettier 218<li>hdparm: make -T -t code smaller (-194 bytes), and output prettier
219<li>ifupdown: make it possible to use DHCP clients different from udhcp 219<li>ifupdown: make it possible to use DHCP clients different from udhcp
220<li>ifupdown: reread state file before rewriting it. Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa &lt;natanael.copa@gmail.com&gt; 220<li>ifupdown: reread state file before rewriting it. Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa &lt;natanael.copa at gmail.com&gt;
221<li>ifupdown: small optimization (avoid doing useless work if we are not going to update state file) 221<li>ifupdown: small optimization (avoid doing useless work if we are not going to update state file)
222<li>ip: fix compilation if FEATURE_TR_CLASSES is off 222<li>ip: fix compilation if FEATURE_TR_CLASSES is off
223<li>ip: mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b 223<li>ip: mv ip*_main into ip.c; use a dispatcher to save on needless duplication. Saves a minor 12b
@@ -229,7 +229,7 @@ Same .config built against static uclibc:
229<li>klogd: remove dependency on syslogd 229<li>klogd: remove dependency on syslogd
230<li>lash: "forking" applets are actually can be treated the same way as "non-forked". Also save a bit of space on trailing NULL array elements. 230<li>lash: "forking" applets are actually can be treated the same way as "non-forked". Also save a bit of space on trailing NULL array elements.
231<li>lash: fix kill buglet (didn't properly recognize ESRCH) 231<li>lash: fix kill buglet (didn't properly recognize ESRCH)
232<li>lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson &lt;mats.andersson64@comhem.se&gt;) 232<li>lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson &lt;mats.andersson64 at comhem.se&gt;)
233<li>lash: recognize and use NOFORK applets 233<li>lash: recognize and use NOFORK applets
234<li>less: fix case when regex search finds nothing; fix very obscure memory corruption bug; fix less &lt;HUGEFILE + [End] busy loop 234<li>less: fix case when regex search finds nothing; fix very obscure memory corruption bug; fix less &lt;HUGEFILE + [End] busy loop
235<li>libbb: add xsendto, xunlink, xpipe 235<li>libbb: add xsendto, xunlink, xpipe
@@ -253,14 +253,14 @@ Same .config built against static uclibc:
253<li>ping: fix wrong sign extension of packet id (bug 1373) 253<li>ping: fix wrong sign extension of packet id (bug 1373)
254<li>ps: add -o tty and -o rss support; make a bit smaller; work around libc bug: printf("%.*s\n", MAX_INT, buffer) 254<li>ps: add -o tty and -o rss support; make a bit smaller; work around libc bug: printf("%.*s\n", MAX_INT, buffer)
255<li>run_parts: rewrite 255<li>run_parts: rewrite
256<li>run_parts: do not check path portion of a name for "bad chars". Needed for ifupdown. Patch by Gabriel L. Somlo &lt;somlo@cmu.edu&gt; 256<li>run_parts: do not check path portion of a name for "bad chars". Needed for ifupdown. Patch by Gabriel L. Somlo &lt;somlo at cmu.edu&gt;
257<li>sed: fix escaped newlines in -f 257<li>sed: fix escaped newlines in -f
258<li>split: new applet 258<li>split: new applet
259<li>stat: remove superfluous bss user (flags) and manually unswitch some areas 259<li>stat: remove superfluous bss user (flags) and manually unswitch some areas
260<li>stty: fix option parsing bug (spotted by Sascha Hauer &lt;s.hauer@pengutronix.de&gt;) 260<li>stty: fix option parsing bug (spotted by Sascha Hauer &lt;s.hauer at pengutronix.de&gt;)
261<li>svlogd: fix 'SEGV on uninitialized data' and make it honor TERM 261<li>svlogd: fix 'SEGV on uninitialized data' and make it honor TERM
262<li>tail: fix SEGV on "tail -N" 262<li>tail: fix SEGV on "tail -N"
263<li>ipsvd: tcpsvd,udpsvd are new applets, GPL-ed 'clones' of Dan Bernstein's tcpserver. Author: Gerrit Pape &lt;pape@smarden.org&gt;, http://smarden.sunsite.dk/ipsvd/ 263<li>ipsvd: tcpsvd,udpsvd are new applets, GPL-ed 'clones' of Dan Bernstein's tcpserver. Author: Gerrit Pape &lt;pape at smarden.org&gt;, http://smarden.sunsite.dk/ipsvd/
264<li>test: close bug 1371; plug a memory leak; code size reduction 264<li>test: close bug 1371; plug a memory leak; code size reduction
265<li>tftp: code diet, and I think retransmits were broken 265<li>tftp: code diet, and I think retransmits were broken
266<li>tr: fix bug where we did not reject invalid classes like '[[:alpha'. debloat while at it 266<li>tr: fix bug where we did not reject invalid classes like '[[:alpha'. debloat while at it