aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-18Fix out-of-tree build's recursionAlexander Shishkin
2010-07-18tweak defconfigDenys Vlasenko
2010-07-18lineedit: limit ASK_TERMINAL to the case when we can't find out the widthDenys Vlasenko
2010-07-18lineedit: cosmetics, no code changesDenys Vlasenko
2010-07-18depmod: generate "new-style" modules.dep with relative paths.Denys Vlasenko
2010-07-17dos2unix: fix the case w/o parametersDenys Vlasenko
2010-07-16hush: move msh/lash config into hush.c, no code changesDenys Vlasenko
2010-07-16cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko
2010-07-16tweak defconfigDenys Vlasenko
2010-07-16ash: move config stuff into ash.c, no code chagesDenys Vlasenko
2010-07-16hush: fix multimple dependent variable expansion casesDenys Vlasenko
2010-07-16hush: make set -x support optionalDenys Vlasenko
2010-07-16hush: add support for set -xDenys Vlasenko
2010-07-15hush: fix typo in commentDenys Vlasenko
2010-07-15hush: fix faloout from previous commitDenys Vlasenko
2010-07-14hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handlingDenys Vlasenko
2010-07-14build system: disable some applets by defaultDenys Vlasenko
2010-07-14util-linux: move VOLUMEID to a submenuDenys Vlasenko
2010-07-13top: add tie breaking for topmem modeDenys Vlasenko
2010-07-12acpid: old kernel headers compatDenys Vlasenko
2010-07-12mktemp: fix "mktemp /path/to/tempfile.XXXXXX"Denys Vlasenko
2010-07-12wget: fix progress displayDenys Vlasenko
2010-07-12more: style fix. no code changesDenys Vlasenko
2010-07-11crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko
2010-07-10remove unzip doc: we don't have 100% proof it's ok to distributeDenys Vlasenko
2010-07-10diff: make diff -r much less eager to recurse into directoriesDenys Vlasenko
2010-07-10Modprobe: Make -l open the right fileLauri Kasanen
2010-07-09diff: cosmetic change on top of last commitDenys Vlasenko
2010-07-09diff: fix "diff dir1 dir2/". Closes bug 2203Matheus Izvekov
2010-07-09fix make O=dir buildDenys Vlasenko
2010-07-08crond: code shrinkDenys Vlasenko
2010-07-08crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko
2010-07-08crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko
2010-07-08crond: reorder functions to follow usual order: "main last"Denys Vlasenko
2010-07-08ifplugd: code shrinkMaksym Kryzhanovskyy
2010-07-08make usage_compressed.h generation _always_ update mtimeDenys Vlasenko
2010-07-06crond: code shrinkDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko
2010-07-06Start 1.18.0 development cycleDenys Vlasenko
2010-07-06bump version to 1.17.0Denys Vlasenko
2010-07-06scripts/randomtest: update to pass testsuite with Rob's toolchainDenys Vlasenko
2010-07-06[un]expand: fix testsuiteDenys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-04Yet another attempt to stamp out "make -j" problemsDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard