Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.9 | Pascal Rigaux | 2007-06-29 | 2 | -1/+4 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-05-14 | 4 | -0/+681 |
| | |||||
* | build pcmcia header only on i386/x86_64 (patch from Pixel, #30668) | Olivier Blin | 2007-05-09 | 2 | -3/+4 |
| | |||||
* | use full buffer size when snprintfing (gb) | Olivier Blin | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | 1.8 | Olivier Blin | 2007-04-25 | 2 | -1/+4 |
| | |||||
* | use api.mandriva.com to retrieve mirror list (#29346) | Olivier Blin | 2007-04-25 | 2 | -117/+82 |
| | |||||
* | implement ask_from_list_index() and drop other ask_from_list() functions | Olivier Blin | 2007-04-25 | 2 | -45/+23 |
| | |||||
* | add generic ask_from_list_comments() and ask_from_list() implementation ↵ | Olivier Blin | 2007-04-25 | 1 | -0/+19 |
| | | | | using the index returned by ask_from_list_index() | ||||
* | add ask_from_list_index() prototype | Olivier Blin | 2007-04-25 | 1 | -0/+1 |
| | |||||
* | add lowercase() function (used to retrieve mirror list) | Olivier Blin | 2007-04-25 | 2 | -0/+10 |
| | |||||
* | remove huge unwanted commit | Olivier Blin | 2007-04-25 | 8 | -137/+165 |
| | |||||
* | crappy commit (reverted later) | Olivier Blin | 2007-04-25 | 8 | -165/+137 |
| | |||||
* | pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to ↵ | Olivier Blin | 2007-04-25 | 1 | -1/+1 |
| | | | | retrieve) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 168 | -32460/+1336 |
| | |||||
* | fix potential buffer overflows (thanks to Rafael for the advice) | Olivier Blin | 2006-02-15 | 1 | -5/+2 |
| | |||||
* | Fix minor memory leak | Rafael Garcia-Suarez | 2006-02-15 | 1 | -0/+1 |
| | |||||
* | Fix another couple of potential buffer overflows | Rafael Garcia-Suarez | 2006-02-15 | 2 | -9/+2 |
| | |||||
* | Remove another potential buffer overflow | Rafael Garcia-Suarez | 2006-02-14 | 1 | -2/+1 |
| | |||||
* | try to find modules in a sub-directory named by the kernel release | Olivier Blin | 2006-02-13 | 1 | -1/+17 |
| | |||||
* | be compliant with recent gcc (from peroyvind) | Pascal Rigaux | 2006-01-24 | 3 | -6/+6 |
| | |||||
* | support jfs and xfs | Olivier Blin | 2005-12-02 | 2 | -0/+8 |
| | |||||
* | add some log message about interface auto detection | Olivier Blin | 2005-09-13 | 1 | -0/+1 |
| | |||||
* | mirror list support for http method | Olivier Blin | 2005-09-07 | 1 | -0/+10 |
| | |||||
* | http redirection support | Olivier Blin | 2005-09-07 | 1 | -8/+49 |
| | |||||
* | fix lame bug preventing usb and firewire controllers to be recognized | Olivier Blin | 2005-09-06 | 1 | -1/+2 |
| | |||||
* | support for alternate modules (allows to load both ahci and ata_piix) | Olivier Blin | 2005-08-30 | 1 | -0/+33 |
| | |||||
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 2 | -0/+213 |
| | |||||
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 7 | -3/+45 |
| | |||||
* | ldetect-lst tables are now compressed | Pascal Rigaux | 2005-08-25 | 2 | -2/+2 |
| | |||||
* | fix build on x86_64 | Thierry Vignaud | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | do not crash if automatic mode isn't used | Olivier Blin | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | don't corrupt the choice variable | Olivier Blin | 2005-07-28 | 1 | -2/+1 |
| | |||||
* | use thirdparty mode if the "thirdparty" automatic keyword is specified | Olivier Blin | 2005-07-28 | 1 | -1/+5 |
| | |||||
* | fix indentation | Olivier Blin | 2005-07-28 | 1 | -10/+10 |
| | |||||
* | if interface is "auto", try to detect the first interface with a link beat | Olivier Blin | 2005-07-22 | 2 | -0/+48 |
| | |||||
* | add pcmcia network card ids in the pci table, so that cardbus card get a ↵ | Olivier Blin | 2005-07-18 | 1 | -1/+1 |
| | | | | chance to be automatically loaded | ||||
* | write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/network | Olivier Blin | 2005-06-03 | 1 | -5/+4 |
| | |||||
* | domain name is already in /etc/resolv.conf (and stage2 reads this file too), ↵ | Olivier Blin | 2005-06-03 | 1 | -2/+0 |
| | | | | don't write it in /tmp/network | ||||
* | Fix path of librpc.a now that we use the system's dietlibc | Rafael Garcia-Suarez | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | Stage 1 compilation fixes for gcc 4.0 : | Rafael Garcia-Suarez | 2005-05-06 | 11 | -13/+22 |
| | | | | | | | | | | * more casts signed<->unsigned types * make choose_iso_in_directory()'s return type "void" * change order of .h files in network.c so strndup is included correctly * newt: initialize some variables properly * compile pcmcia and ppp with -Wno-deprecated-declarations, since they use deprecated types such as u_int32_t | ||||
* | use installed dietlibc, not our forked cvs version | Pascal Rigaux | 2005-05-06 | 1207 | -55899/+5 |
| | |||||
* | detect tokenring and wireless cards in stage1 | Olivier Blin | 2005-04-29 | 1 | -1/+1 |
| | |||||
* | detect IP address from DSL connection | Olivier Blin | 2005-04-26 | 1 | -5/+11 |
| | |||||
* | fix dns resolution for DSL connections | Olivier Blin | 2005-04-26 | 1 | -2/+3 |
| | |||||
* | enhance logging again, re-indent | Olivier Blin | 2005-04-26 | 1 | -9/+8 |
| | |||||
* | fix typo (me sux) | Olivier Blin | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | enhance logging | Olivier Blin | 2005-04-26 | 1 | -12/+9 |
| | |||||
* | always initialize proxy settings | Olivier Blin | 2005-04-26 | 1 | -0/+3 |
| | |||||
* | fix typo | Olivier Blin | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | set SSID after all other settings, improve text, fix cast | Olivier Blin | 2005-04-21 | 1 | -8/+11 |
| |