summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko2008-06-103-12/+31
* hush: search/and/replace style cleanups, no code changesDenis Vlasenko2008-06-101-138/+123
* hush: fix two nasty bugs:Denis Vlasenko2008-06-101-190/+297
* hush: fix a memory leak in NOMMU caseDenis Vlasenko2008-06-101-12/+46
* less: fix a case when regexp matches ""Denis Vlasenko2008-06-092-11/+17
* reword the error msg so people realize that they broke it, they buy itMike Frysinger2008-06-091-1/+1
* cosmeticsDenis Vlasenko2008-06-091-3/+3
* msh_function.patch: picked it up in the wild.Denis Vlasenko2008-06-091-0/+350
* msh: style cleanups. No code changes.Denis Vlasenko2008-06-091-25/+23
* mktemp: make default tempfile template shorter;Denis Vlasenko2008-06-082-2/+2
* hush: add yet another bug to testsuite :(Denis Vlasenko2008-06-082-0/+7
* ifenslave: small shrinkDenis Vlasenko2008-06-081-29/+24
* ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko2008-06-081-1/+9
* ifenslave: tiny shrinkDenis Vlasenko2008-06-081-2/+3
* define CLOCK_MONOTONIC to 1 if it is not definedDenis Vlasenko2008-06-071-0/+6
* ifenslave: further shrink by suppressing excessive inliningDenis Vlasenko2008-06-071-239/+227
* ifenslave: fix improper longopts definitionDenis Vlasenko2008-06-071-101/+82
* add libbb/print_flags.c...Denis Vlasenko2008-06-071-0/+32
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-0711-76/+77
* Update a link to cross-compiling HOWTO.Denis Vlasenko2008-06-071-1/+2
* Fix trivial problems: "make clean" cleaning too muchDenis Vlasenko2008-06-072-1/+2
* grep: make "-f -" work (+ testsuite)Denis Vlasenko2008-06-073-8/+13
* Build system: track -Wl,-elf2flt in CFLAGS_busybox too.Denis Vlasenko2008-06-062-2/+10
* klogd: make help text more understandableDenis Vlasenko2008-06-062-18/+19
* - fix compilation on standard-conforming compilersBernhard Reutner-Fischer2008-06-061-1/+1
* - fix copy'n paste error for the release dateBernhard Reutner-Fischer2008-06-061-1/+1
* ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko2008-06-051-0/+5
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-053-23/+70
* - The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer2008-06-051-2/+4
* mktemp: make argument optional (coreutil 6.12 compat)Denis Vlasenko2008-06-052-17/+35
* ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko2008-06-051-3/+11
* added testsuite for printf by Cristian Ionescu-IdbohrnDenis Vlasenko2008-06-051-0/+27
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-053-20/+22
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-052-79/+75
* announce 1.10.3Denis Vlasenko2008-06-051-5/+15
* config help text: fix capitalizationDenis Vlasenko2008-06-041-4/+2
* remove -fno-jump-tables - after stripping it proved to be worseDenis Vlasenko2008-06-041-4/+0
* build system: add PIE build optionDenis Vlasenko2008-06-045-10/+32
* change default rtcwake mode to match changed behavior in upstream util-linuxMike Frysinger2008-06-042-2/+2
* networking/interface.c: fix indentationDenis Vlasenko2008-06-043-60/+52
* Remove stray debug instrumentationDenis Vlasenko2008-06-021-3/+2
* make the help for rtcwake reflect the actual default behaviorMike Frysinger2008-06-022-2/+2
* - add FIXME. Perhaps somebody is interrested in looking into this one.Bernhard Reutner-Fischer2008-06-021-1/+1
* - add alias supportBernhard Reutner-Fischer2008-06-022-85/+115
* - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.koBernhard Reutner-Fischer2008-06-021-4/+11
* - just chdir to the basedir (-30b).Bernhard Reutner-Fischer2008-06-021-11/+4
* - optional fancy pruning-mode for depmodBernhard Reutner-Fischer2008-06-022-21/+121
* - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend"Bernhard Reutner-Fischer2008-06-021-1/+1
* Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko2008-06-024-24/+61
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-019-13/+45