aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hush: support "! cmd | cmd" negationDenis Vlasenko2008-06-146-90/+172
* Update sponsors page as wellDenis Vlasenko2008-06-141-7/+24
* ash: small cosmetic changeDenis Vlasenko2008-06-141-1/+1
* ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko2008-06-143-61/+75
* dos2unix: do not destroy symlinks and mode of the file being converted.Denis Vlasenko2008-06-142-16/+18
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-136-100/+108
* trivial crypt shrinkageDenis Vlasenko2008-06-132-9/+8
* fix typo in "Analog Devices"Denis Vlasenko2008-06-131-1/+1
* httpd: fix authenticationDenis Vlasenko2008-06-131-2/+3
* shorten sponsor's link per its requestDenis Vlasenko2008-06-131-2/+2
* website: announce sponsors.Denis Vlasenko2008-06-131-0/+20
* build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko2008-06-132-62/+99
* httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko2008-06-131-46/+52
* htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko2008-06-131-123/+102
* Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko2008-06-122-15/+21
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-127-17/+27
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-1210-24/+1456
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-127-10/+10
* hush: speed up o_addX{chr,str}Denis Vlasenko2008-06-121-35/+70
* hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko2008-06-124-2/+25
* logger: "clean up" a dirty hack a bitDenis Vlasenko2008-06-115-30/+75
* hush: more backtick and quoting fixes...Denis Vlasenko2008-06-103-19/+71
* hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko2008-06-107-2/+21
* hush: fix yet another falloutDenis Vlasenko2008-06-105-14/+12
* 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