summaryrefslogtreecommitdiffstats
path: root/perl-install/c
Commit message (Collapse)AuthorAgeFilesLines
...
* fix fd leak when detecting network driver (mostly notable in network center ↵Olivier Blin2008-04-181-0/+1
| | | | and drakroam)
* 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 ↵Pascal Rigaux2006-03-034-1063/+1
| | | | than 5 years and must be broken
* replacing double with NV as suggested by rafael:Pascal Rigaux2006-01-121-1/+1
| | | | | | | | NV is the portable typedef perl's Configure figures out for floating point values. And since it's an internal type the typemap is easier. See: $ perl -V:nvtype nvtype='double';
* use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and usePascal Rigaux2006-01-121-4/+6
| | | | | | "double" instead of "unsigned int" (nb: it means we will use doubles instead of ints for computing things, this works quite nicely up to 100_000TB
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵Pascal Rigaux2006-01-107-859/+1
| | | | or using DMI info (often broken)
* - i had foolishly removed c::iconv whereas it was used still used by ↵Pascal Rigaux2005-12-152-10/+0
| | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused)
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-151-17/+0
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* c::iconv() is not used anymore (and if needed, there is ↵Pascal Rigaux2005-12-151-32/+0
| | | | Locale::gettext::iconv())
* 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
| | | | | 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
|