Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | for some baffling reason tinycc insists that i change this 0 to NULL | Aaron Lehmann | 2002-08-23 | 1 | -1/+1 | |
| | ||||||
* | - updated a few copyright/left file headers | Robert Griebl | 2002-08-05 | 1 | -2/+17 | |
| | | | | - documented most of my 0.61 changes in the ChangeLog | |||||
* | Fixed a bug that I had introduced with the new "options" handling. | Robert Griebl | 2002-07-29 | 1 | -7/+8 | |
| | ||||||
* | modprobe now also uses "options" from /etc/modules.conf | Robert Griebl | 2002-07-26 | 1 | -55/+99 | |
| | ||||||
* | David Frascone <dave@frascone.com> noticed two problems. First, modprobe was | Eric Andersen | 2002-07-02 | 1 | -0/+4 | |
| | | | | | | | | trying to call 'insmod -q', which wasn't supported. Secondly, when modprobe was fed blank lines from modules.dep, we ended up calling xstrndup(ptr, -1), which with suitably bad results. David provided a patch to catch the blank lines, and I have added insmod -q support. So modprobe should work again. -Erik | |||||
* | Cleaned up Erik's fgets -> read patch and fixed a buffer overflow | Robert Griebl | 2002-06-04 | 1 | -36/+38 | |
| | ||||||
* | Avoid stack munching stdio implementations. | Eric Andersen | 2002-06-04 | 1 | -75/+100 | |
| | | | | -Erik | |||||
* | Fixed a realloc bug found by Martin Volf | Robert Griebl | 2002-06-02 | 1 | -3/+3 | |
| | ||||||
* | Added support for /etc/modules.conf parsing | Robert Griebl | 2002-05-28 | 1 | -18/+105 | |
| | | | | for now only the 'alias' entries are evaluated | |||||
* | Some cleanups, some size reductions and some buffer overflow checks | Robert Griebl | 2002-05-22 | 1 | -61/+43 | |
| | | | | Most of it based on ideas from vodz | |||||
* | Complete rewrite to support stack loading/unloading with proper | Robert Griebl | 2002-05-14 | 1 | -94/+145 | |
| | | | | handling of duplicates in the dependencies list. | |||||
* | Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly, | Eric Andersen | 2002-05-03 | 1 | -36/+57 | |
| | | | | merged in with the latest and greatest. | |||||
* | Make verbose and show_only work as expected | Eric Andersen | 2002-05-03 | 1 | -7/+13 | |
| | | | | -Erik | |||||
* | Reworked by Robert Griebl <griebl@gmx.de> to support proper | Eric Andersen | 2002-04-26 | 1 | -0/+188 | |
| | | | | module dependancies. | |||||
* | Add space before module name (noted by Ron Yorston). | Matt Kraai | 2001-11-27 | 1 | -1/+1 | |
| | ||||||
* | Cleanup some warnings and a really obvious bug. | Eric Andersen | 2001-07-25 | 1 | -4/+4 | |
| | | | | -Erik | |||||
* | An initial modproble implementation. Quite suboptimal still, | Eric Andersen | 2001-07-22 | 1 | -0/+121 | |
but it does work... |