aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ftpd: add some commentsDenis Vlasenko2009-03-181-1/+15
* ftpd: trim messages (but make sure they still make sense)Denis Vlasenko2009-03-181-8/+8
* ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko2009-03-181-22/+57
* ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko2009-03-181-11/+69
* ftpd: document NLST formatDenis Vlasenko2009-03-171-0/+8
* ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko2009-03-171-15/+14
* ftpd: implement -vv verbosityDenis Vlasenko2009-03-171-9/+31
* ftpd: tweak timeout codeDenis Vlasenko2009-03-171-11/+15
* chat: update by VladimirDenis Vlasenko2009-03-161-53/+44
* ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko2009-03-161-1/+1
* ftpd: dont use fdprintf for simple status messagesDenis Vlasenko2009-03-161-44/+65
* ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko2009-03-161-1/+27