aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - 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
* - switch to FILE base writer and remove now unneeded stuff. -50bBernhard Reutner-Fischer2008-05-261-10/+5
* - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov...Bernhard Reutner-Fischer2008-05-263-0/+123
* modprobe: fix for blacklistingDenis Vlasenko2008-05-221-4/+5
* modprobe: optional "blacklist" command support (by Natanael Copa)Denis Vlasenko2008-05-182-5/+38
* insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)Denis Vlasenko2008-05-171-0/+1
* - fix compilation on x86_64Bernhard Reutner-Fischer2008-05-161-1/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-7/+8
* Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko2008-05-131-2/+2
* insmod: fix build warnings. By Cristian Ionescu-IdbohrnDenis Vlasenko2008-05-091-1/+10
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-1/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-172-12/+13
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-4/+1
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* modprobe: fix a bug where we were entering endless loopDenis Vlasenko2007-11-061-1/+1
* telnet: use poll, it's shorterDenis Vlasenko2007-11-061-1/+2
* insmod: make error reporting less verboseDenis Vlasenko2007-11-061-2/+2
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-1/+1
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-023-380/+311
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-114-9/+9
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-1/+1
* insmod: shorten message text; style fixesDenis Vlasenko2007-09-241-7/+7
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-183-3/+3
* modprobe: add scanning of /lib/modules/`uname -r`/modules.symbolsDenis Vlasenko2007-08-161-1/+16
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-132-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-4/+6
* introduce and use bb_basename()Denis Vlasenko2007-06-302-21/+7
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-3/+5
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-132-4/+5
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-11/+6
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-3/+5
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-264-4/+4
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* style fixes. No code changesDenis Vlasenko2007-04-122-7/+7
* style fixes, no code changes.Denis Vlasenko2007-04-112-29/+33
* style fixes. No code changes.Denis Vlasenko2007-04-102-11/+11
* find: fix handling of -pruneDenis Vlasenko2007-04-081-2/+2
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-2/+2