summaryrefslogtreecommitdiff
path: root/modutils/modprobe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Busybox modprobe has a couple of irritating quirks:Glenn L McGrath2003-09-081-4/+33
* Fall back to looking in /lib/modules/modules.dep ifEric Andersen2003-06-201-2/+7
* Patch from Andrew Dennison:Eric Andersen2003-06-201-13/+25
* Major coreutils update.Manuel Novoa III2003-03-191-18/+18
* print an error message if we can't load a moduleRobert Griebl2002-12-031-2/+4
* for some baffling reason tinycc insists that i change this 0 to NULLAaron Lehmann2002-08-231-1/+1
* - updated a few copyright/left file headersRobert Griebl2002-08-051-2/+17
* Fixed a bug that I had introduced with the new "options" handling.Robert Griebl2002-07-291-7/+8
* modprobe now also uses "options" from /etc/modules.confRobert Griebl2002-07-261-55/+99
* David Frascone <dave@frascone.com> noticed two problems. First, modprobe wasEric Andersen2002-07-021-0/+4
* Cleaned up Erik's fgets -> read patch and fixed a buffer overflowRobert Griebl2002-06-041-36/+38
* Avoid stack munching stdio implementations.Eric Andersen2002-06-041-75/+100
* Fixed a realloc bug found by Martin VolfRobert Griebl2002-06-021-3/+3
* Added support for /etc/modules.conf parsingRobert Griebl2002-05-281-18/+105
* Some cleanups, some size reductions and some buffer overflow checksRobert Griebl2002-05-221-61/+43
* Complete rewrite to support stack loading/unloading with properRobert Griebl2002-05-141-94/+145
* Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,Eric Andersen2002-05-031-36/+57
* Make verbose and show_only work as expectedEric Andersen2002-05-031-7/+13
* Reworked by Robert Griebl <griebl@gmx.de> to support properEric Andersen2002-04-261-0/+188
* Add space before module name (noted by Ron Yorston).Matt Kraai2001-11-271-1/+1
* Cleanup some warnings and a really obvious bug.Eric Andersen2001-07-251-4/+4
* An initial modproble implementation. Quite suboptimal still,Eric Andersen2001-07-221-0/+121