aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hush: make . cmd search $PATHDenys Vlasenko2009-05-021-2/+26
* httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko2009-05-021-8/+20
* ifplugd: fix warningsDenys Vlasenko2009-05-011-6/+9
* des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko2009-05-011-1/+3
* mdev: fix a case where we mangle device_path string and then use it.Denys Vlasenko2009-05-011-1/+4
* Make it clearer that usually people should _NOT_Denys Vlasenko2009-05-011-1/+1
* git commit testDenys Vlasenko2009-04-301-1/+2
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-294-12/+12
* lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.Denis Vlasenko2009-04-2912-0/+2990
* hush: make it possible to have interactive shell on non-ctty.Denis Vlasenko2009-04-271-58/+80
* make leak test more robust by unsetting all varsDenis Vlasenko2009-04-261-2/+5
* hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko2009-04-263-36/+42
* hush: nommu fix for function passingDenis Vlasenko2009-04-264-1/+15
* hush: fix SEGV in % expansionDenis Vlasenko2009-04-266-31/+31
* ifplugd: tiny shrinkDenis Vlasenko2009-04-261-2/+2
* ifplugd: add copyrightDenis Vlasenko2009-04-261-1/+16
* ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz)Denis Vlasenko2009-04-265-16/+859
* shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko2009-04-251-1/+1
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-254-26/+59
* unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)Denis Vlasenko2009-04-252-98/+60
* we need to daemonize *before* opening the watchdog deviceMike Frysinger2009-04-251-4/+9