summaryrefslogtreecommitdiffstats
path: root/perl-install/c/stuff.xs.pl
Commit message (Expand)AuthorAgeFilesLines
* allow creating partition starting after 1TBPascal Terjan2009-04-271-1/+1
* 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-251-94/+13
* remove unused silo&sbus&prom stuff (was for sparc, but untouched for more tha...Pascal Rigaux2006-03-031-89/+0
* 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-101-3/+0
* - i had foolishly removed c::iconv whereas it was used still used by c::from_...Pascal Rigaux2005-12-151-7/+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-181-21/+0
* use vol_id to get filesystem label (we only handled the equivalenet of e2label)Pascal Rigaux2005-08-291-17/+0
* 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 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
* prototypes are dangerousPascal Rigaux2004-09-101-1/+1
* revert my last bad commitNicolas Planel2004-08-171-7/+102
* rework smp-dmi, add dmi memory detection suppportNicolas Planel2004-08-171-102/+10
* always include all funcs (these're needed anyway by Move and GlobeTrotter)Thierry Vignaud2004-07-291-5/+5
* workaround blind gwenoleThierry Vignaud2004-07-061-1/+1
* workaround build with new kernelsThierry Vignaud2004-07-061-0/+1
* 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
* the multiplication must be done with type "long long" otherwise it overflows ...Pascal Rigaux2004-01-301-2/+2
* (getNetDriver) introduce getHwIDs() alias that return pci/usb/... hwThierry Vignaud2004-01-261-3/+12
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-2/+15
* 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
* adapt to new usb_class2text()Pascal Rigaux2003-11-201-2/+3