Start 1.33.0 development cycle
[oweals/busybox.git] / modutils /
2008-08-05 Denis Vlasenkowhitespace fixes, no code changed
2008-08-04 Denis Vlasenkomodprobe: use buffering line reads (fgets) instead...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-29 Denis Vlasenkomodprobe: support for /etc/modprobe.d, by Timo Teras.
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-24 Denis Vlasenko*: conversion to config parser
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
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-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-10 Denis Vlasenkofix typo in config help text
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-10 Denis Vlasenkomodprobe-small: make depmod compatible with kernel...
2008-07-10 Denis Vlasenkomodprobe-small: add depfile creation
2008-07-10 Denis Vlasenkomodprobe-small: add depfile loading
2008-07-09 Bernhard Reutner... - fix typo (Cristian Ionescu-Idbohrn)
2008-07-09 Denis Vlasenkomodprobe-small: preparatory patch for modprobe.dep...
2008-07-09 Denis Vlasenkolibbb: use improved xmalloc_read() from modprobe-small
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-06 Denis Vlasenkomodprobe-small: match aliases with fnmatch(), making
2008-07-06 Denis Vlasenkomodprobe-small: fix debug leftover
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-04 Denis Vlasenkomodutils: optional modutils-small by Vladimir Dronnikov.
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-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-24 Denis Vlasenkochanges in comments only
2008-06-22 Denis Vlasenkomdoprobe: fix SEGV bug (by Vlad Dronnikov)
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-06-05 Denis Vlasenkoreplace single-char printf's with bb_putchar
2008-06-04 Denis Vlasenkoconfig help text: fix capitalization
2008-06-02 Bernhard Reutner... - add FIXME. Perhaps somebody is interrested in looking...
2008-06-02 Bernhard Reutner... - add alias support
2008-06-02 Bernhard Reutner... - revert revision 22183 since it breaks -b /abs /abs...
2008-06-02 Bernhard Reutner... - just chdir to the basedir (-30b).
2008-06-02 Bernhard Reutner... - optional fancy pruning-mode for depmod
2008-06-02 Denis VlasenkoReinstate CONFIG_CROSS_COMPILE_PREFIX
2008-05-31 Bernhard Reutner... - shrink modprobe a little bit (~-40 bytes). ACKed...
2008-05-28 Bernhard Reutner... - fix overflow; improve documentation while at it
2008-05-28 Bernhard Reutner... - misc. improvements and shrinkage
2008-05-28 Bernhard Reutner... - the moddir_base is supposed to be omitted frmo the...
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-27 Bernhard Reutner... - improve help-text
2008-05-26 Bernhard Reutner... - improve option-handling a bit
2008-05-26 Bernhard Reutner... - add basic option-handling (+220b). Untested
2008-05-26 Bernhard Reutner... - use mmap instead of allocating hundreds of megabytes...
2008-05-26 Bernhard Reutner... - remove some bloat -28b: now approx. 501b
2008-05-26 Bernhard Reutner... - switch to FILE base writer and remove now unneeded...
2008-05-26 Bernhard Reutner... - add simple first-draft unoptimized depmod just to...
2008-05-22 Denis Vlasenkomodprobe: fix for blacklisting
2008-05-18 Denis Vlasenkomodprobe: optional "blacklist" command support (by...
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-13 Denis VlasenkoKill CONFIG_NITPICK, it turned out to not be useful...
2008-05-09 Denis Vlasenkoinsmod: fix build warnings. By Cristian Ionescu-Idbohrn
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-11-10 Denis Vlasenko*: remove superfluous "?" in option parsing
2007-11-06 Denis Vlasenkomodprobe: fix a bug where we were entering endless...
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-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
next