Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix installing packages when having a numeric pad | Thierry Vignaud | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | drop support for MIPS | Thierry Vignaud | 2016-04-24 | 1 | -21/+2 |
| | |||||
* | fix detecting running under Qemu | Thierry Vignaud | 2016-04-24 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2016-04-23 | 1 | -4/+2 |
| | |||||
* | add 'qemu' flag for rpmsrate | Thierry Vignaud | 2016-04-23 | 1 | -0/+11 |
| | |||||
* | rename isHyperv() as is_hyperv() | Thierry Vignaud | 2016-04-23 | 1 | -3/+3 |
| | | | | like other is_*() virt functions... | ||||
* | fix detecting nvme devices as block devices | Thomas Backlund | 2016-03-29 | 1 | -2/+2 |
| | |||||
* | add 'virtualbox' & 'vmware' flags for rpmsrate | Thierry Vignaud | 2016-03-23 | 1 | -0/+2 |
| | |||||
* | sort | Thierry Vignaud | 2016-03-23 | 1 | -6/+6 |
| | |||||
* | simplify: use virt_technology() | Thierry Vignaud | 2016-03-23 | 1 | -4/+3 |
| | |||||
* | (isHyperv) move it along other virt functions | Thierry Vignaud | 2016-03-23 | 1 | -11/+11 |
| | |||||
* | (virt_technology) introduce it | Thierry Vignaud | 2016-03-23 | 1 | -0/+11 |
| | |||||
* | fix typo | Thomas Backlund | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | detect nvme devices as block devices (mga#17743) | Thomas Backlund | 2016-02-14 | 1 | -1/+9 |
| | |||||
* | further simplify | Thierry Vignaud | 2016-01-25 | 1 | -3/+1 |
| | |||||
* | simplify detect_devices::dmi_probe | Olivier Blin | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Fix a crash in detect_devices on non x86 | Pascal Terjan | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | probe_type parameter was killed 11 years ago... | Thierry Vignaud | 2015-12-25 | 1 | -1/+0 |
| | | | | redoing commit 365a32cdf1f85c6a35f95b186d12a353ab9f7f2c | ||||
* | fix identifying Intel as a disk vendor | Thierry Vignaud | 2014-12-07 | 1 | -0/+1 |
| | | | | report 'Intel' instead of 'ATA' for Intel SSDs | ||||
* | drop support for dmidecode < 2.7 | Thierry Vignaud | 2014-12-07 | 1 | -11/+5 |
| | | | | (which we have since January 2006, mdv2007.0...) | ||||
* | make sure udev had time to create device nodes | Thierry.Vignaud | 2014-06-19 | 1 | -1/+4 |
| | |||||
* | do not bother creating /dev/fd[01] | Thierry.Vignaud | 2014-06-19 | 1 | -1/+1 |
| | | | | now done by udev | ||||
* | remove support for ataraid | Thierry.Vignaud | 2014-06-18 | 1 | -11/+1 |
| | | | | | | was killed in kernel on 2002-08-16, obsolete since kernel-2.6... See https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=12105c896098faf822e882f3495fee485c2ebaa5 | ||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | convert a cople comments to POD | Thierry.Vignaud | 2014-05-27 | 1 | -1/+6 |
| | |||||
* | typo fixes | Thierry.Vignaud | 2014-05-27 | 1 | -6/+6 |
| | |||||
* | improve style | Thierry.Vignaud | 2014-05-27 | 1 | -16/+16 |
| | |||||
* | drop (broken) support for Alpha, PPC, Sparc & most of IA64 | Thierry.Vignaud | 2014-05-26 | 1 | -18/+2 |
| | | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox? | ||||
* | promote titles | Thierry.Vignaud | 2014-05-26 | 1 | -6/+6 |
| | |||||
* | fix detecting some UPS devices (mga#13424) | Thierry Vignaud | 2014-05-24 | 1 | -1/+1 |
| | |||||
* | partially podify some modules | Thierry Vignaud | 2014-05-20 | 1 | -3/+365 |
| | |||||
* | probe_type parameter was killed 11 years ago... | Thierry Vignaud | 2014-05-20 | 1 | -1/+0 |
| | | | | in commit f2c9aaef837eceaebbc643f77492fce69fb32f3f | ||||
* | do not fill logs with "Cannot open /dev/input/eventX" (mga#8232) | Thierry Vignaud | 2013-12-27 | 1 | -2/+7 |
| | | | | | issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011 | ||||
* | do not crash if /dev/input/eventX doesn't exist (mga#10296) | Thierry Vignaud | 2013-12-27 | 1 | -1/+1 |
| | | | | | | | | do not attempt to create /dev/* if not root like previous commit, issue introduced in commit eea2f8ef9ddf7e461702d8fda0b8e98e623694c2 by Arnaud Patard on Mar 18 2011 | ||||
* | detect eMMc block devices (Luc Menut, mga#11812) | Thierry Vignaud | 2013-12-03 | 1 | -1/+9 |
| | |||||
* | detect_devices: check for phy80211 sysfs directory as well to detect ↵ | Olivier Blin | 2013-05-09 | 1 | -1/+3 |
| | | | | wireless devices | ||||
* | fix displayed PCI/USB ids (spot in mga#9674) | Thierry Vignaud | 2013-04-09 | 1 | -2/+0 |
| | |||||
* | adapt to xen-4.2 | Thierry Vignaud | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | fix detecting Xen hard disks (mga#9546) | Thierry Vignaud | 2013-03-30 | 1 | -1/+1 |
| | | | | | issue "introduced" in commit r4655 on May 23 2012: "add support for XenBlk discs(...) needs testing" | ||||
* | kill everything regarding legacy ide-scsi (removed on january 2009, in 2.6.29) | Thierry Vignaud | 2013-03-05 | 1 | -1/+0 |
| | |||||
* | use a proper interface between C (ldetect) & perl world, using XS | Thierry Vignaud | 2013-01-14 | 1 | -16/+12 |
| | | | | | | | | create directly the hash in XS instead of instead of sprintf()ing it into a string which was then parsed in perl in order to actually create the hash this also simplifies adding further fields | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-12-11 | 1 | -2/+2 |
| | |||||
* | - Add support to detect if we're running in Hyper-V vm and automatically | Arnaud Patard | 2012-12-07 | 1 | -0/+6 |
| | | | | | load storage driver when probing disks in this case. | ||||
* | (main,hasCPUMicrocode) load 'microcode' asynchronously | Thierry Vignaud | 2012-10-05 | 1 | -1/+0 |
| | | | | thus preventing big wait when not supported (mga#7671) | ||||
* | adapt to usbfs death (4/4): note that usbKeyboard2country_code() is | Thierry Vignaud | 2012-08-30 | 1 | -0/+1 |
| | | | | | | broken with kernel-3.5+ we need to find sg else in order to retrieve that info | ||||
* | adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead of | Thierry Vignaud | 2012-08-30 | 1 | -1/+1 |
| | | | | /proc/bus/usb | ||||
* | (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵ | Thierry Vignaud | 2012-05-23 | 1 | -1/+9 |
| | | | | | | support for XenBlk discs needs testing | ||||
* | silent perl_checker | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | (getSerialModem) revert complexify | Thierry Vignaud | 2012-03-19 | 1 | -8/+2 |
| | |||||
* | (floppies) simplify | Thierry Vignaud | 2012-03-19 | 1 | -3/+3 |
| |