summaryrefslogtreecommitdiffstats
path: root/perl-install/c
Commit message (Expand)AuthorAgeFilesLines
* fix detecting some USB devices due to not reporting their class (mga#9674)Thierry Vignaud2013-04-091-0/+1
* use a proper interface between C (ldetect) & perl world, using XSThierry Vignaud2013-01-141-13/+28
* kill obsolete commentThierry Vignaud2013-01-141-1/+0
* export res_init function to perl libOlivier Blin2012-05-101-0/+3
* (get_iso_volume_ids) disk install: handle bogus ISOs when looking for install...Thierry Vignaud2012-03-151-2/+4
* (C_backtrace) kill debug statementThierry Vignaud2011-11-221-1/+0
* (C_backtrace) introduce it in order to get a better GDB traceThierry Vignaud2011-11-221-0/+29
* (get_pci_description) bind libldetect new API for stage1's stuffThierry Vignaud2011-05-061-0/+4
* Fix fd leakPascal Terjan2011-04-241-0/+1
* - use EVIOCGBIT ioctl instead of trying to parse key field fromArnaud Patard2011-03-181-0/+34
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-063-1/+1
* Commit forgotten filePascal Terjan2010-05-031-1/+1
* (pci_probe) wrap for readabilityThierry Vignaud2009-11-251-1/+2
* (usb_probe) wrap for readabilityThierry Vignaud2009-11-251-1/+3
* update drakx to get proper sysfs device path from usb devicesHerton Ronaldo Krzesinski2009-11-251-2/+2
* (pci_probe) better check for PCI Express capabilityThierry Vignaud2009-09-301-2/+2
* (pci_probe__real,c::pci_probe) retrieve PCI revision (#42576)Thierry Vignaud2009-09-231-2/+2
* diskdrake: fix for libparted 1.9 (#52991)Pascal Terjan2009-08-271-1/+1
* handle partition starting after 1ToPascal Terjan2009-04-211-1/+1
* diskdrake: don't crash on invalid partition tablePascal Terjan2009-02-131-31/+41
* Rewrite gpt support with libpartedPascal Terjan2009-01-272-1/+140
* 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