Commit Graph

9447 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
eae3846e87 - do not advertise the standalone udhcpd. It is actively maintained in busybox only. 2008-08-21 14:08:44 +00:00
Bernhard Reutner-Fischer
e0fe65b68f - fix markup 2008-08-21 14:00:25 +00:00
Bernhard Reutner-Fischer
8eeaa747c8 - add doc-clean target 2008-08-21 13:47:20 +00:00
Bernhard Reutner-Fischer
6887e77c32 - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup. 2008-08-21 13:37:47 +00:00
Bernhard Reutner-Fischer
20a55b7bff - fix typo of mine 2008-08-21 13:32:14 +00:00
Bernhard Reutner-Fischer
f0d0811c05 - improve documentation a bit 2008-08-21 13:22:44 +00:00
Bernhard Reutner-Fischer
b5d701d737 - some more nitpicks 2008-08-21 12:52:45 +00:00
Bernhard Reutner-Fischer
beea4b8021 - some more markup fixes 2008-08-21 12:42:39 +00:00
Bernhard Reutner-Fischer
0fa539457b - fix typo 2008-08-21 12:27:42 +00:00
Denis Vlasenko
b91168a74c more of pointless beautifuing on the web page 2008-08-21 12:24:02 +00:00
Denis Vlasenko
f9dba6e226 trim webpage text a bit 2008-08-21 12:07:38 +00:00
Bernhard Reutner-Fischer
557f9c4b31 - drop outdated paragraph (which additionally contained some mistyped html-like junk) 2008-08-21 11:54:23 +00:00
Bernhard Reutner-Fischer
5f52150536 - misc. minor tweaks 2008-08-21 11:52:12 +00:00
Bernhard Reutner-Fischer
beb6ea47c3 - point people to the current stable branch 2008-08-21 11:43:36 +00:00
Bernhard Reutner-Fischer
78c41b2dc5 - tweak markup 2008-08-21 11:38:22 +00:00
Denis Vlasenko
14a79381d0 more cosmetic fixes on the website 2008-08-21 11:36:24 +00:00
Denis Vlasenko
68cef20f5d cosmetic fixes on the webpage 2008-08-21 11:34:57 +00:00
Bernhard Reutner-Fischer
b22fbfefc8 - tweak markup 2008-08-21 11:34:46 +00:00
Bernhard Reutner-Fischer
a0420aba1c - bump copyright year 2008-08-21 11:23:42 +00:00
Bernhard Reutner-Fischer
158f1d4ea6 - fix markup 2008-08-21 11:19:52 +00:00
Bernhard Reutner-Fischer
8c8601cfbc - fix some wrong markup.
sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html
  The proper way to specify an attribute is to quote the val: theattrib="val"
