aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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