more of -Wall fixes from Cristian Ionescu-Idbohrn.
[platform/upstream/busybox.git] / modutils / insmod.c
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-09 Denis Vlasenkoinsmod: fix build warnings. By Cristian Ionescu-Idbohrn
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-11-06 Denis Vlasenkotelnet: use poll, it's shorter
2007-11-06 Denis Vlasenkoinsmod: make error reporting less verbose
2007-11-04 Denis VlasenkoAnnounce 1.8.0 1_8_0
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-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-12 Denis Vlasenkotrylink: produce even more info about final link stage
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-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
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-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
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-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkostyle fixes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
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-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
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-06-06 Mike Frysingerimport support for microblaze relocations from uClinux...
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-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
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-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
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-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyUpdate comment.
2006-02-18 Mike Frysingerfix building on ppc64
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-04 Mike Frysingerimport nios2 support from microtronix
2005-12-11 Rob LandleyMake insmod quiet by default (patch from Yann E. Morin).
2005-12-07 Rob LandleyuClibc can't handle anonymous MAP_SHARED. Since we...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-02 Mike Frysingerremove debug warning
2005-10-02 Mike Frysingerreorder arches into alphabetical order
2005-10-02 Mike Frysingerfixup whitespace
2005-10-02 Mike Frysingerremove all Elf32 hardcodes to make sure the elf handlin...
2005-10-02 Mike Frysingersvdavidson writes in Bug 459: add support for x86_64...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-14 Mike Frysingerinitial ppc64 support
2005-03-30 Peter KjellerstedtCorrected the list of section names in add_ksymoops_sym...
2005-03-30 Mike Frysingeramd64 is rela, not rel
2004-12-26 Mike Frysingeralpha/parisc support
2004-09-02 Eric AndersenBased on patches from Mike Frysinger, add insmod suppor...
2004-08-28 Eric AndersenFixup some warnings
2004-08-19 Eric AndersenPatch from Rodney Radford adding x86_64 support.
2004-07-20 Robert Grieblnew_process_module_arguments returns 0 on error and...
2004-06-22 Eric Andersenfix a stupid compile error when CONFIG_FEATURE_INSMOD_V...
2004-06-22 Eric Andersenkill off insmod support for older pre 2.1 Linux kernels,
2004-05-26 Eric Andersenoops
2004-05-26 Eric AndersenPatch from Yoshinori Sato:
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenChristian Grigis, christian.grigis at smartdata dot...
2004-03-19 Eric AndersenAdd missing ELFCLASSM for m68k
2004-03-19 Eric AndersenOnly use R_68K_GOTOFF if it is defined
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-18 Manuel Novoa III Patch from OpenWrt.
2004-01-05 Eric AndersenFix broken #else
2003-12-31 Glenn L McGrathFix debian bug #215612, insmod should be silent on...
next