aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-10hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko
2008-06-10hush: search/and/replace style cleanups, no code changesDenis Vlasenko
2008-06-10hush: fix two nasty bugs:Denis Vlasenko
2008-06-10hush: fix a memory leak in NOMMU caseDenis Vlasenko
2008-06-09less: fix a case when regexp matches ""Denis Vlasenko
2008-06-09reword the error msg so people realize that they broke it, they buy itMike Frysinger
2008-06-09cosmeticsDenis Vlasenko
2008-06-09msh_function.patch: picked it up in the wild.Denis Vlasenko
2008-06-09msh: style cleanups. No code changes.Denis Vlasenko
2008-06-08mktemp: make default tempfile template shorter;Denis Vlasenko
2008-06-08hush: add yet another bug to testsuite :(Denis Vlasenko
2008-06-08ifenslave: small shrinkDenis Vlasenko
2008-06-08ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko
2008-06-08ifenslave: tiny shrinkDenis Vlasenko
2008-06-07define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko
2008-06-07ifenslave: further shrink by suppressing excessive inliningDenis Vlasenko
2008-06-07ifenslave: fix improper longopts definitionDenis Vlasenko
2008-06-07add libbb/print_flags.c...Denis Vlasenko
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-07Update a link to cross-compiling HOWTO.Denis Vlasenko
2008-06-07Fix trivial problems: "make clean" cleaning too muchDenis Vlasenko
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko
2008-06-06Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko
2008-06-06klogd: make help text more understandableDenis Vlasenko
2008-06-06- fix compilation on standard-conforming compilersBernhard Reutner-Fischer
2008-06-06- fix copy'n paste error for the release dateBernhard Reutner-Fischer
2008-06-05ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko
2008-06-05which: -a support (needed for bfin uclibc build script)Denis Vlasenko
2008-06-05- The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer
2008-06-05mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko
2008-06-05ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko
2008-06-05added testsuite for printf by Cristian Ionescu-IdbohrnDenis Vlasenko
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko
2008-06-05libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko
2008-06-05announce 1.10.3Denis Vlasenko
2008-06-04config help text: fix capitalizationDenis Vlasenko
2008-06-04remove -fno-jump-tables - after stripping it proved to be worseDenis Vlasenko
2008-06-04build system: add PIE build optionDenis Vlasenko
2008-06-04change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger
2008-06-04networking/interface.c: fix indentationDenis Vlasenko
2008-06-02Remove stray debug instrumentationDenis Vlasenko
2008-06-02make the help for rtcwake reflect the actual default behaviorMike Frysinger
2008-06-02- add FIXME. Perhaps somebody is interrested in looking into this one.Bernhard Reutner-Fischer
2008-06-02- add alias supportBernhard Reutner-Fischer
2008-06-02- revert revision 22183 since it breaks -b /abs /abs/path/to/mod.koBernhard Reutner-Fischer
2008-06-02- just chdir to the basedir (-30b).Bernhard Reutner-Fischer
2008-06-02- optional fancy pruning-mode for depmodBernhard Reutner-Fischer
2008-06-02- pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko