summaryrefslogtreecommitdiffstats
path: root/perl-install/c
Commit message (Collapse)AuthorAgeFilesLines
* Check the socket is populated during dmi smp detection. I know, the code isGwenolé Beauchesne2006-02-221-1/+1
| | | | | | no longer used, but let's make it as "don't get gb depressed for reading SMBIOS spec for nothing"
* use vol_id to get filesystem label (we only handled the equivalenet of e2label)Pascal Rigaux2005-08-291-17/+0
|
* map more closely to dmidecode behaviour's, aka mmap(/dev/mem) and find/readGwenolé Beauchesne2005-08-091-66/+89
| | | | | the raw DMI table in a whole.
* revert, that's not needed after allOlivier Blin2005-07-211-1/+0
|
* add volume_set_idOlivier Blin2005-07-211-0/+1
|
* add setlocate() and LC_COLLATE for common.pmThierry Vignaud2005-06-301-0/+9
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-301-1/+1
| | | | its purpose
* (strftime) add it thus avoiding to load bloaty POSIX in net_appletThierry Vignaud2005-06-301-0/+22
|
* Remove rpm include dir from Makefile_cRafael Garcia-Suarez2005-06-301-1/+1
|
* do not link anymore with librpm since perl-URPM is used for that (saves 6.1MbThierry Vignaud2005-06-301-1/+0
| | | | | of virtual and 800kb of shared memory in net_applet)
* Remove dependency of c::stuff on rpmlibRafael Garcia-Suarez2005-06-301-26/+0
|
* Remove function not used (and provided by perl-URPM anyway)Rafael Garcia-Suarez2005-06-301-6/+1
|
* remove unused codePascal Rigaux2005-06-031-9/+3
|
* remove dobleThierry Vignaud2005-06-031-1/+1
|
* add O_CREATThierry Vignaud2005-06-031-1/+1
|
* add O_WRONLY & O_RDWRThierry Vignaud2005-06-031-1/+1
|
* add commented line to help debugging pci_probePascal Rigaux2005-05-131-0/+1
|
* add enable_net_deviceOlivier Blin2005-03-311-0/+19
|
* - add dmi_probe()Pascal Rigaux2005-03-151-0/+19
| | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module:
* 64-bit fixes for x86_64Gwenolé Beauchesne2004-10-041-30/+35
|
* prototypes are dangerousPascal Rigaux2004-09-101-1/+1
|
* max() is not defined, inline itPascal Rigaux2004-09-091-1/+3
|
* add dmi type 6 in detection memory sizeNicolas Planel2004-09-091-2/+27
|
* revert my last bad commitNicolas Planel2004-08-171-7/+102
|
* rework smp-dmi, add dmi memory detection suppportNicolas Planel2004-08-172-145/+115
|
* fix buildThierry Vignaud2004-08-021-2/+2
|
* always include all funcs (these're needed anyway by Move and GlobeTrotter)Thierry Vignaud2004-07-292-11/+8
|
* workaround blind gwenoleThierry Vignaud2004-07-061-1/+1
|
* workaround build with new kernelsThierry Vignaud2004-07-061-0/+1
|
* drop useless linkage since X11 stuff was split out of c moduleThierry Vignaud2004-06-271-1/+0
|
* in iso install, use ISOPATH environment variable instead of loopback device ↵Olivier Blin2004-06-181-8/+0
| | | | filename (limited to 64 chars)
* in disk-iso install, automatically choose and change ISO images, according ↵Olivier Blin2004-06-181-0/+28
| | | | to their volume id and application id
* (netdevices) introduce it in order to list network interfacesThierry Vignaud2004-05-261-0/+37
|
* (hasNetDevice, isNetDeviceWirelessAware, getNetDriver) explicitely useThierry Vignaud2004-05-191-3/+3
| | | | | system IFNAMSIZ instead of implicitely defining it
* (isNetDeviceWirelessAware) introduce it in order to detect whether aThierry Vignaud2004-05-191-0/+20
| | | | | network interface support wireless extensions or not
* 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
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* 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
| | | | at 4GB
* (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hwThierry Vignaud2004-01-261-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 Rigaux2004-01-151-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 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
| | | | server blinks to hell
* 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
| | | | | SIOCGIFCONF only list *active* network interfaces
* ask the kernel the list of network devices instead of manually probingThierry Vignaud2003-11-031-12/+33
| | | | | everything (this enable to handle more than 4 ethernet cards)