summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* 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
* try to find modules in a sub-directory named by the kernel releaseOlivier Blin2006-02-131-1/+17
* be compliant with recent gcc (from peroyvind)Pascal Rigaux2006-01-243-6/+6
* support jfs and xfsOlivier Blin2005-12-022-0/+8
* add some log message about interface auto detectionOlivier Blin2005-09-131-0/+1
* mirror list support for http methodOlivier Blin2005-09-071-0/+10
* http redirection supportOlivier Blin2005-09-071-8/+49
* fix lame bug preventing usb and firewire controllers to be recognizedOlivier Blin2005-09-061-1/+2
* support for alternate modules (allows to load both ahci and ata_piix)Olivier Blin2005-08-301-0/+33
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-282-0/+213
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-287-3/+45
* ldetect-lst tables are now compressedPascal Rigaux2005-08-252-2/+2
* fix build on x86_64Thierry Vignaud2005-08-031-1/+1
* do not crash if automatic mode isn't usedOlivier Blin2005-07-291-1/+1
* don't corrupt the choice variableOlivier Blin2005-07-281-2/+1
* use thirdparty mode if the "thirdparty" automatic keyword is specifiedOlivier Blin2005-07-281-1/+5
* fix indentationOlivier Blin2005-07-281-10/+10
* if interface is "auto", try to detect the first interface with a link beatOlivier Blin2005-07-222-0/+48
* add pcmcia network card ids in the pci table, so that cardbus card get a chan...Olivier Blin2005-07-181-1/+1
* write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/networkOlivier Blin2005-06-031-5/+4
* domain name is already in /etc/resolv.conf (and stage2 reads this file too), ...Olivier Blin2005-06-031-2/+0
* Fix path of librpc.a now that we use the system's dietlibcRafael Garcia-Suarez2005-05-061-1/+1
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-0611-13/+22
* use installed dietlibc, not our forked cvs versionPascal Rigaux2005-05-061207-55899/+5
* detect tokenring and wireless cards in stage1Olivier Blin2005-04-291-1/+1
* detect IP address from DSL connectionOlivier Blin2005-04-261-5/+11
* fix dns resolution for DSL connectionsOlivier Blin2005-04-261-2/+3
* enhance logging again, re-indentOlivier Blin2005-04-261-9/+8
* fix typo (me sux)Olivier Blin2005-04-261-1/+1
* enhance loggingOlivier Blin2005-04-261-12/+9
* always initialize proxy settingsOlivier Blin2005-04-261-0/+3
* fix typoOlivier Blin2005-04-261-1/+1
* set SSID after all other settings, improve text, fix castOlivier Blin2005-04-211-8/+11
* use /proc/net/dev to detect network interfaces, instead of testing a limited ...Olivier Blin2005-04-211-33/+46