summaryrefslogtreecommitdiffstats
path: root/perl-install/c/stuff.xs.pl
Commit message (Expand)AuthorAgeFilesLines
* prototypes are dangerousPascal Rigaux2004-09-101-1/+1
* revert my last bad commitNicolas Planel2004-08-171-7/+102
* rework smp-dmi, add dmi memory detection suppportNicolas Planel2004-08-171-102/+10
* always include all funcs (these're needed anyway by Move and GlobeTrotter)Thierry Vignaud2004-07-291-5/+5
* workaround blind gwenoleThierry Vignaud2004-07-061-1/+1
* workaround build with new kernelsThierry Vignaud2004-07-061-0/+1
* in iso install, use ISOPATH environment variable instead of loopback device f...Olivier Blin2004-06-181-8/+0
* in disk-iso install, automatically choose and change ISO images, according to...Olivier Blin2004-06-181-0/+28
* (netdevices) introduce it in order to list network interfacesThierry Vignaud2004-05-261-0/+37
* (hasNetDevice, isNetDeviceWirelessAware, getNetDriver) explicitely useThierry Vignaud2004-05-191-3/+3
* (isNetDeviceWirelessAware) introduce it in order to detect whether aThierry Vignaud2004-05-191-0/+20
* really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet)Pascal Rigaux2004-05-131-0/+17
* we don't KTYP anymore, but we need K_NOSUCHMAPPascal Rigaux2004-02-101-9/+1
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-69/+0
* kill warningThierry Vignaud2004-02-021-0/+5
* 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
* stuff doesn't contain gtk stuff anymoreGuillaume Cottenceau2003-09-121-2/+0
* 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
* 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
* workaround perl sprintf bug when some parameters are utf8 and some notMystery Man 5352002-12-031-0/+26
* initIMPS2: use /dev/mouse instead of /dev/cdrom (!)Pascal Rigaux2002-10-161-1/+1
* 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-241-0/+579