Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.21: | Olivier Blin | 2008-02-11 | 2 | -1/+5 |
| | | | | | | - load nls_cp437 and nls_iso8859_1 when loading vfat (used to be in custom modules.dep) | ||||
* | do not modify modules.dep to load nls modules for fat, but inline in code ↵ | Olivier Blin | 2008-02-11 | 1 | -0/+2 |
| | | | | (to keep a "clean" modules.dep) | ||||
* | update NEWS | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | 1.20 | Olivier Blin | 2008-02-11 | 2 | -1/+7 |
| | |||||
* | load module passed as argument (if any), instead of probing bus | Olivier Blin | 2008-02-11 | 1 | -3/+16 |
| | |||||
* | make probe-modules handle the "--usb" option instead of "usb" | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | switch to modules from /lib/modules/`uname -r`, modules.dep containing full ↵ | Olivier Blin | 2008-02-11 | 1 | -4/+12 |
| | | | | filename | ||||
* | fix typo | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | strip directory and module extension when getting module name | Olivier Blin | 2008-02-11 | 1 | -1/+5 |
| | |||||
* | convert module deps to modname as well | Olivier Blin | 2008-02-11 | 1 | -1/+1 |
| | |||||
* | alloc the string in filename2modname | Olivier Blin | 2008-02-11 | 1 | -9/+14 |
| | |||||
* | add find_modules_directory | Olivier Blin | 2008-02-11 | 1 | -1/+7 |
| | |||||
* | factorize /modules | Olivier Blin | 2008-02-11 | 1 | -4/+5 |
| | |||||
* | fix typo | Olivier Blin | 2007-12-21 | 1 | -1/+1 |
| | |||||
* | rebuild with list_modules to handle atl2 ethernet driver | Olivier Blin | 2007-12-21 | 2 | -1/+4 |
| | |||||
* | export BASE when building tarball | Olivier Blin | 2007-12-21 | 1 | -2/+2 |
| | |||||
* | fix linking with dietlibc /o\ | Olivier Blin | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | fix linking of static archives with gcc | Olivier Blin | 2007-11-16 | 1 | -2/+4 |
| | |||||
* | fix build with gcc | Olivier Blin | 2007-11-16 | 4 | -0/+5 |
| | |||||
* | fix typo, return the number of KA try | Antoine Ginies | 2007-10-25 | 1 | -9/+8 |
| | |||||
* | use mirrors with type=distrib only (skip both type=iso and type=updates, #34912) | Olivier Blin | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | allow to probe USB bus only | Olivier Blin | 2007-10-23 | 1 | -2/+9 |
| | |||||
* | link with pcmcia/sysfs libs | Olivier Blin | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | use FULL objects in probe-modules | Olivier Blin | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | do not probe PCI devices when probing USB bus | Olivier Blin | 2007-10-23 | 1 | -1/+1 |
| | |||||
* | fix probing USB controllers when probing USB devices directly | Olivier Blin | 2007-10-23 | 1 | -3/+1 |
| | |||||
* | 1.18 | Olivier Blin | 2007-10-03 | 2 | -1/+4 |
| | |||||
* | add probe-modules helper | Olivier Blin | 2007-10-03 | 2 | -1/+48 |
| | |||||
* | export find_media function | Olivier Blin | 2007-10-03 | 2 | -1/+2 |
| | |||||
* | 1.17 | Olivier Blin | 2007-09-24 | 2 | -1/+6 |
| | |||||
* | do not explicitely try to load ide-generic, ldetect will fallback to ↵ | Olivier Blin | 2007-09-24 | 2 | -12/+0 |
| | | | | ide-generic when appropriate (#33043) | ||||
* | use modules from disk/ide category (#33043) | Olivier Blin | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | 1.16 | Pascal Rigaux | 2007-09-05 | 2 | -1/+2 |
| | |||||
* | - if you give nfs directory xxx, try to use xxx/ARCH | Pascal Rigaux | 2007-09-05 | 5 | -5/+28 |
| | | | | | | | - handle cdroms with and without ARCH at the root and factorize the code into create_IMAGE_LOCATION() | ||||
* | 1.15 | Olivier Blin | 2007-08-27 | 2 | -1/+2 |
| | |||||
* | read modules description from /modules/modules.description (and drop ↵ | Olivier Blin | 2007-08-27 | 4 | -72/+62 |
| | | | | hardcoded descriptions...) | ||||
* | make filename2modname modify in-place | Olivier Blin | 2007-08-27 | 1 | -8/+7 |
| | |||||
* | extract filename2modname() function | Olivier Blin | 2007-08-27 | 1 | -9/+12 |
| | |||||
* | move some code in new cat_file and line_counts functions | Olivier Blin | 2007-08-27 | 3 | -23/+41 |
| | |||||
* | include stage1.h earlier so that _GNU_SOURCE and strndup are defined | Olivier Blin | 2007-08-27 | 2 | -4/+4 |
| | |||||
* | use alloca | Olivier Blin | 2007-08-27 | 1 | -2/+3 |
| | |||||
* | fix allocated size for modules list (oops) | Olivier Blin | 2007-08-27 | 1 | -2/+2 |
| | |||||
* | reorganize code | Olivier Blin | 2007-08-27 | 1 | -42/+40 |
| | |||||
* | indent | Olivier Blin | 2007-08-27 | 1 | -15/+15 |
| | |||||
* | allow debug mode to go further when loading modules | Olivier Blin | 2007-08-27 | 1 | -6/+3 |
| | |||||
* | ask loading modules from /modules if needed | Olivier Blin | 2007-08-27 | 2 | -7/+17 |
| | |||||
* | enlarge ask_from_list array size to match list_directory() | Olivier Blin | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | simplify using string_array_length | Olivier Blin | 2007-08-27 | 1 | -8/+2 |
| | |||||
* | 1.14 | Olivier Blin | 2007-08-23 | 2 | -1/+2 |
| | |||||
* | factorize code in a new device_match_modules_list() function and thus fix ↵ | Olivier Blin | 2007-08-23 | 2 | -28/+24 |
| | | | | segfault in USB detection code (when e->module is NULL, #32624) |