aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* implement most POSIX parameter expansions (~+500bytes)Mike Frysinger2009-03-281-18/+140
* make sure we exit based on test failure rather than always exiting with 0Mike Frysinger2009-03-281-3/+9
* split up feature todo by posix/bashMike Frysinger2009-03-281-7/+9
* unify `set` handling with command line processing, fixup `set` argv processin...Mike Frysinger2009-03-281-15/+42
* handle the "-s" command line option that POSIX requiresMike Frysinger2009-03-281-1/+6
* rename "-f" (fake) option to "-n" to match POSIXMike Frysinger2009-03-281-2/+2
* tweak format modifier in debug code to fixup gcc warningMike Frysinger2009-03-281-1/+1
* convert some of the ENABLE_FEATURE_EDITING from CPP if to C ifMike Frysinger2009-03-281-24/+18
* stop lying about [[ test supportMike Frysinger2009-03-281-1/+0
* mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko2009-03-281-6/+15
* make lash deprecation more prominentMike Frysinger2009-03-281-1/+1
* mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko2009-03-281-5/+5
* mkfs.vfat: more of pointless tweakingDenis Vlasenko2009-03-281-7/+6
* mkfs.vfat: small tweak to commentsDenis Vlasenko2009-03-281-1/+3
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-286-0/+622
* ls: warning fixDenis Vlasenko2009-03-272-3/+4
* tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko2009-03-271-1/+1
* enable most job functions on no-mmu systemsMike Frysinger2009-03-261-5/+6
* tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko2009-03-251-3/+8
* do not make startup banner depend on job supportMike Frysinger2009-03-231-4/+5
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-232-60/+56
* move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build errorMike Frysinger2009-03-221-3/+3
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-222-35/+117
* timeout: fix parsing of -t NUM on MMUDenis Vlasenko2009-03-221-1/+1
* hush: rearrange functions to reduce amount of forward references.Denis Vlasenko2009-03-221-944/+904
* hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko2009-03-223-3/+129
* hush: fix strcpy of potentially overlapping stringsDenis Vlasenko2009-03-211-2/+2
* msh testsuite: fix false positive, tweak run striptDenis Vlasenko2009-03-212-3/+3
* ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2009-03-212-102/+102
* cpio: more compat: -0 and -L optionsDenis Vlasenko2009-03-201-82/+92
* Compatibility fixes:Denis Vlasenko2009-03-2010-59/+137
* cd: "support" -v by ignoring itDenis Vlasenko2009-03-201-1/+49
* hush: tweak testsuiteDenis Vlasenko2009-03-202-1/+5
* hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko2009-03-203-2/+16
* ash: expand commentDenis Vlasenko2009-03-201-1/+2
* hush: fix set [--] params. Closes bug 199.Denis Vlasenko2009-03-201-9/+61
* ash: add missing comma in debug scaffoldingDenis Vlasenko2009-03-201-3/+3
* ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko2009-03-201-3/+13
* ash: DEBUG should be 0 :)Denis Vlasenko2009-03-191-2/+2
* ash: fix TRACE commandsDenis Vlasenko2009-03-192-9/+81
* ash: make evaltree save/restore int suppression depth.Denis Vlasenko2009-03-191-38/+78
* doc updateDenis Vlasenko2009-03-191-0/+22
* ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko2009-03-191-57/+69
* df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko2009-03-191-7/+6
* ash: tentatively fix bug 189.Denis Vlasenko2009-03-191-14/+13
* init: test for vt terminal with VT_OPENQRY,Denis Vlasenko2009-03-191-27/+5
* ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busyDenis Vlasenko2009-03-191-4/+10
* ls: make color-related code more readable. Fix a case whenDenis Vlasenko2009-03-181-19/+43
* httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko2009-03-181-0/+2
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-184-22/+81