aboutsummaryrefslogtreecommitdiff
path: root/modutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change if(x)free(x); to free(x);aaronl2002-11-281-4/+3
* Fix needless formatting differences vs modutilsandersen2002-10-181-8/+8
* Doh! I screwed up applying vodz' patch.andersen2002-10-121-1/+0
* last_patch61 from vodz:andersen2002-10-103-18/+20
* Fix missing \n noticed by Robert Schwebelandersen2002-10-081-3/+2
* Support module taintingandersen2002-09-162-4/+146
* Some CML1 grammar fixesandersen2002-09-011-1/+1
* for some baffling reason tinycc insists that i change this 0 to NULLaaronl2002-08-231-1/+1
* - updated a few copyright/left file headerssandman2002-08-051-2/+17
* Fixed a bug that I had introduced with the new "options" handling.sandman2002-07-291-7/+8
* modprobe now also uses "options" from /etc/modules.confsandman2002-07-261-55/+99
* Fixed two compiler warningssandman2002-07-211-3/+3
* 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