aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-20cd: "support" -v by ignoring itDenis Vlasenko
2009-03-20hush: tweak testsuiteDenis Vlasenko
2009-03-20hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko
2009-03-20ash: expand commentDenis Vlasenko
2009-03-20hush: fix set [--] params. Closes bug 199.Denis Vlasenko
2009-03-20ash: add missing comma in debug scaffoldingDenis Vlasenko
2009-03-20ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko
2009-03-19ash: DEBUG should be 0 :)Denis Vlasenko
2009-03-19ash: fix TRACE commandsDenis Vlasenko
2009-03-19ash: make evaltree save/restore int suppression depth.Denis Vlasenko
2009-03-19doc updateDenis Vlasenko
2009-03-19ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko
2009-03-19ash: tentatively fix bug 189.Denis Vlasenko
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko
2009-03-19ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busyDenis Vlasenko
2009-03-18ls: make color-related code more readable. Fix a case whenDenis Vlasenko
2009-03-18httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko
2009-03-18ftpd: add some commentsDenis Vlasenko
2009-03-18ftpd: trim messages (but make sure they still make sense)Denis Vlasenko
2009-03-18ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko
2009-03-18ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko
2009-03-17ftpd: document NLST formatDenis Vlasenko
2009-03-17ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko
2009-03-17ftpd: implement -vv verbosityDenis Vlasenko
2009-03-17ftpd: tweak timeout codeDenis Vlasenko
2009-03-16chat: update by VladimirDenis Vlasenko
2009-03-16ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko
2009-03-16ftpd: dont use fdprintf for simple status messagesDenis Vlasenko
2009-03-16ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko
2009-03-16ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko
2009-03-16ftpd: security tightened up:Denis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-03-15tr: support -C as synonym to -cDenis Vlasenko
2009-03-15ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko
2009-03-15sha: merge K[] for sha256 and 512Denis Vlasenko
2009-03-15sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko
2009-03-15sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko
2009-03-15uname: correct cut/paste errorDenis Vlasenko
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko
2009-03-14uname: support long optionsDenis Vlasenko
2009-03-13insmod/modprobe: do not pass NULL to kernel as module parameterDenis Vlasenko
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko
2009-03-12sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko
2009-03-12sha: tiny shrinkDenis Vlasenko
2009-03-12add comment about sha testingDenis Vlasenko