aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-12/+17
* David Frascone <dave@frascone.com> noticed two problems. First, modprobe wasandersen2002-07-022-28/+39
* Apply vodz' cleanup for insmod buffer overflows, which was cleanerandersen2002-06-221-25/+35
* As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don'tandersen2002-06-181-7/+10
* Fix buffer overflows noted by Gerardo Pugaandersen2002-06-061-14/+20
* Cleaned up Erik's fgets -> read patch and fixed a buffer overflowsandman2002-06-041-36/+38
* Avoid stack munching stdio implementations.andersen2002-06-041-75/+100
* Fixed a realloc bug found by Martin Volfsandman2002-06-021-3/+3
* Added support for /etc/modules.conf parsingsandman2002-05-281-18/+105
* Ensure that insmod supports at least one MODULE_INTERFACEandersen2002-05-241-0/+3
* Patch from Magnus Damm <damm@opensource.se> to rework thingsandersen2002-05-241-381/+488
* Some cleanups, some size reductions and some buffer overflow checkssandman2002-05-221-61/+43
* Complete rewrite to support stack loading/unloading with propersandman2002-05-141-94/+145
* Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,andersen2002-05-031-36/+57
* Make verbose and show_only work as expectedandersen2002-05-031-7/+13
* Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flagandersen2002-05-031-3/+9
* Reworked by Robert Griebl <griebl@gmx.de> to support properandersen2002-04-261-0/+188
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-122-18/+44
* Fix handling of endianness.andersen2002-04-121-23/+9
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-062-1/+7
* Tweak my credit (ah, vanity...)miles2002-04-011-3/+3
* Add support for the NEC v850e processor.miles2002-04-011-33/+142
* Silence some silly warningsandersen2001-12-291-3/+10
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-4/+4
* Add support for big-endian ARM (initial patch by Mike Voytovich).kraai2001-12-141-2/+7
* Add space before module name (noted by Ron Yorston).kraai2001-11-271-1/+1
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-121-3/+3
* config.in features patch from Giulio Orsero <giulioo@pobox.com>andersen2001-11-101-2/+4
* Major rework of the directory structure and the entire build system.andersen2001-10-245-73/+133
* Force BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OLD_MODULE_INTERFACEandersen2001-08-221-2/+3
* Fix an _old_ interface problem with a never-used feature.andersen2001-08-221-8/+5
* Simplified version checking.kraai2001-08-061-24/+8
* Silence a silly warningandersen2001-07-311-2/+4
* Note that m68k is supportedandersen2001-07-251-3/+6
* Cleanup some warnings and a really obvious bug.andersen2001-07-251-4/+4
* An initial modproble implementation. Quite suboptimal still,andersen2001-07-221-0/+121
* This is vodz' latest patch. Sorry it took so long...andersen2001-07-171-81/+66
* Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.andersen2001-06-281-4/+9
* For m68k, use __mc68000__ (not __m68k__ ), since that is what theandersen2001-06-191-17/+17
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-241-5/+3
* This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based onandersen2001-05-211-7/+152
* A compromise solution for insmodandersen2001-05-141-4/+15
* Follow symbolic links when searching for modules.kraai2001-05-141-4/+4
* Per suggestion from Vladimir, eliminate check_wildcard_match(), whichandersen2001-05-141-45/+48
* A fix from Larry for a corner case where insmod could end upandersen2001-04-261-3/+8
* Some more cleanups for insmod from Larry.andersen2001-04-251-12/+23
* Several cleanups from Larry.andersen2001-04-241-6/+7
* Fix infinite loop and reallocate if too many modules.kraai2001-04-131-8/+22
* Another iteration -- adjust the init_module syscall a bit.andersen2001-04-051-4/+10
* *** empty log message ***andersen2001-04-051-4/+4