aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ping: SO_RCVBUF must be bigger than packet size,Denis Vlasenko2008-08-241-4/+6
| | | | | otherwise large ping packets might fail to be received.
* 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 ↵Bernhard Reutner-Fischer2008-08-222-286/+285
| | | | over 30kib big)
* - 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 ↵Bernhard Reutner-Fischer2008-08-211-2/+2
| | | | busybox only.
* - 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 ↵Bernhard Reutner-Fischer2008-08-211-11/+1
| | | | html-like junk)
* - 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
| | | | | sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val"
* - 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
| | | | | | | | | | | 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
* 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
| | | | | | | | | 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
* ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko2008-08-191-6/+30
| | | | | from Wade Berrier <wberrier AT gmail.com>
* Updating defconfig, fixing a typo in Config.inDenis Vlasenko2008-08-193-3/+10
|
* - add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer2008-08-196-0/+41
| | | | - fixes and shrink (me)