| Commit message (Expand) | Author | Age | Files | Lines |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -3/+3 |
* | drop hasUltra66 (unused) | Pascal Rigaux | 2002-12-13 | 1 | -16/+0 |
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -2/+2 |
* | do not use "local *F", use run_program::get_stdout() or "local $F" instead | Pascal Rigaux | 2002-12-03 | 1 | -24/+18 |
* | add getSagem() to detect Sagem USB ADSL Modem. | Francois Pons | 2002-11-25 | 1 | -0/+3 |
* | remove dobles | Thierry Vignaud | 2002-11-25 | 1 | -2/+0 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -8/+5 |
* | fix vendor/model spliting when there's neither space nor separator | Thierry Vignaud | 2002-11-13 | 1 | -1/+1 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+4 |
* | - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins... | Pascal Rigaux | 2002-11-11 | 1 | -2/+1 |
* | - getCPUs() : fix cpu fields parsing | Thierry Vignaud | 2002-11-07 | 1 | -1/+1 |
* | perl checker fixes | Thierry Vignaud | 2002-11-07 | 1 | -2/+2 |
* | - harddrake : don't display modem when there're none | Thierry Vignaud | 2002-11-07 | 1 | -6/+3 |
* | - have "local *FILEHANDLE" before each "open FILEHANDLE, ..." | Pascal Rigaux | 2002-11-06 | 1 | -0/+1 |
* | make perl_checker happy | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -2/+2 |
* | s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ /www.linmodems.org/... | Damien Chaumette | 2002-10-28 | 1 | -1/+1 |
* | fix "poulpy sux" | Thierry Vignaud | 2002-10-23 | 1 | -3/+3 |
* | change dumb return values s/@pci_modems, $serial_modem/$serial_modem, @pci_mo... | Damien Chaumette | 2002-10-18 | 1 | -10/+1 |
* | add some comments to getCPUs | Thierry Vignaud | 2002-10-17 | 1 | -1/+11 |
* | getCPUs() : fix multiples cpu detection | Thierry Vignaud | 2002-10-16 | 1 | -5/+3 |
* | -add cpus detection | Thierry Vignaud | 2002-10-16 | 1 | -38/+13 |
* | add Pioneer to vendors list | Thierry Vignaud | 2002-10-15 | 1 | -0/+42 |
* | - move serial modem detection to detect_devices.pm | Damien Chaumette | 2002-10-10 | 1 | -0/+42 |
* | fix raidAutoStartRaidtab crushing /etc/raidtab | Pascal Rigaux | 2002-09-24 | 1 | -2/+4 |
* | Made the association of model names obtained by auto-detection and of | Till Kamppeter | 2002-09-12 | 1 | -0/+5 |
* | (isRemovableDrive): usb with class "Floppy (UFI)" are removable even if they ... | Pascal Rigaux | 2002-08-29 | 1 | -1/+1 |
* | (isRemovableUsb): using "Floppy (UFI)" usb media_type is no good, use magical... | Pascal Rigaux | 2002-08-29 | 1 | -10/+18 |
* | - why did hds() did return removable drives in standalone? changing this (thi... | Pascal Rigaux | 2002-08-28 | 1 | -13/+70 |
* | create detect_devices::suggest_mount_point and use it instead of doing it in ... | Pascal Rigaux | 2002-08-28 | 1 | -0/+16 |
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
* | set {prefix} for rd/ida/cciss/... (instead of doing it in fsedit::hds) | Pascal Rigaux | 2002-08-27 | 1 | -4/+5 |
* | dev_is_devfs always return false during install | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
* | avoid using serial_probe on non terminal device (ttyxx or ttySxx). | Francois Pons | 2002-08-26 | 1 | -2/+6 |
* | Let command line tools for network scanning run under "chroot $refix", otherw... | Till Kamppeter | 2002-08-24 | 1 | -244/+1 |
* | add scsi Optical Device recognition (thanks to Michael Riss) | Pascal Rigaux | 2002-08-19 | 1 | -1/+1 |
* | (floppies): module "floppy" can fail to insmod, in that case it means | Pascal Rigaux | 2002-08-11 | 1 | -1/+2 |
* | Scanning network for printers did not work during installation. Fixed. | Till Kamppeter | 2002-08-10 | 1 | -26/+24 |
* | explain the fscking "Processor" need | Thierry Vignaud | 2002-08-08 | 1 | -0/+2 |
* | old hp scanners report themselves as "Processor"s as : | Thierry Vignaud | 2002-08-08 | 1 | -1/+1 |
* | make perl_checker happy | Pascal Rigaux | 2002-08-06 | 1 | -3/+3 |
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -5/+1 |
* | Accelerated network scanning for printers by applying "nmap" only to machines... | Till Kamppeter | 2002-08-04 | 1 | -5/+81 |
* | Added facility to scan network for SMB/Windows-hosted printers. | Till Kamppeter | 2002-08-01 | 1 | -9/+61 |
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -5/+5 |
* | Added subroutines for ethernet printer auto-detection. | Till Kamppeter | 2002-07-31 | 1 | -0/+117 |
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |