Start 1.33.0 development cycle
[oweals/busybox.git] / modutils / insmod.c
2017-08-04 Denys Vlasenkomodutils: make them NOEXEC except depmod
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-02-01 Kang-Che Sungcmdline module options can be disabled on "big" modutils
2016-12-23 Denys VlasenkoMake INSMOD=y by default
2016-12-23 Denys Vlasenkomodprobe-small: make applets individually selectable
2016-11-23 Denys VlasenkoConvert all modutils/* applets to "new style" applet...
2014-04-19 Denys Vlasenkomodprobe-small: fix help messages for aliased module...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-02-01 Denys Vlasenkomodprobe/insmod: fix parameter quoting
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-15 Denys Vlasenkomodutils/*: move help bits into corresponding .c files
2010-10-15 Denys Vlasenkomodutils/*: move applet bits into corresponding *.c...
2010-10-09 Denys Vlasenkotweak help text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Pascal Bellardmodprobe: add support for -l and -s. Remove some unsupp...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-13 Denis Vlasenkormmod: fix bug 263
2008-11-22 Bernhard Reutner... - documentation fix
2008-11-22 Denis Vlasenkoinsmod: clarify module_name / file_name distinction
2008-09-13 Denis Vlasenkomodutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
2008-09-12 Paul MundtKill off bogus #error's for big endian SH targets,...
2008-08-31 Denis Vlasenkoinsmod: fix detection of open failure
2008-08-28 Denis Vlasenkoinsmod: mix xmalloc with xrealloc_vector more carefully
2008-08-27 Denis Vlasenkoinsmod: shrink
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - commentary typo fix
2008-07-18 Bernhard Reutner... - fix compilation for mips (Brian Daniels)
2008-07-14 Denis Vlasenkoinsmod: users report that "|| defined(__powerpc__)...
2008-07-09 Bernhard Reutner... - fix typo (Cristian Ionescu-Idbohrn)
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-24 Denis Vlasenkochanges in comments only
2008-06-02 Denis VlasenkoReinstate CONFIG_CROSS_COMPILE_PREFIX
2008-05-27 Bernhard Reutner... - Spaghetti alert. Fix clash with ancient fwd-decl...
2008-05-27 Bernhard Reutner... - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT...
2008-05-27 Bernhard Reutner... - use (uC)libc functions. Saves a dozen bytes.
2008-05-27 Bernhard Reutner... vda, xmalloc'ing can use *alot* of RAM. Don't forget...
2008-05-17 Denis Vlasenkoinsmod: build fix for microblaze (by Greg Steuck <greg...
2008-05-16 Bernhard Reutner... - fix compilation on x86_64
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
next