aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-21- print the documentation per defaultBernhard Reutner-Fischer
2008-08-21- document rmdir argsBernhard Reutner-Fischer
2008-08-21- document rmmod -w and -f argumentsBernhard Reutner-Fischer
2008-08-21fix xargs -e help textDenis Vlasenko
2008-08-21- tweak markup. No relevant changesBernhard Reutner-Fischer
2008-08-21- cleanup urlsBernhard Reutner-Fischer
2008-08-21- fix typoBernhard Reutner-Fischer
2008-08-21- fix markupBernhard Reutner-Fischer
2008-08-21- do not advertise the standalone udhcpd. It is actively maintained in ↵Bernhard Reutner-Fischer
busybox only.
2008-08-21- fix markupBernhard Reutner-Fischer
2008-08-21- add doc-clean targetBernhard Reutner-Fischer
2008-08-21- add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup.Bernhard Reutner-Fischer
2008-08-21- fix typo of mineBernhard Reutner-Fischer
2008-08-21- improve documentation a bitBernhard Reutner-Fischer
2008-08-21- some more nitpicksBernhard Reutner-Fischer
2008-08-21- some more markup fixesBernhard Reutner-Fischer
2008-08-21- fix typoBernhard Reutner-Fischer
2008-08-21more of pointless beautifuing on the web pageDenis Vlasenko
2008-08-21trim webpage text a bitDenis Vlasenko
2008-08-21- drop outdated paragraph (which additionally contained some mistyped ↵Bernhard Reutner-Fischer
html-like junk)
2008-08-21- misc. minor tweaksBernhard Reutner-Fischer
2008-08-21- point people to the current stable branchBernhard Reutner-Fischer
2008-08-21- tweak markupBernhard Reutner-Fischer
2008-08-21more cosmetic fixes on the websiteDenis Vlasenko
2008-08-21cosmetic fixes on the webpageDenis Vlasenko
2008-08-21- tweak markupBernhard Reutner-Fischer
2008-08-21- bump copyright yearBernhard Reutner-Fischer
2008-08-21- fix markupBernhard Reutner-Fischer
2008-08-21- fix some wrong markup.Bernhard Reutner-Fischer
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- correct release date for 1.12.0 and fix a few typosBernhard Reutner-Fischer
2008-08-21announce 1.12.0Denis Vlasenko
2008-08-20Bump version to 1.13.0.svnDenis Vlasenko
2008-08-20This is 1.12.0Denis Vlasenko
2008-08-20getopt32: do not return pointer to alloca() areasDenis Vlasenko
2008-08-20envdir: fix "envdir with no params" caseDenis Vlasenko
2008-08-20findfs: make it use setuid-ness of busybox binaryDenis Vlasenko
2008-08-20fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko
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-20linedit: fix use-after-freeDenis Vlasenko
2008-08-20libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko
2008-08-20libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko
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-19ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko
from Wade Berrier <wberrier AT gmail.com>
2008-08-19Updating defconfig, fixing a typo in Config.inDenis Vlasenko
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer
- fixes and shrink (me)
2008-08-17showkey: new applet by VladimirDenis Vlasenko
2008-08-17setfont: new applet by VladimirDenis Vlasenko
2008-08-17libbb: use ptsname_r, it's smallerDenis Vlasenko
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-16ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko
2008-08-15cut: fix buffer overflow (bug 4544).Denis Vlasenko
2008-08-15chpst: fix "envdir dir" case (bug 4574).Denis Vlasenko
2008-08-15arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko