aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-17ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko1-15/+14
2009-03-17ftpd: implement -vv verbosityDenis Vlasenko1-9/+31
2009-03-17ftpd: tweak timeout codeDenis Vlasenko1-11/+15
2009-03-16chat: update by VladimirDenis Vlasenko1-53/+44
2009-03-16ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko1-1/+1
2009-03-16ftpd: dont use fdprintf for simple status messagesDenis Vlasenko1-44/+65
2009-03-16ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko1-1/+27
2009-03-16ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2-21/+52
2009-03-16ftpd: security tightened up:Denis Vlasenko1-89/+107
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko2-3/+19
2009-03-15tr: support -C as synonym to -cDenis Vlasenko1-8/+21
2009-03-15ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko1-65/+119
2009-03-15sha: merge K[] for sha256 and 512Denis Vlasenko1-125/+96
2009-03-15sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2-5/+5