Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move Xtest() and setMouseLive() out of c/stuff to xf86misc::main | Pascal Rigaux | 2004-02-08 | 1 | -69/+0 |
| | | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs | ||||
* | kill warning | Thierry Vignaud | 2004-02-02 | 1 | -0/+5 |
| | |||||
* | the multiplication must be done with type "long long" otherwise it overflows ↵ | Pascal Rigaux | 2004-01-30 | 1 | -2/+2 |
| | | | | at 4GB | ||||
* | (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hw | Thierry Vignaud | 2004-01-26 | 1 | -3/+12 |
| | | | | | | addr (or "N/A" for some isapnp cards due to lack of support from drivers) | ||||
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ↵ | Pascal Rigaux | 2004-01-15 | 1 | -2/+15 |
| | | | | | | | | | table) in most cases - replace with tell_kernel() and will_tell_kernel() - correctly handle in standalone the need to reboot, with no way to forget it (telling the WM to quit nicely then call reboot when it's done) | ||||
* | support HIDIOCAPPLICATION ioctl too | Thierry Vignaud | 2003-12-22 | 1 | -1/+1 |
| | |||||
* | log_message in drakx mode is better when logged for real | Guillaume Cottenceau | 2003-12-04 | 1 | -1/+24 |
| | |||||
* | inspires from xwait: keep a client until some window is created, otherwise X ↵ | Guillaume Cottenceau | 2003-11-26 | 1 | -2/+11 |
| | | | | server blinks to hell | ||||
* | adapt to new usb_class2text() | Pascal Rigaux | 2003-11-20 | 1 | -2/+3 |
| | |||||
* | (get_usb_ups_name) introduce it to map usb devices to hiddev devices | Thierry Vignaud | 2003-11-07 | 1 | -0/+17 |
| | |||||
* | (getNetDriver) ask the kernel the network interface <-> driver mapping | Thierry Vignaud | 2003-11-06 | 1 | -0/+29 |
| | |||||
* | reput back hasNetDevice() instead of getNetInterfaces() since | Thierry Vignaud | 2003-11-05 | 1 | -33/+12 |
| | | | | | SIOCGIFCONF only list *active* network interfaces | ||||
* | ask the kernel the list of network devices instead of manually probing | Thierry Vignaud | 2003-11-03 | 1 | -12/+33 |
| | | | | | everything (this enable to handle more than 4 ethernet cards) | ||||
* | (get_hw_address) introduce it to eventually track down ethernet cards | Thierry Vignaud | 2003-10-30 | 1 | -0/+30 |
| | | | | | swap/move on bootstrapping | ||||
* | kill warning complaint from gcc aka resync with official rpm headers | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | add usleep() | Pascal Rigaux | 2003-10-06 | 1 | -1/+5 |
| | |||||
* | fixed possible typo... | Francois Pons | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | stuff doesn't contain gtk stuff anymore | Guillaume Cottenceau | 2003-09-12 | 2 | -4/+2 |
| | |||||
* | libXext seems to be needed, i don't know why... | Pascal Rigaux | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | Use x86 smp detection scheme on amd64 instead of the ugly dmesg workaround. | Gwenolé Beauchesne | 2003-08-20 | 1 | -3/+2 |
| | |||||
* | pci hardware discovery: do full-probe by default | Thierry Vignaud | 2003-08-19 | 1 | -3/+2 |
| | |||||
* | in floppy_info(), check ioctl success and use FDPOLLDRVSTAT (copied from ↵ | Pascal Rigaux | 2003-08-14 | 1 | -2/+5 |
| | | | | kudzu code) | ||||
* | Two smp detection for intel arch | Nicolas Planel | 2003-02-26 | 2 | -10/+5 |
| | |||||
* | fix planel sucks that broke the installation (hint look at nm output | Thierry Vignaud | 2003-02-26 | 1 | -1/+1 |
| | | | | | on old stuff.so ... ) | ||||
* | Add dmidetection for smp | Nicolas Planel | 2003-02-25 | 3 | -2/+223 |
| | |||||
* | at last fix the culprit for the dreaded "relocation error" | Pascal Rigaux | 2003-02-13 | 1 | -2/+4 |
| | | | | | (esp. occured when the glibc changed) | ||||
* | do not eject cdrom when already removed at the end of install (bug #1235) | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵ | Guillaume Cottenceau | 2003-01-24 | 1 | -15/+0 |
| | | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk | ||||
* | fix accents characters displaying in console mode during install: | Guillaume Cottenceau | 2003-01-22 | 1 | -8/+2 |
| | | | | | | | - convert translations into utf8 only during install && if using gtk - explicitely bind the codeset to the specified locale's encoding because during install they are reported as utf8 | ||||
* | *** empty log message *** | Pablo Saratxaga | 2003-01-07 | 1 | -2/+5 |
| | |||||
* | dgettext needs to have previous behaviour in standalone mode (fixes #736) | Guillaume Cottenceau | 2003-01-03 | 1 | -13/+25 |
| | |||||
* | iconv_ is needed all the times, not only in drakx | Guillaume Cottenceau | 2002-12-13 | 1 | -4/+4 |
| | |||||
* | add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl ↵ | Guillaume Cottenceau | 2002-12-06 | 1 | -16/+34 |
| | | | | seems to mess with that when trying to do so from within gtk2-perl (with sv_utf8_upgrade) | ||||
* | glib-config is obsolete now | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | workaround perl sprintf bug when some parameters are utf8 and some not | Mystery Man 535 | 2002-12-03 | 1 | -0/+26 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+2 |
| | |||||
* | initIMPS2: use /dev/mouse instead of /dev/cdrom (!) | Pascal Rigaux | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | removed old code no more used. | Francois Pons | 2002-09-10 | 1 | -18/+0 |
| | |||||
* | lib64 fixes | Gwenolé Beauchesne | 2002-07-31 | 1 | -1/+4 |
| | |||||
* | use usb keyboard bCountryCode to choose the right keyboard | Pascal Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | don't copy struct pciusb_entries on the stack | Thierry Vignaud | 2002-07-25 | 1 | -5/+5 |
| | |||||
* | rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module) | Pascal Rigaux | 2002-07-24 | 2 | -1/+1 |
| | | | | | (it helps for not having stuff.xs.pm in PMS) | ||||
* | ensure things build as they should when perl is upgraded on compilation box | Pascal Rigaux | 2002-07-22 | 1 | -1/+1 |
| | | | | | (using a nice scheme: make || make) | ||||
* | cleaned no more used method. | Francois Pons | 2002-07-15 | 1 | -462/+1 |
| | |||||
* | adapt to new ldetect | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | |||||
* | - TODO: Update ia64 check with /proc/pal/cpuX ? | Gwenolé Beauchesne | 2002-07-02 | 1 | -3/+6 |
| | | | | | | - TODO: Update x86_64 check when SMP machines are actually available - Conditionalize compilation of main() with TEST macro | ||||
* | s/class/class_/ for ldetect 0.4 | Pascal Rigaux | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | rpmlib 4.0.4 now also needs libpopt | Guillaume Cottenceau | 2002-04-04 | 1 | -1/+1 |
| | |||||
* | undef'ing some macros used by 2 independent sources et still needed :-( | Pascal Rigaux | 2002-02-14 | 1 | -0/+3 |
| |