- e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
- 3526115 depmod: fix -b option (by timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
- 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
- 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
- 9a280fa - documentation fix by Bernhard Reutner-Fischer · 16 years ago
- 3bc3f08 modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
- 36309cf insmod: clarify module_name / file_name distinction by Denis Vlasenko · 16 years ago
- 1ad4db1 modprobe-small: fix failure to load when no arguments are given by Denis Vlasenko · 16 years ago
- fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
- 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
- bb26db4 modprobe: fix a segfault when modprobe is called with no arguments at all by Denis Vlasenko · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- 7c9c1bb modprobe-small: trivial SEGV fix by Denis Vlasenko · 16 years ago
- ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
- 70de57f Kill off bogus #error's for big endian SH targets, these work fine. by Paul Mundt · 16 years ago
- 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
- 04e458d insmod: fix detection of open failure by Denis Vlasenko · 16 years ago
- 3b80cac insmod: mix xmalloc with xrealloc_vector more carefully by Denis Vlasenko · 16 years ago
- 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
- 279ca69 modprobe-small: support "blacklist" keyword in /etc/modules/<modulename> by Denis Vlasenko · 16 years ago
- 8e80411 modprobe-small: fix infinite looping, by Timo Teras by Denis Vlasenko · 16 years ago
- 9ddc004 modprobe: semi-trivial code shrink by Denis Vlasenko · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- 35d8c47 whitespace fixes, no code changed by Denis Vlasenko · 16 years ago
- 855ff6f modprobe: use buffering line reads (fgets) instead of reads(). by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
- e1ee48e modprobe: support for /etc/modprobe.d, by Timo Teras. by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- 0328b40 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
- 1a715e4 - fix compilation for mips (Brian Daniels) by Bernhard Reutner-Fischer · 16 years ago
- 09ce45f insmod: users report that "|| defined(__powerpc__)" is missing by Denis Vlasenko · 16 years ago
- a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
- 3e8fd18 fix typo in config help text by Denis Vlasenko · 16 years ago
- b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
- 0e2c93f modprobe-small: make depmod compatible with kernel build. by Denis Vlasenko · 16 years ago
- 7f950a9 modprobe-small: add depfile creation by Denis Vlasenko · 16 years ago
- 7843699 modprobe-small: add depfile loading by Denis Vlasenko · 16 years ago
- 5606b1c - fix typo (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 16 years ago
- 24a131e modprobe-small: preparatory patch for modprobe.dep.bb creation patches, by Denis Vlasenko · 16 years ago
- f62ab2d libbb: use improved xmalloc_read() from modprobe-small by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- 58f59a2 modprobe-small: match aliases with fnmatch(), making by Denis Vlasenko · 16 years ago
- cee0dfc modprobe-small: fix debug leftover by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 671691c modutils: optional modutils-small by Vladimir Dronnikov. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- fe733a9 changes in comments only by Denis Vlasenko · 16 years ago
- 8124a96 mdoprobe: fix SEGV bug (by Vlad Dronnikov) by Denis Vlasenko · 16 years ago
- f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
- 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
- e7860e3 config help text: fix capitalization by Denis Vlasenko · 17 years ago
- 6075b2a - add FIXME. Perhaps somebody is interrested in looking into this one. by Bernhard Reutner-Fischer · 17 years ago
- c2741e1 - add alias support by Bernhard Reutner-Fischer · 17 years ago
- ef729dd - revert revision 22183 since it breaks -b /abs /abs/path/to/mod.ko by Bernhard Reutner-Fischer · 17 years ago
- d428167 - just chdir to the basedir (-30b). by Bernhard Reutner-Fischer · 17 years ago
- beac1bd - optional fancy pruning-mode for depmod by Bernhard Reutner-Fischer · 17 years ago
- b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
- e0fd13e - shrink modprobe a little bit (~-40 bytes). ACKed by Yann. by Bernhard Reutner-Fischer · 17 years ago
- db508e3 - fix overflow; improve documentation while at it by Bernhard Reutner-Fischer · 17 years ago
- 634b022 - misc. improvements and shrinkage by Bernhard Reutner-Fischer · 17 years ago
- c21d9c7 - the moddir_base is supposed to be omitted frmo the .dep file by Bernhard Reutner-Fischer · 17 years ago
- 1510216 - Spaghetti alert. Fix clash with ancient fwd-decl. This is an unfortunate by Bernhard Reutner-Fischer · 17 years ago
- b85fb69 - Add config option for DEFAULT_DEPMOD_FILE and DEFAULT_DEPMOD_FILE. by Bernhard Reutner-Fischer · 17 years ago
- 4fec346 - use (uC)libc functions. Saves a dozen bytes. by Bernhard Reutner-Fischer · 17 years ago
- 9cf0f62 vda, xmalloc'ing can use *alot* of RAM. Don't forget that there are by Bernhard Reutner-Fischer · 17 years ago
- 9474830 - improve help-text by Bernhard Reutner-Fischer · 17 years ago
- 1ea2568 - improve option-handling a bit by Bernhard Reutner-Fischer · 17 years ago
- 6bb55cf - add basic option-handling (+220b). Untested by Bernhard Reutner-Fischer · 17 years ago
- cf18010 - use mmap instead of allocating hundreds of megabytes of RAM. +39b by Bernhard Reutner-Fischer · 17 years ago
- dc5d7fe - remove some bloat -28b: now approx. 501b by Bernhard Reutner-Fischer · 17 years ago
- 423465c - switch to FILE base writer and remove now unneeded stuff. -50b by Bernhard Reutner-Fischer · 17 years ago
- 55e547e - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov wrong by Bernhard Reutner-Fischer · 17 years ago
- ae84b11 modprobe: fix for blacklisting by Denis Vlasenko · 17 years ago
- 9ddc8d5 modprobe: optional "blacklist" command support (by Natanael Copa) by Denis Vlasenko · 17 years ago
- 2794c9b insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) by Denis Vlasenko · 17 years ago
- 825968f - fix compilation on x86_64 by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 9305cdd Kill CONFIG_NITPICK, it turned out to not be useful. no code changes. by Denis Vlasenko · 17 years ago
- f3aa4a8 insmod: fix build warnings. By Cristian Ionescu-Idbohrn by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
- e7fca51 *: remove superfluous "?" in option parsing by Denis Vlasenko · 17 years ago
- cb12cb2 modprobe: fix a bug where we were entering endless loop by Denis Vlasenko · 17 years ago
- 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
- ef66d75 insmod: make error reporting less verbose by Denis Vlasenko · 17 years ago
- 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
- b68979a insmod: code shrink, stop exporting insmod_ng_main. by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
- d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago