Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (C_backtrace) kill debug statement | Thierry Vignaud | 2011-11-22 | 1 | -1/+0 |
| | |||||
* | (C_backtrace) introduce it in order to get a better GDB trace | Thierry Vignaud | 2011-11-22 | 1 | -0/+29 |
| | |||||
* | (get_pci_description) bind libldetect new API for stage1's stuff | Thierry Vignaud | 2011-05-06 | 1 | -0/+4 |
| | |||||
* | Fix fd leak | Pascal Terjan | 2011-04-24 | 1 | -0/+1 |
| | |||||
* | - use EVIOCGBIT ioctl instead of trying to parse key field from | Arnaud Patard | 2011-03-18 | 1 | -0/+34 |
| | | | | | /proc/bus/input/devices to avoid issues on 64bit kernel with 32bit userspace | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 3 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------ | ||||
* | Commit forgotten file | Pascal Terjan | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | (pci_probe) wrap for readability | Thierry Vignaud | 2009-11-25 | 1 | -1/+2 |
| | |||||
* | (usb_probe) wrap for readability | Thierry Vignaud | 2009-11-25 | 1 | -1/+3 |
| | |||||
* | update drakx to get proper sysfs device path from usb devices | Herton Ronaldo Krzesinski | 2009-11-25 | 1 | -2/+2 |
| | |||||
* | (pci_probe) better check for PCI Express capability | Thierry Vignaud | 2009-09-30 | 1 | -2/+2 |
| | |||||
* | (pci_probe__real,c::pci_probe) retrieve PCI revision (#42576) | Thierry Vignaud | 2009-09-23 | 1 | -2/+2 |
| | | | | | (needs ldetect >= 0.9) | ||||
* | diskdrake: fix for libparted 1.9 (#52991) | Pascal Terjan | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | handle partition starting after 1To | Pascal Terjan | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | diskdrake: don't crash on invalid partition table | Pascal Terjan | 2009-02-13 | 1 | -31/+41 |
| | |||||
* | Rewrite gpt support with libparted | Pascal Terjan | 2009-01-27 | 2 | -1/+140 |
| | |||||
* | fix fd leak when detecting network driver (mostly notable in network center ↵ | Olivier Blin | 2008-04-18 | 1 | -0/+1 |
| | | | | and drakroam) | ||||
* | fix minor fd leak | Olivier Blin | 2008-04-18 | 1 | -0/+1 |
| | |||||
* | fix build of wireless binding with latest kernel headers | Olivier Blin | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 3 | -108/+15 |
| | |||||
* | remove unused silo&sbus&prom stuff (was for sparc, but untouched for more ↵ | Pascal Rigaux | 2006-03-03 | 4 | -1063/+1 |
| | | | | than 5 years and must be broken | ||||
* | replacing double with NV as suggested by rafael: | Pascal Rigaux | 2006-01-12 | 1 | -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 use | Pascal Rigaux | 2006-01-12 | 1 | -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 Rigaux | 2006-01-10 | 7 | -859/+1 |
| | | | | or using DMI info (often broken) | ||||
* | - i had foolishly removed c::iconv whereas it was used still used by ↵ | Pascal Rigaux | 2005-12-15 | 2 | -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 Rigaux | 2005-12-15 | 1 | -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 Rigaux | 2005-12-15 | 1 | -32/+0 |
| | | | | Locale::gettext::iconv()) | ||||
* | use vol_id to find device type (fs_type and pt_type) | Pascal Rigaux | 2005-10-18 | 2 | -22/+1 |
| | |||||
* | use vol_id to get filesystem label (we only handled the equivalenet of e2label) | Pascal Rigaux | 2005-08-29 | 1 | -17/+0 |
| | |||||
* | map more closely to dmidecode behaviour's, aka mmap(/dev/mem) and find/read | Gwenolé Beauchesne | 2005-08-09 | 1 | -66/+89 |
| | | | | | the raw DMI table in a whole. | ||||
* | revert, that's not needed after all | Olivier Blin | 2005-07-21 | 1 | -1/+0 |
| | |||||
* | add volume_set_id | Olivier Blin | 2005-07-21 | 1 | -0/+1 |
| | |||||
* | add setlocate() and LC_COLLATE for common.pm | Thierry Vignaud | 2005-06-30 | 1 | -0/+9 |
| | |||||
* | rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵ | Thierry Vignaud | 2005-06-30 | 1 | -1/+1 |
| | | | | its purpose | ||||
* | (strftime) add it thus avoiding to load bloaty POSIX in net_applet | Thierry Vignaud | 2005-06-30 | 1 | -0/+22 |
| | |||||
* | Remove rpm include dir from Makefile_c | Rafael Garcia-Suarez | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | do not link anymore with librpm since perl-URPM is used for that (saves 6.1Mb | Thierry Vignaud | 2005-06-30 | 1 | -1/+0 |
| | | | | | of virtual and 800kb of shared memory in net_applet) | ||||
* | Remove dependency of c::stuff on rpmlib | Rafael Garcia-Suarez | 2005-06-30 | 1 | -26/+0 |
| | |||||
* | Remove function not used (and provided by perl-URPM anyway) | Rafael Garcia-Suarez | 2005-06-30 | 1 | -6/+1 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -9/+3 |
| | |||||
* | remove doble | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add O_CREAT | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add O_WRONLY & O_RDWR | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add commented line to help debugging pci_probe | Pascal Rigaux | 2005-05-13 | 1 | -0/+1 |
| | |||||
* | add enable_net_device | Olivier Blin | 2005-03-31 | 1 | -0/+19 |
| | |||||
* | - add dmi_probe() | Pascal Rigaux | 2005-03-15 | 1 | -0/+19 |
| | | | | | - some special code on dmi is now moved in dmitable with flags Pkg: and Module: | ||||
* | 64-bit fixes for x86_64 | Gwenolé Beauchesne | 2004-10-04 | 1 | -30/+35 |
| | |||||
* | prototypes are dangerous | Pascal Rigaux | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | max() is not defined, inline it | Pascal Rigaux | 2004-09-09 | 1 | -1/+3 |
| | |||||
* | add dmi type 6 in detection memory size | Nicolas Planel | 2004-09-09 | 1 | -2/+27 |
| |