diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:30:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-24 14:30:59 +0000 |
commit | 6a7b7ce23eda77aba9f9e13022799f2421d8d25c (patch) | |
tree | cea778ee370a8f5d1afcf6757e8f90fac8605e37 /docs | |
parent | 3d829627fb5e6631a106fd5f03824426c06eab42 (diff) | |
download | busybox-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.html | 96 |
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 <landau_alex@yahoo.com>) | 13 | <li>works in standalone mode on NOMMU machines now (partly by Alex Landau <landau_alex at yahoo.com>) |
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 <genepi@sympatico.ca>) | 15 | <li>optional support for error pages (by Pierre Metras <genepi at sympatico.ca>) |
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 <genepi@sympatico.ca>) | 19 | <li>sendfile support (by Pierre Metras <genepi at sympatico.ca>) |
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 <mats@blue2net.com> (Blue2Net AB)) | 29 | <li>new config option "Rewrite the lease file at every new acknowledge" (Mats Erik Andersson <mats at blue2net.com> (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 <farmatito@tiscali.it>) | 69 | <li>pscan, expand, unexpand (from Tito <farmatito at tiscali.it>) |
70 | <li>setfiles, restorecon (by Yuichi Nakamura <ynakam@hitachisoft.jp>) | 70 | <li>setfiles, restorecon (by Yuichi Nakamura <ynakam at hitachisoft.jp>) |
71 | <li>chpasswd (by Alexander Shishkin <virtuoso@slind.org>) | 71 | <li>chpasswd (by Alexander Shishkin <virtuoso at slind.org>) |
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 <farmatito@tiscali.it>) | 82 | <li>addgroup: disallow addgroup -g num user group; make -g 0 work (Tito <farmatito at tiscali.it>) |
83 | <li>adduser: close /etc/{passwd,shadow} before calling passwd etc. Spotted by Natanael Copa <natanael.copa@gmail.com> | 83 | <li>adduser: close /etc/{passwd,shadow} before calling passwd etc. Spotted by Natanael Copa <natanael.copa at gmail.com> |
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 <pclouds@gmail.com>) | 87 | <li>ash: fix buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
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 <landau_alex@yahoo.com>) | 90 | <li>catv: catv without arguments was trying to use environ as argv (Alex Landau <landau_alex at yahoo.com>) |
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 <farmatito@tiscali.it> | 96 | <li>devfsd: sanitization by Tito <farmatito at tiscali.it> |
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 <kaigai@kaigai.gr.jp>) | 99 | <li>find: -context support for SELinux (KaiGai Kohei <kaigai at kaigai.gr.jp>) |
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 <cristian.ionescu-idbohrn@axis.com>) | 101 | <li>find: fix build failure on certain configs (found by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>) |
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 <mbizon@freebox.fr> (Freebox)) | 104 | <li>grep: fix selection done by FEATURE_GREP_EGREP_ALIAS (Maxime Bizon <mbizon at freebox.fr> (Freebox)) |
105 | <li>hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) | 105 | <li>hush: add missing dependencies (Maxime Bizon <mbizon at freebox.fr> (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 <wharms@bfs.de>) | 111 | <li>libbb: consolidate ARRAY_SIZE macro (Walter Harms <wharms at bfs.de>) |
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 <farmatito@tiscali.it> | 114 | <li>libbb: xioctl and friends by Tito <farmatito at tiscali.it> |
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 <tpkschme@engmail.uwaterloo.ca> | 122 | <li>more: fixes by Tristan Schmelcher <tpkschme at engmail.uwaterloo.ca> |
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 <pclouds@gmail.com>) | 126 | <li>patch: fix bad line ending handling (Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
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 <bc-info@styx.cabel.net>>) | 128 | <li>ping: fix incorrect handling of -I (Iouri Kharon <bc-info at styx.cabel.net>>) |
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 <kalyanatejaswi@yahoo.co.in>) | 130 | <li>printenv: fix "printenv VAR1 VAR2" bug (spotted by Kalyanatejaswi Balabhadrapatruni <kalyanatejaswi at yahoo.co.in>) |
131 | <li>ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) | 131 | <li>ps: fix -Z (by Yuichi Nakamura <ynakam at hitachisoft.jp>) |
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 <pclouds@gmail.com>) | 134 | <li>sed: fix 'q' command handling (by Nguyen Thai Ngoc Duy <pclouds at gmail.com>) |
135 | <li>start_stop_daemon: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> | 135 | <li>start_stop_daemon: NOMMU fixes by Alex Landau <landau_alex at yahoo.com> |
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 <jcz@google.com> | 143 | <li>uudecode: fix to base64 decode by Jorgen Cederlof <jcz at google.com> |
144 | <li>vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com> | 144 | <li>vi: multiple fixes by Natanael Copa <natanael.copa at gmail.com> |
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 <uberlord@gentoo.org>) | 182 | <li>[u]mount: extend -t option (Roy Marples <uberlord at gentoo.org>) |
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 <farmatito@tiscali.it>) | 184 | <li>adduser: don't bomb out if shadow password file doesn't exist (from Tito <farmatito at tiscali.it>) |
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 <mats.andersson64@comhem.se>) | 187 | <li>ash: fix kill -l (by Mats Erik Andersson <mats.andersson64 at comhem.se>) |
188 | <li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson <mats.andersson64@comhem.se>) | 188 | <li>ash: implement type -p, costs less than 10 bytes (patch by Mats Erik Andersson <mats.andersson64 at comhem.se>) |
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 <lists@zelow.no>) | 194 | <li>cryptpw: new applet (by Thomas Lundquist <lists at zelow.no>) |
195 | <li>cttyhack: new applet | 195 | <li>cttyhack: new applet |
196 | <li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | 196 | <li>dd: NOEXEC fix; fix skip= parse error (spotted by Dirk Clemens <develop at cle-mens.de>) |
197 | <li>deluser: add optional support for removing users from groups (by Tito <farmatito@tiscali.it>) | 197 | <li>deluser: add optional support for removing users from groups (by Tito <farmatito at tiscali.it>) |
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 <peter.korsgaard@barco.com>) | 199 | <li>diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard at barco.com>) |
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 <Kim.Heino@bluegiga.com>) | 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 <Kim.Heino at bluegiga.com>) |
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 <mats.andersson64@comhem.se>) | 203 | <li>dumpleases: getopt32()-ization (from Mats Erik Andersson <mats.andersson64 at comhem.se>) |
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 <natanael.copa@gmail.com>) | 207 | <li>find: -group, -depth (Natanael Copa <natanael.copa at gmail.com>) |
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 <natanael.copa@gmail.com>) | 210 | <li>find: improve usage text (Natanael Copa <natanael.copa at gmail.com>) |
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 <niteblade@gmx.net>) | 212 | <li>find: un-DESKTOPize (Kai Schwenzfeier <niteblade at gmx.net>) |
213 | <li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov <lich@math.spbu.ru>) | 213 | <li>find_root_device: teach to deal with /dev/ subdirs (by Kirill K. Smirnov <lich at math.spbu.ru>) |
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 <mats.andersson64@comhem.se> | 216 | <li>getopt: use getopt32 for option parsing - inspired by patch by Mats Erik Andersson <mats.andersson64 at comhem.se> |
217 | <li>hdparm: fix multisector mode setting (from Toni Mirabete <amirabete@catix.cat>) | 217 | <li>hdparm: fix multisector mode setting (from Toni Mirabete <amirabete at catix.cat>) |
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 <natanael.copa@gmail.com> | 220 | <li>ifupdown: reread state file before rewriting it. Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa <natanael.copa at gmail.com> |
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 <mats.andersson64@comhem.se>) | 232 | <li>lash: make -c work; crush buffer overrun and free of non-malloced ptr (from Mats Erik Andersson <mats.andersson64 at comhem.se>) |
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 <HUGEFILE + [End] busy loop | 234 | <li>less: fix case when regex search finds nothing; fix very obscure memory corruption bug; fix less <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 <somlo@cmu.edu> | 256 | <li>run_parts: do not check path portion of a name for "bad chars". Needed for ifupdown. Patch by Gabriel L. Somlo <somlo at cmu.edu> |
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 <s.hauer@pengutronix.de>) | 260 | <li>stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer at pengutronix.de>) |
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 <pape@smarden.org>, http://smarden.sunsite.dk/ipsvd/ | 263 | <li>ipsvd: tcpsvd,udpsvd are new applets, GPL-ed 'clones' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape at smarden.org>, 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 |