aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reinstate sponsor's linksDenis Vlasenko2008-08-251-0/+20
* fbset: fix mode matching code: original code may trigger false positive.Denis Vlasenko2008-08-241-117/+132
* ping: SO_RCVBUF must be bigger than packet size,Denis Vlasenko2008-08-241-4/+6
* hexdump: fix SEGV in hexdump -e ""Denis Vlasenko2008-08-231-2/+3
* setarch: do not try to use non-existent data in argv[]Denis Vlasenko2008-08-231-15/+15
* tweak web pageDenis Vlasenko2008-08-221-2/+2
* - move some older news to the news archive (the main page was once again over...Bernhard Reutner-Fischer2008-08-222-286/+285
* - reformat help textBernhard Reutner-Fischer2008-08-221-3/+6
* Announce 1.11.2Denis Vlasenko2008-08-211-3/+9
* - print the documentation per defaultBernhard Reutner-Fischer2008-08-212-1/+5
* - document rmdir argsBernhard Reutner-Fischer2008-08-211-1/+10
* - document rmmod -w and -f argumentsBernhard Reutner-Fischer2008-08-211-1/+3
* fix xargs -e help textDenis Vlasenko2008-08-211-1/+1
* - tweak markup. No relevant changesBernhard Reutner-Fischer2008-08-215-285/+291
* - cleanup urlsBernhard Reutner-Fischer2008-08-213-3/+3
* - fix typoBernhard Reutner-Fischer2008-08-211-1/+1
* - fix markupBernhard Reutner-Fischer2008-08-211-1/+1
* - do not advertise the standalone udhcpd. It is actively maintained in busybo...Bernhard Reutner-Fischer2008-08-211-2/+2
* - fix markupBernhard Reutner-Fischer2008-08-211-10/+12
* - add doc-clean targetBernhard Reutner-Fischer2008-08-212-0/+7
* - add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup.Bernhard Reutner-Fischer2008-08-211-0/+7
* - fix typo of mineBernhard Reutner-Fischer2008-08-211-2/+1
* - improve documentation a bitBernhard Reutner-Fischer2008-08-211-5/+6
* - some more nitpicksBernhard Reutner-Fischer2008-08-211-8/+11
* - some more markup fixesBernhard Reutner-Fischer2008-08-211-12/+14
* - fix typoBernhard Reutner-Fischer2008-08-211-2/+1
* more of pointless beautifuing on the web pageDenis Vlasenko2008-08-211-10/+10
* trim webpage text a bitDenis Vlasenko2008-08-211-2/+0
* - drop outdated paragraph (which additionally contained some mistyped html-li...Bernhard Reutner-Fischer2008-08-211-11/+1
* - misc. minor tweaksBernhard Reutner-Fischer2008-08-212-8/+9
* - point people to the current stable branchBernhard Reutner-Fischer2008-08-211-1/+1
* - tweak markupBernhard Reutner-Fischer2008-08-211-10/+5
* more cosmetic fixes on the websiteDenis Vlasenko2008-08-211-2/+1
* cosmetic fixes on the webpageDenis Vlasenko2008-08-211-4/+4
* - tweak markupBernhard Reutner-Fischer2008-08-212-2/+2
* - bump copyright yearBernhard Reutner-Fischer2008-08-211-1/+1
* - fix markupBernhard Reutner-Fischer2008-08-211-2/+2
* - fix some wrong markup.Bernhard Reutner-Fischer2008-08-216-161/+161
* - correct release date for 1.12.0 and fix a few typosBernhard Reutner-Fischer2008-08-211-12/+11
* announce 1.12.0Denis Vlasenko2008-08-211-0/+146
* Bump version to 1.13.0.svnDenis Vlasenko2008-08-201-2/+2
* This is 1.12.01_12_0Denis Vlasenko2008-08-201-1/+1
* getopt32: do not return pointer to alloca() areasDenis Vlasenko2008-08-201-1/+12
* envdir: fix "envdir with no params" caseDenis Vlasenko2008-08-201-1/+3
* findfs: make it use setuid-ness of busybox binaryDenis Vlasenko2008-08-201-1/+1
* fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko2008-08-201-116/+17
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
* libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko2008-08-201-1/+2
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-202-42/+25
* ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko2008-08-191-6/+30