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