aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE.Bernhard Reutner-Fischer2008-05-274-22/+31
* - use (uC)libc functions. Saves a dozen bytes.Bernhard Reutner-Fischer2008-05-272-5/+16
* vda, xmalloc'ing can use *alot* of RAM. Don't forget that there areBernhard Reutner-Fischer2008-05-271-7/+7
* - improve help-textBernhard Reutner-Fischer2008-05-271-0/+3
* - improve option-handling a bitBernhard Reutner-Fischer2008-05-261-22/+41
* scripts: add a script which prints memory map of running busyboxDenis Vlasenko2008-05-262-1/+12
* scripts: add primitive memory usage meter scriptDenis Vlasenko2008-05-262-36/+16
* udhcpc: shrinkDenis Vlasenko2008-05-263-21/+36
* - add basic option-handling (+220b). UntestedBernhard Reutner-Fischer2008-05-261-8/+42
* - use mmap instead of allocating hundreds of megabytes of RAM. +39bBernhard Reutner-Fischer2008-05-261-20/+43
* - remove some bloat -28b: now approx. 501bBernhard Reutner-Fischer2008-05-261-4/+5