aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-20hush: tweak testsuiteDenis Vlasenko2-1/+5
2009-03-20hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko3-2/+16
2009-03-20ash: expand commentDenis Vlasenko1-1/+2
2009-03-20hush: fix set [--] params. Closes bug 199.Denis Vlasenko1-9/+61
2009-03-20ash: add missing comma in debug scaffoldingDenis Vlasenko1-3/+3
2009-03-20ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko1-3/+13
2009-03-19ash: DEBUG should be 0 :)Denis Vlasenko1-2/+2
2009-03-19ash: fix TRACE commandsDenis Vlasenko2-9/+81
2009-03-19ash: make evaltree save/restore int suppression depth.Denis Vlasenko1-38/+78
2009-03-19doc updateDenis Vlasenko1-0/+22
2009-03-19ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko1-57/+69
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko1-7/+6
2009-03-19ash: tentatively fix bug 189.Denis Vlasenko1-14/+13
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko1-27/+5
2009-03-19ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busyDenis Vlasenko1-4/+10
2009-03-18ls: make color-related code more readable. Fix a case whenDenis Vlasenko1-19/+43
2009-03-18httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko1-0/+2
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko4-22/+81
2009-03-18ftpd: add some commentsDenis Vlasenko1-1/+15
2009-03-18ftpd: trim messages (but make sure they still make sense)Denis Vlasenko1-8/+8
2009-03-18ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko1-22/+57
2009-03-18ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko1-11/+69
2009-03-17ftpd: document NLST formatDenis Vlasenko1-0/+8