| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 ide-gene... | Olivier Blin | 2007-09-24 | 2 | -12/+0 |
* | 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 |
* | 1.15 | Olivier Blin | 2007-08-27 | 2 | -1/+2 |
* | read modules description from /modules/modules.description (and drop hardcode... | Olivier Blin | 2007-08-27 | 4 | -72/+62 |
* | 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 seg... | Olivier Blin | 2007-08-23 | 2 | -28/+24 |
* | 1.13 | Olivier Blin | 2007-08-21 | 2 | -1/+9 |
* | remove kernel 2.4->2.6 module map, we don't use module names from pcitable an... | Olivier Blin | 2007-08-21 | 1 | -36/+5 |
* | use '_' in module names when explicitely loading modules | Olivier Blin | 2007-08-21 | 4 | -6/+6 |
* | keep module in dependencies list even if it has no dependencies (to keep trac... | Olivier Blin | 2007-08-21 | 1 | -4/+0 |
* | convert module name to filename before loading it (using modules.dep to get f... | Olivier Blin | 2007-08-21 | 2 | -2/+20 |
* | rename name as modname in module_deps_elem struct | Olivier Blin | 2007-08-21 | 2 | -5/+5 |
* | 1.12 | Olivier Blin | 2007-08-20 | 2 | -1/+4 |
* | use local list_modules.pm (from ../kernel) | Olivier Blin | 2007-08-20 | 3 | -0/+3 |
* | 1.11 | Olivier Blin | 2007-08-15 | 2 | -1/+5 |
* | optimize loop | Olivier Blin | 2007-08-15 | 1 | -1/+1 |
* | fix segfault if ldetect does not return a module | Olivier Blin | 2007-08-15 | 1 | -0/+4 |
* | - use ldetect/libmodprobe/libpci instead of custom pci/usb probe | Olivier Blin | 2007-08-14 | 4 | -296/+67 |
* | make gdb debugging easier (-g, no optimization, no stripping, stdio frontend)... | Olivier Blin | 2007-08-14 | 1 | -2/+17 |
* | use new path for diet libz | Olivier Blin | 2007-08-13 | 1 | -1/+1 |
* | use "menu" instead of "GUI", since it's not really graphical | Olivier Blin | 2007-07-30 | 1 | -1/+1 |
* | supplement NEWS entry | Olivier Blin | 2007-07-17 | 1 | -1/+1 |
* | update NEWS | Olivier Blin | 2007-07-17 | 1 | -0/+2 |
* | drop INIT_HEADERS support, it was used for minilibc only | Olivier Blin | 2007-07-17 | 1 | -4/+0 |
* | remove unused minilibc | Olivier Blin | 2007-07-17 | 2 | -476/+0 |