Bump to version 1.22.1
[platform/upstream/busybox.git] / modutils /
2007-11-02 Denis Vlasenkoinsmod: code shrink, stop exporting insmod_ng_main.
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-24 Denis Vlasenkoinsmod: fix help text to not show options if only 2...
2007-09-24 Denis Vlasenkoinsmod: shorten message text; style fixes
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis Vlasenkomodprobe: add scanning of /lib/modules/`uname -r`/modul...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-02-08 Mike Frysinger/etc/modules.conf is a 2.6.x file while /etc/modules...
2007-02-08 Mike Frysingertouchup style; no functional changes
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #6
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-24 Mike Frysingeras Peter Kjellerstedt points out, bool/prompt/depend...
2007-01-24 Mike Frysingerchange "bool ... if OPT" to more common "depend .....
2007-01-24 Mike Frysingercombine bool;prompt to just bool
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-30 Denis Vlasenkonext bunch of fixes for bugs found by randconfig
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-21 Denis Vlasenkoinsmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG...
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-27 Denis Vlasenkomodprobe: reformat to match bbox style
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkomodprobe: fix for 2.4 kernels - by
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkostyle fixes
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-23 Denis Vlasenkoinsmod: getopt_ulflags'isation
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-09 Denis Vlasenkoxopen3(O_RDONLY) -> xopen(O_RDONLY).
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-22 Rob LandleyPatch from Yann Morin so modprobe won't return failure...
2006-08-15 Rob LandleyBernhard Fischer pointed out some leftover debris needi...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-03 Rob LandleyTry to make a "type-punned pointer" warning go away...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-25 Rob LandleySomebody on the buildroot list hit:
2006-07-20 Rob LandleyPatch from Yann Morin to fix bug 941, underscores in...
2006-07-19 Rob LandleyPatch from Yann Morin to look for modules.conf in the...
2006-06-21 Mike FrysingerJean Wolter writes: modprobe checks, whether a module...
2006-06-14 Rob LandleyAttempt at fixing bug 836, vaguely based on patch from...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-06 Mike Frysingerimport support for microblaze relocations from uClinux...
2006-06-06 Mike Frysingerfix from uClinux-dist for proper exit status if reading...
2006-06-06 Mike Frysingermerge blackfin/microblaze from uClinux-dist
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-03 Bernhard Reutner... - patch from Yann E. Morin: makes modprobe understand...
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-19 Bernhard Reutner... - cleanup memory if opening aliases failed and cleanup...
2006-05-18 Rob LandleyAvoid a memory leak pointed out by Lucas C. Villa Real.
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-10 Rob LandleyModprobe update from Ignacio García Pérez, updating...
2006-04-03 Bernhard Reutner... - make append_option and multiconvert static.
2006-03-29 Bernhard Reutner... - we only need obj_gpl_license if ENABLE_FEATURE_CHECK_...
2006-03-25 Rob LandleyStephane Billiart found an endianness bug in insmod.
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
next