summaryrefslogtreecommitdiffstats
path: root/perl-install/c
Commit message (Expand)AuthorAgeFilesLines
...
* the multiplication must be done with type "long long" otherwise it overflows ...Pascal Rigaux2004-01-301-2/+2
* (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hwThierry Vignaud2004-01-261-3/+12
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-2/+15
* support HIDIOCAPPLICATION ioctl tooThierry Vignaud2003-12-221-1/+1
* log_message in drakx mode is better when logged for realGuillaume Cottenceau2003-12-041-1/+24
* inspires from xwait: keep a client until some window is created, otherwise X ...Guillaume Cottenceau2003-11-261-2/+11
* adapt to new usb_class2text()Pascal Rigaux2003-11-201-2/+3
* (get_usb_ups_name) introduce it to map usb devices to hiddev devicesThierry Vignaud2003-11-071-0/+17
* (getNetDriver) ask the kernel the network interface <-> driver mappingThierry Vignaud2003-11-061-0/+29
* reput back hasNetDevice() instead of getNetInterfaces() sinceThierry Vignaud2003-11-051-33/+12
* ask the kernel the list of network devices instead of manually probingThierry Vignaud2003-11-031-12/+33
* (get_hw_address) introduce it to eventually track down ethernet cardsThierry Vignaud2003-10-301-0/+30
* kill warning complaint from gcc aka resync with official rpm headersThierry Vignaud2003-10-201-1/+1
* add usleep()Pascal Rigaux2003-10-061-1/+5
* fixed possible typo...Francois Pons2003-09-151-1/+1
* stuff doesn't contain gtk stuff anymoreGuillaume Cottenceau2003-09-122-4/+2
* libXext seems to be needed, i don't know why...Pascal Rigaux2003-09-111-1/+1
* Use x86 smp detection scheme on amd64 instead of the ugly dmesg workaround.Gwenolé Beauchesne2003-08-201-3/+2
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-191-3/+2
* in floppy_info(), check ioctl success and use FDPOLLDRVSTAT (copied from kudz...Pascal Rigaux2003-08-141-2/+5
* Two smp detection for intel archNicolas Planel2003-02-262-10/+5
* fix planel sucks that broke the installation (hint look at nm outputThierry Vignaud2003-02-261-1/+1
* Add dmidetection for smpNicolas Planel2003-02-253-2/+223
* at last fix the culprit for the dreaded "relocation error"Pascal Rigaux2003-02-131-2/+4
* do not eject cdrom when already removed at the end of install (bug #1235)Pascal Rigaux2003-02-031-1/+1
* fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading strings...Guillaume Cottenceau2003-01-241-15/+0
* fix accents characters displaying in console mode during install:Guillaume Cottenceau2003-01-221-8/+2
* *** empty log message ***Pablo Saratxaga2003-01-071-2/+5
* dgettext needs to have previous behaviour in standalone mode (fixes #736)Guillaume Cottenceau2003-01-031-13/+25
* iconv_ is needed all the times, not only in drakxGuillaume Cottenceau2002-12-131-4/+4
* add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl se...Guillaume Cottenceau2002-12-061-16/+34
* glib-config is obsolete nowThierry Vignaud2002-12-051-1/+1
* gtk+-2 portThierry Vignaud2002-12-051-1/+1
* workaround perl sprintf bug when some parameters are utf8 and some notMystery Man 5352002-12-031-0/+26
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+2
* initIMPS2: use /dev/mouse instead of /dev/cdrom (!)Pascal Rigaux2002-10-161-1/+1
* removed old code no more used.Francois Pons2002-09-101-18/+0
* lib64 fixesGwenolé Beauchesne2002-07-311-1/+4
* use usb keyboard bCountryCode to choose the right keyboardPascal Rigaux2002-07-301-2/+2
* don't copy struct pciusb_entries on the stackThierry Vignaud2002-07-251-5/+5
* rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module)Pascal Rigaux2002-07-242-1/+1
* ensure things build as they should when perl is upgraded on compilation boxPascal Rigaux2002-07-221-1/+1
* cleaned no more used method.Francois Pons2002-07-151-462/+1
* adapt to new ldetectPascal Rigaux2002-07-041-2/+2
* - TODO: Update ia64 check with /proc/pal/cpuX ?Gwenolé Beauchesne2002-07-021-3/+6
* s/class/class_/ for ldetect 0.4Pascal Rigaux2002-06-101-2/+2
* rpmlib 4.0.4 now also needs libpoptGuillaume Cottenceau2002-04-041-1/+1
* undef'ing some macros used by 2 independent sources et still needed :-(Pascal Rigaux2002-02-141-0/+3
* #include iconv.h is needed even when C_RPM is undefinedPascal Rigaux2002-02-141-7/+4
* "standard_charset" and "iconv" are needed even when C_RPM is undefinedPascal Rigaux2002-02-111-4/+3