aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-162-21/+52
* ftpd: security tightened up:Denis Vlasenko2009-03-161-89/+107
* awk: fix compat issue found by gpm buildDenis Vlasenko2009-03-152-3/+19
* tr: support -C as synonym to -cDenis Vlasenko2009-03-151-8/+21
* ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko2009-03-151-65/+119
* sha: merge K[] for sha256 and 512Denis Vlasenko2009-03-151-125/+96
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-152-5/+5
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-152-211/+94
* uname: correct cut/paste errorDenis Vlasenko2009-03-152-5/+19
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-144-60/+136
* uname: support long optionsDenis Vlasenko2009-03-141-0/+16
* insmod/modprobe: do not pass NULL to kernel as module parameterDenis Vlasenko2009-03-131-2/+4
* tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko2009-03-131-2/+2
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-122-72/+79