summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing includes for wirelessOlivier Blin2007-07-171-0/+2
* fix build of pppoe by using dietlibc termios headerOlivier Blin2007-07-163-2/+5
* 1.10Olivier Blin2007-07-162-1/+2
* revert ide-floppy commit, it is used for LS/Iomage drives onlyOlivier Blin2007-07-162-2/+0
* add missing NEWS entry (should have been in 224875)Olivier Blin2007-07-161-0/+1
* load ide-floppy when detecting floppiesOlivier Blin2007-07-162-0/+2
* load ide-disk when detecting disks (ide is now modularized...)Olivier Blin2007-07-162-0/+3
* allow to go to console in Flash modes as wellOlivier Blin2007-07-061-2/+2
* simplify upgrade actionsOlivier Blin2007-07-061-2/+1
* use Flash rescue entries if flash=rescue or flash=upgrade is present on comma...Olivier Blin2007-07-051-3/+49
* link rescue-gui with params (prepare next commits)Olivier Blin2007-07-052-1/+8
* - move parameters functions in params.cOlivier Blin2007-07-0523-316/+421
* 1.9Pascal Rigaux2007-06-292-1/+4
* re-sync after the big svn lossPascal Rigaux2007-05-144-0/+681
* build pcmcia header only on i386/x86_64 (patch from Pixel, #30668)Olivier Blin2007-05-092-3/+4
* use full buffer size when snprintfing (gb)Olivier Blin2007-04-251-1/+1
* 1.8Olivier Blin2007-04-252-1/+4
* use api.mandriva.com to retrieve mirror list (#29346)Olivier Blin2007-04-252-117/+82
* implement ask_from_list_index() and drop other ask_from_list() functionsOlivier Blin2007-04-252-45/+23
* add generic ask_from_list_comments() and ask_from_list() implementation using...Olivier Blin2007-04-251-0/+19
* add ask_from_list_index() prototypeOlivier Blin2007-04-251-0/+1
* add lowercase() function (used to retrieve mirror list)Olivier Blin2007-04-252-0/+10
* remove huge unwanted commitOlivier Blin2007-04-258-137/+165
* crappy commit (reverted later)Olivier Blin2007-04-258-165/+137
* pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to re...Olivier Blin2007-04-251-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-25168-32460/+1336
* fix potential buffer overflows (thanks to Rafael for the advice)Olivier Blin2006-02-151-5/+2
* Fix minor memory leakRafael Garcia-Suarez2006-02-151-0/+1
* Fix another couple of potential buffer overflowsRafael Garcia-Suarez2006-02-152-9/+2
* Remove another potential buffer overflowRafael Garcia-Suarez2006-02-141-2/+1