aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* msh: fix ENOENT testcaseDenis Vlasenko2008-06-012-2/+2
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-015-22/+19
* - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.Bernhard Reutner-Fischer2008-05-311-8/+5
* printf: fix a trivial bugDenis Vlasenko2008-05-311-1/+1
* mdev: add commented-out debug code to open stdio.Denis Vlasenko2008-05-311-0/+9
* printf: code shrink by eliminating string alloc/copyDenis Vlasenko2008-05-311-28/+27
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-312-3/+3
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-313-26/+24
* runsvdir: make it more robust against libc buglets (errno accidentally set to...Denis Vlasenko2008-05-311-2/+7
* msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko2008-05-305-6/+21
* - add FIXME to use hasmntopt()Bernhard Reutner-Fischer2008-05-301-0/+1
* - fix overflow; improve documentation while at itBernhard Reutner-Fischer2008-05-281-9/+9
* fuser: a now, the corrected fix (vda botched previous one)Denis Vlasenko2008-05-281-0/+1
* - misc. improvements and shrinkageBernhard Reutner-Fischer2008-05-281-33/+33
* - add strrchrBernhard Reutner-Fischer2008-05-283-0/+22
* fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-281-2/+3
* find: beautify config prompts a bitDenis Vlasenko2008-05-281-12/+12
* Remove 'busybox' word from configuration programsDenis Vlasenko2008-05-286-22/+20
* - move depmod shell script to examples/Bernhard Reutner-Fischer2008-05-281-0/+0
* - the moddir_base is supposed to be omitted frmo the .dep fileBernhard Reutner-Fischer2008-05-281-28/+28
* - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunateBernhard Reutner-Fischer2008-05-271-1/+2
* - remove duplicate helptext of dhcprelay and improve itBernhard Reutner-Fischer2008-05-271-7/+3