summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* workaround anthil bug #369topic/MDK92-branchThierry Vignaud2004-03-111-1/+1
|
* new versionDamien Chaumette2004-01-081-1/+5
|
* fix sagem net_cnx_up (thanks to QA team)Damien Chaumette2004-01-081-4/+4
|
* merge in spec file from update SRPMThierry Vignaud2004-01-081-2/+11
|
* merge back drakbacup updateThierry Vignaud2004-01-081-1/+1
|
* fixes merged from head into updatesThierry Vignaud2004-01-075-36/+84
|
* Handle commercial viamraid module.Gwenolé Beauchesne2003-12-292-2/+2
|
* Always prefer native amd64 versions for updates.Gwenolé Beauchesne2003-12-291-1/+9
|
* forward sagem configuration fixThierry Vignaud2003-12-011-1/+1
|
* (configure) forward fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* add CrossOver OfficeGwenolé Beauchesne2003-11-211-0/+1
|
* don't export cdcom modules archivesGwenolé Beauchesne2003-11-201-0/+1
|
* (configure) forward fix untranslatable strings: switch from ask_from_list_() toThierry Vignaud2003-11-131-7/+7
| | | | | | ask_from_list() else cjk users get bogus GUIes
* forward "always list sagem_dhcp in list, hidding it due to missingThierry Vignaud2003-11-131-3/+1
| | | | | translations is insane", there're just too many lost users
* exclude "cdcom" kernels from /export & isolinuxGwenolé Beauchesne2003-11-132-1/+2
|
* (write_interface_conf) forward fix: setVarsInSh() already take care ofThierry Vignaud2003-11-121-3/+1
| | | | | | | not writing undefined parameters, so it's safer to always write wireless parameters if set else we drop user set wireless parameters when our wireless modules list is not uptodate
* update wireless modules listThierry Vignaud2003-11-121-1/+1
|
* forward fix logic test instead of binary one (wasn't a bug there sinceThierry Vignaud2003-11-121-1/+1
| | | | | values were both undef/0 or 1)
* Parse XFree86 install server log in last resort in case there is nothingGwenolé Beauchesne2003-11-121-1/+43
| | | | | valuable retrieved so far from ddcxinfos.
* Remove explicit values for HorizSync & VertRefresh when generatingGwenolé Beauchesne2003-11-121-2/+3
| | | | | /tmp/Xconf for XFree86 4.X. i.e. let the server autodetect those values.
* forward program logic fix: write up/down programs for adsl speedtouchThierry Vignaud2003-11-121-1/+2
| | | | | | even if firmware is already there or if one say "let see this later" which result in up/down scripts to be removed on drakconnect startup
* don't ship with old modules [disable them in next kernel]Gwenolé Beauchesne2003-11-121-1/+2
|
* reintegrate togglePackageSelection that fpons nuked away during (mis)mergeGwenolé Beauchesne2003-11-071-0/+4
|
* typo fixThierry Vignaud2003-11-041-1/+1
|
* add missing changelogThierry Vignaud2003-11-041-0/+1
|
* 9.2-19mdkThierry Vignaud2003-11-041-1/+8
|
* forward "manage all interfaces when there more than one"Thierry Vignaud2003-11-041-17/+17
|
* *** empty log message ***Gwenolé Beauchesne2003-11-041-0/+0
|
* Add hdXlun=0 for hdX=ide-scsi options so that we don't get multiple entriesGwenolé Beauchesne2003-11-041-1/+4
| | | | | for cdwriters et al.
* Merge from HEAD: allow setting hdclun=0Gwenolé Beauchesne2003-11-041-1/+1
|
* Enable rescue_ms_boot on AMD64 tooGwenolé Beauchesne2003-11-041-3/+7
|
* Build PCMCIA stuff on AMD64 tooGwenolé Beauchesne2003-11-041-0/+8
|
* Merge with kernel headers 2.4.22-23mdk. Fix args to SCSI_IOCTL_GET_IDLUNGwenolé Beauchesne2003-11-0410-117/+16
| | | | | | for 64-bit arches. Some misc arrangements to make sure we have unsigned long instead of plain u_long.
* workaround empty fields when advanced_state is enabled since theThierry Vignaud2003-10-311-1/+3
| | | | | beginning
* fix anthill bug #50: ensure /etc/ppp/pap-secrets is not world readableThierry Vignaud2003-10-301-2/+4
| | | | | since it contains password/user mapping for dialup
* Enable PCMCIA on AMD64. Add new boot screens from Hélène that FrancoisGwenolé Beauchesne2003-10-302-3/+8
| | | | | packaged.
* Readd PCMCIA stuff to AMD64. Add other modules to hd.img et al. since weGwenolé Beauchesne2003-10-301-10/+1
| | | | | | now have smaller kernel modules. Also keep sata_promise & sata_via since those actually handle SATA drive and not the RAID part.
* Add PCMCIA support to AMD64Gwenolé Beauchesne2003-10-301-1/+9
|
* Enable inb() and friends in <sys/io.h> on AMD64 tooGwenolé Beauchesne2003-10-291-1/+1
|
* fix installer when network::ethernet wasn't loaded beforeThierry Vignaud2003-10-291-0/+1
|
* Sanity check in KERNEL_BOOT_INFO mode: don't read past a page fromGwenolé Beauchesne2003-10-291-9/+8
| | | | | vbe_info->mode_list.
* import back from current main cvs tree for fixes of 9.2 for x86_64Francois Pons2003-10-282-12/+29
|
* 9.2-18mdkThierry Vignaud2003-10-271-1/+17
|
* forward ISDN usb adapters supportThierry Vignaud2003-10-272-3/+15
|
* forward:Thierry Vignaud2003-10-271-2/+4
| | | | | | | | | - test_connected function was wrong and did not pass its parameter to network code code => hance connection status was never detected - profile managment in net_monitor wasn't updated to latest damien api changes in network::netconnect and thus was broken :-(
* forward: drakperm incorrectly enable one to click "ok" after havingThierry Vignaud2003-10-271-0/+1
| | | | | | | | | altered a system rule whereas system rules are not saved since they're enforced by msec. this may confuse the end user ("why my changes weren't applied?") so let disable the "ok" button if the current entry is uneditable.
* forward workaround for anthill bug #18 (do not overwrite sound aliasesThierry Vignaud2003-10-271-2/+5
| | | | | when no hardware change)
* Really read necessary mode_list info from VBE. Check that kernel couldGwenolé Beauchesne2003-10-243-10/+20
| | | | | actually get something useful into EDID block.
* Remove unreachable code. Add support for AMD64 through parsing ofGwenolé Beauchesne2003-10-234-359/+132
| | | | | | | /proc/BOOT/{edid,vbe} blocks obtained early during the boot process. However, this is a -BOOT kernel specific since there is no way to dynamically fetch updated info at runtime. i.e. terrific HACKage!
* Merge from HEAD: setsid trick to make XF4 work in fbdevGwenolé Beauchesne2003-10-231-5/+8
| | | | | Merge from pix's HEAD: use c::_exit()