summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* 1.18Olivier Blin2007-10-032-1/+4
* add probe-modules helperOlivier Blin2007-10-032-1/+48
* export find_media functionOlivier Blin2007-10-032-1/+2
* 1.17Olivier Blin2007-09-242-1/+6
* do not explicitely try to load ide-generic, ldetect will fallback to ide-gene...Olivier Blin2007-09-242-12/+0
* use modules from disk/ide category (#33043)Olivier Blin2007-09-241-1/+1
* 1.16Pascal Rigaux2007-09-052-1/+2
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-055-5/+28
* 1.15Olivier Blin2007-08-272-1/+2
* read modules description from /modules/modules.description (and drop hardcode...Olivier Blin2007-08-274-72/+62
* make filename2modname modify in-placeOlivier Blin2007-08-271-8/+7
* extract filename2modname() functionOlivier Blin2007-08-271-9/+12
* move some code in new cat_file and line_counts functionsOlivier Blin2007-08-273-23/+41
* include stage1.h earlier so that _GNU_SOURCE and strndup are definedOlivier Blin2007-08-272-4/+4
* use allocaOlivier Blin2007-08-271-2/+3
* fix allocated size for modules list (oops)Olivier Blin2007-08-271-2/+2
* reorganize codeOlivier Blin2007-08-271-42/+40
* indentOlivier Blin2007-08-271-15/+15
* allow debug mode to go further when loading modulesOlivier Blin2007-08-271-6/+3
* ask loading modules from /modules if neededOlivier Blin2007-08-272-7/+17
* enlarge ask_from_list array size to match list_directory()Olivier Blin2007-08-271-1/+1
* simplify using string_array_lengthOlivier Blin2007-08-271-8/+2
* 1.14Olivier Blin2007-08-232-1/+2
* factorize code in a new device_match_modules_list() function and thus fix seg...Olivier Blin2007-08-232-28/+24
* 1.13Olivier Blin2007-08-212-1/+9
* remove kernel 2.4->2.6 module map, we don't use module names from pcitable an...Olivier Blin2007-08-211-36/+5
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-214-6/+6
* keep module in dependencies list even if it has no dependencies (to keep trac...Olivier Blin2007-08-211-4/+0
* convert module name to filename before loading it (using modules.dep to get f...Olivier Blin2007-08-212-2/+20
* rename name as modname in module_deps_elem structOlivier Blin2007-08-212-5/+5
* 1.12Olivier Blin2007-08-202-1/+4
* use local list_modules.pm (from ../kernel)Olivier Blin2007-08-203-0/+3
* 1.11Olivier Blin2007-08-152-1/+5
* optimize loopOlivier Blin2007-08-151-1/+1
* fix segfault if ldetect does not return a moduleOlivier Blin2007-08-151-0/+4
* - use ldetect/libmodprobe/libpci instead of custom pci/usb probeOlivier Blin2007-08-144-296/+67
* make gdb debugging easier (-g, no optimization, no stripping, stdio frontend)...Olivier Blin2007-08-141-2/+17
* use new path for diet libzOlivier Blin2007-08-131-1/+1
* use "menu" instead of "GUI", since it's not really graphicalOlivier Blin2007-07-301-1/+1
* supplement NEWS entryOlivier Blin2007-07-171-1/+1
* update NEWSOlivier Blin2007-07-171-0/+2
* drop INIT_HEADERS support, it was used for minilibc onlyOlivier Blin2007-07-171-4/+0
* remove unused minilibcOlivier Blin2007-07-172-476/+0
* link init with stage1 libc (oh no, we are losing 6k!) since minilibc use remo...Olivier Blin2007-07-171-11/+4
* link dietlibc executables with libcompat for syscall() functionOlivier Blin2007-07-171-0/+1
* do not use _syscallX macros(), they are not available anymore, use syscall() ...Olivier Blin2007-07-172-3/+6
* remove unused SOCK_STREAM variableOlivier Blin2007-07-171-4/+0
* iniline init-libc-headers.h in init.cOlivier Blin2007-07-172-46/+24
* do not explicitely set INIT_HEADERS to init-libc-headers.h, it already defaul...Olivier Blin2007-07-171-5/+2
* use socklen_t to match accept() prototypeOlivier Blin2007-07-171-1/+1