Age | Commit message (Expand) | Author |
2008-07-18 | - fix compilation for mips (Brian Daniels) | Bernhard Reutner-Fischer |
2008-07-14 | insmod: users report that "|| defined(__powerpc__)" is missing | Denis Vlasenko |
2008-07-12 | cpio: internalize archive_xread_all_eof. add a few paranoia checks | Denis Vlasenko |
2008-07-10 | fix typo in config help text | Denis Vlasenko |
2008-07-10 | open_transformer: do not return fd, it does not change | Denis Vlasenko |
2008-07-10 | modprobe-small: make depmod compatible with kernel build. | Denis Vlasenko |
2008-07-10 | modprobe-small: add depfile creation | Denis Vlasenko |
2008-07-10 | modprobe-small: add depfile loading | Denis Vlasenko |
2008-07-09 | - fix typo (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-07-09 | modprobe-small: preparatory patch for modprobe.dep.bb creation patches, | Denis Vlasenko |
2008-07-09 | libbb: use improved xmalloc_read() from modprobe-small | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-06 | modprobe-small: match aliases with fnmatch(), making | Denis Vlasenko |
2008-07-06 | modprobe-small: fix debug leftover | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-07-04 | modutils: optional modutils-small by Vladimir Dronnikov. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-24 | changes in comments only | Denis Vlasenko |
2008-06-22 | mdoprobe: fix SEGV bug (by Vlad Dronnikov) | Denis Vlasenko |
2008-06-16 | whitespace and comment fixes, no code changes | Denis Vlasenko |
2008-06-05 | replace single-char printf's with bb_putchar | Denis Vlasenko |
2008-06-04 | config help text: fix capitalization | Denis Vlasenko |
2008-06-02 | - add FIXME. Perhaps somebody is interrested in looking into this one. | Bernhard Reutner-Fischer |
2008-06-02 | - add alias support | Bernhard Reutner-Fischer |
2008-06-02 | - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko | Bernhard Reutner-Fischer |
2008-06-02 | - just chdir to the basedir (-30b). | Bernhard Reutner-Fischer |
2008-06-02 | - optional fancy pruning-mode for depmod | Bernhard Reutner-Fischer |
2008-06-02 | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko |
2008-05-31 | - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. | Bernhard Reutner-Fischer |
2008-05-28 | - fix overflow; improve documentation while at it | Bernhard Reutner-Fischer |
2008-05-28 | - misc. improvements and shrinkage | Bernhard Reutner-Fischer |
2008-05-28 | - the moddir_base is supposed to be omitted frmo the .dep file | Bernhard Reutner-Fischer |
2008-05-27 | - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate | Bernhard Reutner-Fischer |
2008-05-27 | - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. | Bernhard Reutner-Fischer |
2008-05-27 | - use (uC)libc functions. Saves a dozen bytes. | Bernhard Reutner-Fischer |
2008-05-27 | vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are | Bernhard Reutner-Fischer |
2008-05-27 | - improve help-text | Bernhard Reutner-Fischer |
2008-05-26 | - improve option-handling a bit | Bernhard Reutner-Fischer |
2008-05-26 | - add basic option-handling (+220b). Untested | Bernhard Reutner-Fischer |
2008-05-26 | - use mmap instead of allocating hundreds of megabytes of RAM. +39b | Bernhard Reutner-Fischer |
2008-05-26 | - remove some bloat -28b: now approx. 501b | Bernhard Reutner-Fischer |
2008-05-26 | - switch to FILE base writer and remove now unneeded stuff. -50b | Bernhard Reutner-Fischer |
2008-05-26 | - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov... | Bernhard Reutner-Fischer |
2008-05-22 | modprobe: fix for blacklisting | Denis Vlasenko |
2008-05-18 | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko |
2008-05-17 | insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) | Denis Vlasenko |
2008-05-16 | - fix compilation on x86_64 | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |