aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Reworked by Robert Griebl <griebl@gmx.de> to support properandersen2002-04-261-0/+188
* Add space before module name (noted by Ron Yorston).kraai2001-11-271-1/+1
* 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