include <stddef.h> so that ptrdiff_t is again available
[oweals/busybox.git] / modutils /
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...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-20 Rob LandleyUpdate comment.
2006-02-18 Mike Frysingerfix building on ppc64
2006-02-02 "Vladimir N. Oleynik"destroy bug 679, use getopt_ulflags with new feature...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-04 Mike Frysingerimport nios2 support from microtronix
2006-01-03 Mike Frysingerjust use bb_xfopen()
2005-12-16 Rob LandleyI screwed up the last commit: if dt is null when ENABLE...
2005-12-15 Rob LandleyBetter use of the ENABLE guards.
2005-12-14 Bernhard Reutner... - remove warning (thanks Yann E. MORIN) and switch...
2005-12-13 Rob LandleyMinor fix: if(CONFIG) breaks the build when that CONFIG...
2005-12-12 Rob LandleyPatch from Yann E. Morin, something to do with bugs...
2005-12-12 Rob LandleyChange CONFIG_MODPROBE_MULTIPOLE_OPTIONS to
2005-12-11 Rob LandleyPatch from Yann E. Morin to reorganize module config...
2005-12-11 Rob LandleyMake insmod quiet by default (patch from Yann E. Morin).
2005-12-11 Rob LandleyPatch from Yann E. Morin to make rmmod report failure...
2005-12-07 Rob LandleyuClibc can't handle anonymous MAP_SHARED. Since we...
next