aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-28modprobe: fix more bugs in modprobe -rDenys Vlasenko
2009-05-28cpio.tests: fix false positiveDenys Vlasenko
2009-05-27hush: implement `type`Mike Frysinger
2009-05-27hush: remove outdated TODO and superfluous macro; fix compile breakageDenys Vlasenko
2009-05-26POSIX conformance documentation for busyboxDavid Krakov
2009-05-26hush: tweak commentDenys Vlasenko
2009-05-26hush: rename last_waitpid_was_0 to we_have_childrenDenys Vlasenko
2009-05-26modprobe: fix modprobe -r. closes bug 315Denys Vlasenko
2009-05-25hush: fix SIGCHLD counting code, but keep it disabled for now.Denys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-23make compound.tests executableDenys Vlasenko
2009-05-23hush: fix problems with case in subshells and with "case esac"Denys Vlasenko
2009-05-21hush_test: add some pathological compound list testsMike Frysinger
2009-05-21hush_test: test for subshell function syntaxMike Frysinger
2009-05-21hush_test: add subshelled case testsMike Frysinger
2009-05-21hush_test: update test output to match new getopt() outputMike Frysinger
2009-05-21hush_test: ignore generated filesMike Frysinger
2009-05-20hdparm: fix a thinko in a previous commitDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20hdparm: code shrinkDenys Vlasenko
2009-05-20hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col linesDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2009-05-20hush: fix build failure when jobs are disabledMike Frysinger
2009-05-19appletlib.c: prevent applet list overflowing screenDenys Vlasenko
2009-05-19scriptreplay: new applet. +423 bytesDenys Vlasenko
2009-05-19add platform tweaksDenys Vlasenko
2009-05-18awk: put at least one NUL between $n. Hopefully closes 337.Denys Vlasenko
2009-05-18gzip: fix gzip with many files corrupting some files after firstDenys Vlasenko
2009-05-18depmod: fix handling of .gz modulesDenys Vlasenko
2009-05-17lineedit: small fixesDenys Vlasenko
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko
2009-05-15xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko
2009-05-15lineedit: use read_key to recognize ESC sequence.Denys Vlasenko
2009-05-14adduser/addgroup: make system id range configurable.Denys Vlasenko
2009-05-13mount: save 80 bytes by forced de-inliningDenys Vlasenko
2009-05-13mount: document when kernel started accepting string as NFS optionsDenys Vlasenko
2009-05-13split website off into dedicated git repoMike Frysinger
2009-05-13TODO: add someDenys Vlasenko
2009-05-11Adjust names, link contributing info in main indexBernhard Reutner-Fischer
2009-05-10sysctl: stop abusing parser->lineDenys Vlasenko
2009-05-10tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko
2009-05-08test commitBernhard Reutner-Fischer
2009-05-08Revert "test commit"Bernhard Reutner-Fischer
2009-05-08test commitBernhard Reutner-Fischer
2009-05-06LICENSE: update address of the FSFMike Frysinger
2009-05-06modprobe: add comment about expected modules.dep formatMike Frysinger
2009-05-05depmod.pl: updates and fixes galoreMike Frysinger
2009-05-05modprobe: add more useful debug pointsMike Frysinger
2009-05-05add .gitignore filesMike Frysinger