2008-08-21 10:54:55 +00:00
Bernhard Reutner-Fischer
040feada1e - correct release date for 1.12.0 and fix a few typos 2008-08-21 10:35:26 +00:00
Denis Vlasenko
c1b39edee1 announce 1.12.0 2008-08-21 10:19:28 +00:00
Denis Vlasenko
2a7031bb12 Bump version to 1.13.0.svn 2008-08-20 23:30:42 +00:00
Denis Vlasenko
261cf4784f This is 1.12.0 2008-08-20 23:29:10 +00:00
Denis Vlasenko
e417be6697 getopt32: do not return pointer to alloca() areas 2008-08-20 23:03:38 +00:00
Denis Vlasenko
b9c262b029 envdir: fix "envdir with no params" case 2008-08-20 22:19:27 +00:00
Denis Vlasenko
99b4083647 findfs: make it use setuid-ness of busybox binary 2008-08-20 08:50:02 +00:00
Denis Vlasenko
b9f5d59893 fsck: use getmntent_r instead of open-coded parsing. By Vladimir
function                                             old     new   delta
create_fs_device                                     125     158     +33
parse_word                                            41       -     -41
parse_escape                                          55       -     -55
fsck_main                                           2246    1893    -353
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/1 up/down: 33/-449)          Total: -416 bytes
2008-08-20 02:38:48 +00:00
Denis Vlasenko
f31c3b677d linedit: fix use-after-free 2008-08-20 00:46:32 +00:00
Denis Vlasenko
4301616b27 libbb: getopt32() should not ever touch argv[0] (even read) 2008-08-20 00:15:42 +00:00
Denis Vlasenko
1c45a505eb libbb: fix mishandling of "all argv are opts" in getopt32()
function                                             old     new   delta
top_main                                            1100    1095      -5
getopt32                                            1398    1361     -37
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-42)             Total: -42 bytes
2008-08-20 00:12:22 +00:00
Denis Vlasenko
6c4eb44113 ifupdown: fixes for shutdown of DHCP-managed interfaces
from Wade Berrier <wberrier AT gmail.com>
2008-08-19 23:02:23 +00:00
Denis Vlasenko
625ed8e027 Updating defconfig, fixing a typo in Config.in 2008-08-19 22:26:05 +00:00
Bernhard Reutner-Fischer
c77e843c09 - add new applet rdev (Grant Erickson)
- fixes and shrink (me)
2008-08-19 11:28:52 +00:00
Denis Vlasenko
d7cc2e601d showkey: new applet by Vladimir 2008-08-17 14:17:48 +00:00
Denis Vlasenko
c8d02aa959 setfont: new applet by Vladimir 2008-08-17 14:12:26 +00:00
Denis Vlasenko
eb084779d7 libbb: use ptsname_r, it's smaller
function                                             old     new   delta
xgetpty                                               91      81     -10
ptsname                                               33       -     -33

   text    data     bss     dec     hex filename
 793828     592    6692  801112   c3958 busybox_old
 793796     592    6660  801048   c3918 busybox_unstripped
2008-08-17 12:47:19 +00:00
Denis Vlasenko
34c73c499b ash: fix "(cat < file)" hang introduced by rev 22944. 2008-08-16 11:48:02 +00:00
Denis Vlasenko
8334db13c3 cut: fix buffer overflow (bug 4544). 2008-08-15 21:20:23 +00:00
Denis Vlasenko
69ed30928e chpst: fix "envdir dir" case (bug 4574). 2008-08-15 21:03:17 +00:00
Denis Vlasenko
ec7e7aec8a arp: without -H <type>, assume "ether". closes 4564 2008-08-15 20:14:23 +00:00
Denis Vlasenko
c80191c1d9 install: fix long option not taking params (bug 4584) 2008-08-15 19:56:24 +00:00
Denis Vlasenko
11152e30e3 mkdir: fix "uname 0222; mkdir foo/bar" case
(by Doug Graham <dgraham AT nortel.com>)

function                                             old     new   delta
bb_make_directory                                    291     280     -11
2008-08-15 19:18:35 +00:00
Denis Vlasenko
cd785fb716 nmeter: fix read past the end if a buffer. Closes 4594 2008-08-14 21:57:43 +00:00
Denis Vlasenko
ee777c4e5f ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com> 2008-08-12 01:35:34 +00:00
Denis Vlasenko
8d07560eef sendmail: work around (bogus) gcc warning 2008-08-10 20:46:39 +00:00
Denis Vlasenko
63e49fa56f fix byte-swapping of compressed help on big-endian machines 2008-08-09 20:31:57 +00:00
Denis Vlasenko
69f4f9a6f4 optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
function                                             old     new   delta
bb_get_chunk_with_continuation                         -     176    +176
find_pair                                            169     187     +18
...
process_stdin                                        443     433     -10
config_read                                          549     456     -93
bb_get_chunk_from_file                               139       7    -132
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 7/7 up/down: 215/-254)          Total: -39 bytes
2008-08-09 17:16:40 +00:00
Denis Vlasenko
3fd15e197e grep: option to use GNU regex matching instead of POSIX one.
This fixes problems with NULs in files being scanned, but
 costs +800 bytes. The same can be done to sed (TODO).
2008-08-09 16:15:14 +00:00