summaryrefslogtreecommitdiffstats
path: root/perl-install/c
Commit message (Expand)AuthorAgeFilesLines
...
* fix fd leak when detecting network driver (mostly notable in network center a...Olivier Blin2008-04-181-0/+1
* fix minor fd leakOlivier Blin2008-04-181-0/+1
* fix build of wireless binding with latest kernel headersOlivier Blin2007-07-171-0/+1
* re-sync after the big svn lossPascal Rigaux2007-04-253-108/+15
* remove unused silo&sbus&prom stuff (was for sparc, but untouched for more tha...Pascal Rigaux2006-03-034-1063/+1
* replacing double with NV as suggested by rafael:Pascal Rigaux2006-01-121-1/+1
* use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and usePascal Rigaux2006-01-121-4/+6
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, o...Pascal Rigaux2006-01-107-859/+1
* - i had foolishly removed c::iconv whereas it was used still used by c::from_...Pascal Rigaux2005-12-152-10/+0
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ...Pascal Rigaux2005-12-151-17/+0
* c::iconv() is not used anymore (and if needed, there is Locale::gettext::icon...Pascal Rigaux2005-12-151-32/+0
* use vol_id to find device type (fs_type and pt_type)Pascal Rigaux2005-10-182-22/+1
* 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
* 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 i...Thierry Vignaud2005-06-301-1/+1
* (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
* 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
* 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 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