Bump to version 1.22.1
[platform/upstream/busybox.git] / modutils /
2009-03-05 Denis Vlasenkomodutils: delete unused global variable
2009-03-03 Denis Vlasenkomodprobe: emit "can't open 'modules.dep': (errno)"...
2009-02-26 Denis Vlasenkomodutils: oveflow fix
2009-02-20 Ned Luddmake modutils compile again
2009-02-19 Denis Vlasenkodepmod: accept and ignore -r (Linux kernle build needs...
2009-01-31 Denis Vlasenkomodutils-24: code shrink
2009-01-31 Denis Vlasenkomodutils-24: use xasprintf and xzalloc where appropriate,
2009-01-12 Denis Vlasenkodepmod: fix -b option (by timo.teras AT iki.fi)
2008-12-24 Denis Vlasenko*: tweak error messages
2008-11-25 Denis Vlasenkoremove a few superfluous includes
2008-11-22 Bernhard Reutner... - documentation fix
2008-11-22 Denis Vlasenkomodutils-24: small fixes by Harald Kuthe (harald-tuxbox...
2008-11-22 Denis Vlasenkoinsmod: clarify module_name / file_name distinction
2008-11-12 Denis Vlasenkomodprobe-small: fix failure to load when no arguments...
2008-11-06 Denis Vlasenko*: remove superfluous casts. no code changes
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-10-31 Denis Vlasenkomodprobe: fix a segfault when modprobe is called with...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-14 Denis Vlasenkomodprobe-small: trivial SEGV fix
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-09-06 Denis Vlasenkomodprobe-small: make insmod command line compatible
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-08-26 Denis Vlasenkomodprobe-small: support "blacklist" keyword in /etc...
2008-08-06 Denis Vlasenkomodprobe-small: fix infinite looping, by Timo Teras
2008-08-06 Denis Vlasenkomodprobe: semi-trivial code shrink
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
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
next