aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-29modutils: dont pass NULL options to init_module()Denis Vlasenko1-1/+1
2009-03-29build system: hdparm -d is not that dangerous, remove warningDenis Vlasenko1-2/+1
2009-03-29sendmail: add more example in usage textDenis Vlasenko1-12/+16
2009-03-29module loading for 2.4: use fd-based io instead of FILE based;Denis Vlasenko1-35/+27
2009-03-29add test cases for `trap` ... but disabled for now until trap support is comm...Mike Frysinger8-0/+72
2009-03-29sysctl: move code around to get rid of forward references.Denis Vlasenko1-108/+101
2009-03-29sysctl: fix broken -p [file] - close bug 231Denis Vlasenko1-4/+9
2009-03-29mark msh as deprecatedMike Frysinger1-2/+5
2009-03-29use bb_strtou() in umask/wait and check errno to see if there was a problem r...Mike Frysinger1-7/+4
2009-03-29make sure we check job status whenever updating the promptMike Frysinger1-1/+3
2009-03-28test for invalid named variablesMike Frysinger2-0/+7
2009-03-28do not let handle_dollar() accept vars that start with a digitMike Frysinger1-4/+18
2009-03-28implement `wait` builtinMike Frysinger1-0/+35
2009-03-28remove ((expr)) bash'ismDenis Vlasenko1-1/+1
2009-03-28randomconfig fixDenis Vlasenko1-1/+3
2009-03-28update the normally disabled debug code around the syntax() func to use new m...Mike Frysinger1-17/+6
2009-03-28randomtest fixesDenis Vlasenko4-11/+23
2009-03-28add hush tests for parameter expansionMike Frysinger10-0/+210
2009-03-28implement most POSIX parameter expansions (~+500bytes)Mike Frysinger1-18/+140
2009-03-28make sure we exit based on test failure rather than always exiting with 0Mike Frysinger1-3/+9
2009-03-28split up feature todo by posix/bashMike Frysinger1-7/+9
2009-03-28unify `set` handling with command line processing, fixup `set` argv processin...Mike Frysinger1-15/+42
2009-03-28handle the "-s" command line option that POSIX requiresMike Frysinger1-1/+6
2009-03-28rename "-f" (fake) option to "-n" to match POSIXMike Frysinger1-2/+2
2009-03-28tweak format modifier in debug code to fixup gcc warningMike Frysinger1-1/+1
2009-03-28convert some of the ENABLE_FEATURE_EDITING from CPP if to C ifMike Frysinger1-24/+18
2009-03-28stop lying about [[ test supportMike Frysinger1-1/+0
2009-03-28mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko1-6/+15
2009-03-28make lash deprecation more prominentMike Frysinger1-1/+1
2009-03-28mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko1-5/+5
2009-03-28mkfs.vfat: more of pointless tweakingDenis Vlasenko1-7/+6
2009-03-28mkfs.vfat: small tweak to commentsDenis Vlasenko1-1/+3
2009-03-28mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko6-0/+622
2009-03-27ls: warning fixDenis Vlasenko2-3/+4
2009-03-27tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko1-1/+1
2009-03-26enable most job functions on no-mmu systemsMike Frysinger1-5/+6
2009-03-25tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko1-3/+8
2009-03-23do not make startup banner depend on job supportMike Frysinger1-4/+5
2009-03-23libbb: revent previous version of "concurrent history updating"Denis Vlasenko2-60/+56
2009-03-22move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build errorMike Frysinger1-3/+3
2009-03-22libbb: make history saving/loading concurrent-safeDenis Vlasenko2-35/+117
2009-03-22timeout: fix parsing of -t NUM on MMUDenis Vlasenko1-1/+1
2009-03-22hush: rearrange functions to reduce amount of forward references.Denis Vlasenko1-944/+904
2009-03-22hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko3-3/+129
2009-03-21hush: fix strcpy of potentially overlapping stringsDenis Vlasenko1-2/+2
2009-03-21msh testsuite: fix false positive, tweak run striptDenis Vlasenko2-3/+3
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2-102/+102
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko1-82/+92
2009-03-20Compatibility fixes:Denis Vlasenko10-59/+137
2009-03-20cd: "support" -v by ignoring itDenis Vlasenko1-1/+49