aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make compound.tests executableDenys Vlasenko2009-05-231-0/+0
* hush: fix problems with case in subshells and with "case esac"Denys Vlasenko2009-05-234-18/+42
* hush_test: add some pathological compound list testsMike Frysinger2009-05-212-0/+35
* hush_test: test for subshell function syntaxMike Frysinger2009-05-212-0/+12
* hush_test: add subshelled case testsMike Frysinger2009-05-211-0/+12
* hush_test: update test output to match new getopt() outputMike Frysinger2009-05-211-1/+1
* hush_test: ignore generated filesMike Frysinger2009-05-211-0/+4
* hdparm: fix a thinko in a previous commitDenys Vlasenko2009-05-201-1/+2
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-202-217/+237
|\
| * hdparm: code shrinkDenys Vlasenko2009-05-201-171/+146
| * hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko2009-05-201-43/+83
| * Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-201-16/+19
| |\
| * | appletlib.c: prevent applet list overflowing screenDenys Vlasenko2009-05-191-9/+14
* | | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2009-05-209-116/+203
|\ \ \ | | |/ | |/|
| * | hush: fix build failure when jobs are disabledMike Frysinger2009-05-201-16/+19
| |/
| * scriptreplay: new applet. +423 bytesDenys Vlasenko2009-05-196-21/+95
| * add platform tweaksDenys Vlasenko2009-05-192-79/+89
* | awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko2009-05-181-4/+5
|/
* gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko2009-05-181-38/+32
* depmod: fix handling of .gz modulesDenys Vlasenko2009-05-183-14/+47
* lineedit: small fixesDenys Vlasenko2009-05-171-12/+15
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-176-35/+116
* xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko2009-05-152-2/+8
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-153-176/+158
* adduser/addgroup: make system id range configurable.Denys Vlasenko2009-05-143-8/+32
* mount: save 80 bytes by forced de-inliningDenys Vlasenko2009-05-131-2/+2
* mount: document when kernel started accepting string as NFS optionsDenys Vlasenko2009-05-131-1/+4
* split website off into dedicated git repoMike Frysinger2009-05-1341-5512/+0
* TODO: add someDenys Vlasenko2009-05-133-6/+42
* Adjust names, link contributing info in main indexBernhard Reutner-Fischer2009-05-112-26/+50
* sysctl: stop abusing parser->lineDenys Vlasenko2009-05-101-4/+4
* tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko2009-05-102-1/+4
* test commitBernhard Reutner-Fischer2009-05-081-1/+0
* Revert "test commit"Bernhard Reutner-Fischer2009-05-081-0/+1
* test commitBernhard Reutner-Fischer2009-05-081-1/+0
* LICENSE: update address of the FSFMike Frysinger2009-05-061-2/+2
* modprobe: add comment about expected modules.dep formatMike Frysinger2009-05-061-0/+5
* depmod.pl: updates and fixes galoreMike Frysinger2009-05-051-9/+56
* modprobe: add more useful debug pointsMike Frysinger2009-05-051-2/+10
* add .gitignore filesMike Frysinger2009-05-057-0/+66
* libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAMEMike Frysinger2009-05-051-5/+4
* mdev: revert last wrong commitDenys Vlasenko2009-05-041-6/+7
* hush: small fix for unset -f on NOMMU.root2009-05-041-5/+5
* fix debug messageBernhard Reutner-Fischer2009-05-041-7/+8
* hush: add more complex case to leak testcase, fix found breakageDenys Vlasenko2009-05-042-38/+47
* hush: fix bug where in "var=val func" var's value is not visible in funcDenys Vlasenko2009-05-043-92/+109
* hush: fix \<newline> handlingDenys Vlasenko2009-05-034-14/+22
* hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.Denys Vlasenko2009-05-021-4/+11
* mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko2009-05-021-1/+2
* hush: fix multiple redirections of the same fd (bug 227)Denys Vlasenko2009-05-023-2/+15