aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-08modprobe-small: added comment about multiple alias matchesDenys Vlasenko
2009-10-08rtcwake: remove a static variableDenys Vlasenko
2009-10-08*: three more NOINLINEsDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-08ash: compile breakage fixDenys Vlasenko
2009-10-08cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko
2009-10-06Fix english in build systemDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-10-06Trim help text a bit moreDenys Vlasenko
2009-10-06Trim usage text a bitDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-10-05wget: fix for code 302; mount: support -o unionVladimir Dronnikov
2009-10-05ash: error out on ${#1#}, ${#$11}, ${#11#}Cristian Ionescu-Idbohrn
2009-10-04ash: document where we accept invalid syntax. no code changesDenys Vlasenko
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-10-04ash: code shrinkDenys Vlasenko
2009-10-04remove useless (unsigned >= 0) comparisonDenys Vlasenko
2009-10-03ls: forgotten chunk from prev commitDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko
2009-10-03ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanupsDenys Vlasenko
2009-10-03ls: add standards doc; record author of "total NNNN" codeDenys Vlasenko
2009-10-03ls: code shrinkDenys Vlasenko
2009-10-03ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)Denys Vlasenko
2009-10-02Fixes to usage text; updated busybox.specDenys Vlasenko
2009-10-02cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko
2009-10-02ok, last fix wasn't correct... this one is betterDenys Vlasenko
2009-10-02fix a typo in prev commitDenys Vlasenko
2009-10-02Update documentation generator so that it sucks lessDenys Vlasenko
2009-09-30typo fix in a comment in a testcase. oh well...Denys Vlasenko
2009-09-30find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko
2009-09-29ash,hush: share stringDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-29libbb/lineedit: restore ^D handling for unicodeDenys Vlasenko
2009-09-27libbb/lineedit: fix the case when we configured history to have 0 linesDenys Vlasenko
2009-09-27ash,hush: make trap output short signal names, without SIG prefixDenys Vlasenko
2009-09-27find: do not recurse into directories with depth == --maxdepthDenys Vlasenko
2009-09-26cp: add support for --parents and long option synonyms of short optsDenys Vlasenko
2009-09-25hush: do not reset to default "" traps in subshellDenys Vlasenko
2009-09-25hush: document a TODO. no code changesDenys Vlasenko
2009-09-25ash: better comment. no code changesDenys Vlasenko
2009-09-25ash: even smaller `trap` codeDenys Vlasenko
2009-09-25ash: slightly better (more correct) code for "trap hack"Denys Vlasenko
2009-09-25login: log PAM errors to syslog, not stderrDenys Vlasenko
2009-09-25ash: better handling of EXIT trap in `trap` hackDenys Vlasenko
2009-09-24ash: do not let EXIT trap to fire in `trap`Denys Vlasenko
2009-09-24hush: small speed optimization. +10 bytes.Denys Vlasenko
2009-09-24ash,hush: fix trap reporting: s/SIGEXIT/EXIT/Denys Vlasenko
2009-09-23ifenslave: fix for 2.4 kernels compileDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko