| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer | 2008-05-27 | 2 | -5/+16 |
* | vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -7/+7 |
* | - improve help-text | Bernhard Reutner-Fischer | 2008-05-27 | 1 | -0/+3 |
* | - improve option-handling a bit | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -22/+41 |
* | - add basic option-handling (+220b). Untested | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -8/+42 |
* | - use mmap instead of allocating hundreds of megabytes of RAM. +39b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -20/+43 |
* | - remove some bloat -28b: now approx. 501b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -4/+5 |
* | - switch to FILE base writer and remove now unneeded stuff. -50b | Bernhard Reutner-Fischer | 2008-05-26 | 1 | -10/+5 |
* | - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov... | Bernhard Reutner-Fischer | 2008-05-26 | 3 | -0/+123 |
* | modprobe: fix for blacklisting | Denis Vlasenko | 2008-05-22 | 1 | -4/+5 |
* | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko | 2008-05-18 | 2 | -5/+38 |
* | insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) | Denis Vlasenko | 2008-05-17 | 1 | -0/+1 |
* | - fix compilation on x86_64 | Bernhard Reutner-Fischer | 2008-05-16 | 1 | -1/+1 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -7/+8 |
* | Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. | Denis Vlasenko | 2008-05-13 | 1 | -2/+2 |
* | insmod: fix build warnings. By Cristian Ionescu-Idbohrn | Denis Vlasenko | 2008-05-09 | 1 | -1/+10 |
* | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | *: fix fallout from -Wunused-parameter | Denis Vlasenko | 2008-03-17 | 2 | -1/+4 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 2 | -12/+13 |
* | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko | 2007-12-26 | 1 | -4/+1 |
* | *: remove superfluous "?" in option parsing | Denis Vlasenko | 2007-11-10 | 1 | -1/+1 |
* | modprobe: fix a bug where we were entering endless loop | Denis Vlasenko | 2007-11-06 | 1 | -1/+1 |
* | telnet: use poll, it's shorter | Denis Vlasenko | 2007-11-06 | 1 | -1/+2 |
* | insmod: make error reporting less verbose | Denis Vlasenko | 2007-11-06 | 1 | -2/+2 |
* | Announce 1.8.01_8_0 | Denis Vlasenko | 2007-11-04 | 1 | -1/+1 |
* | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko | 2007-11-02 | 3 | -380/+311 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 4 | -9/+9 |
* | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko | 2007-10-01 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -3/+3 |
* | insmod: fix help text to not show options if only 2.6 was selected | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
* | insmod: shorten message text; style fixes | Denis Vlasenko | 2007-09-24 | 1 | -7/+7 |
* | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko | 2007-09-24 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 3 | -3/+3 |
* | modprobe: add scanning of /lib/modules/`uname -r`/modules.symbols | Denis Vlasenko | 2007-08-16 | 1 | -1/+16 |
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 2 | -4/+4 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -4/+6 |
* | introduce and use bb_basename() | Denis Vlasenko | 2007-06-30 | 2 | -21/+7 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
* | random shrinkage of statics, -60 bytes saved | Denis Vlasenko | 2007-06-21 | 1 | -3/+5 |
* | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | 2007-06-13 | 2 | -4/+5 |
* | A few more string duplicates found & eliminated | Denis Vlasenko | 2007-06-12 | 1 | -11/+6 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -3/+5 |
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -1/+0 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 4 | -4/+4 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 2 | -7/+7 |
* | style fixes, no code changes. | Denis Vlasenko | 2007-04-11 | 2 | -29/+33 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 2 | -11/+11 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 1 | -2/+2 |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -2/+2 |