summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/bz2/xz/Thierry Vignaud2013-04-051-2/+2
|
* 0.12.7Thierry Vignaud2013-04-052-1/+3
|
* do not fake Xen blk & net controllers on dom0 (mga#9546)Thierry Vignaud2013-04-052-0/+12
|
* fix warningThierry Vignaud2013-04-051-1/+1
|
* while it's not important, better use 2 different fake IDsThierry Vignaud2013-03-301-1/+1
|
* 0.12.6Thierry Vignaud2013-03-302-1/+3
|
* add support for detecting Xen blk & net controllers (mga#9546)Thierry Vignaud2013-03-302-0/+35
|
* add spacingThierry Vignaud2013-01-141-1/+1
|
* 0.12.5Thierry Vignaud2013-01-142-1/+3
|
* dynamically resize memory when reaching max devices limit (mga#8320)Thierry Vignaud2013-01-144-3/+24
|
* 0.12.4Thierry Vignaud2012-12-112-1/+3
|
* bump max devices number per bus from 100 to 300 (mga#8320)Thierry Vignaud2012-12-112-1/+3
| | | | | | impact: we temporary allocate one more kilobyte better fix would be dynamically allocate what we need...
* 0.12.3Thierry Vignaud2012-09-122-1/+3
|
* make ldetect 3x faster (and even faster on machines quite quite a lotThierry Vignaud2012-09-125-27/+38
| | | | | | | | | | | | of devices such as servers) (modalias_init) split it out of modalias_resolve_module() (modalias_cleanup) move libkmod related cleanups here (hid_probe,find_modules_through_aliases) only initialize libkmod once (which reduces user time from 0.26 to 0.08s & elapsed time from 0.28 to 0.9s)
* 0.12.2Thierry Vignaud2012-08-302-1/+3
|
* fix retrieving info about USB devices with kernel-3.5+ (mga#7248)Thierry Vignaud2012-08-302-1/+2
| | | | | poke in /sys/kernel/debug/usb/devices instead of /proc/bus/usb/devices (needs "mount -t debugfs none /sys/kernel/debug")
* fix build on FC: generate PCI classes info using ids from pcutils headerThierry Vignaud2012-08-303-2/+5
| | | | instead of deprecated kernel header (Andrey Bondrov)
* remove non breakable spacesThierry Vignaud2012-01-261-7/+7
|
* 0.12.1Thierry Vignaud2012-01-192-1/+3
|
* (parse_device) fix reading freed memoryThierry Vignaud2012-01-192-1/+1
|
* enables to build lspcidrake.static in order to testThierry Vignaud2012-01-171-0/+4
|
* (modalias_resolve_module) do not ignore /etc/modprobe.d/*Thierry Vignaud2012-01-172-0/+5
|
* (modalias_cleanup) cleanupThierry Vignaud2012-01-171-2/+1
|
* 0.12.0Thierry Vignaud2012-01-132-2/+4
|
* switch from libmodprobe to new libkmodThierry Vignaud2012-01-134-67/+56
|
* 0.11.6Thierry Vignaud2012-01-092-1/+3
|
* (parse_device,modalias_cleanup) plug last (small) memleaksThierry Vignaud2012-01-093-0/+6
|
* 0.11.5Thierry Vignaud2012-01-082-1/+3
|
* (free_*) fix segfaulting when calling usb_probe() more than onceThierry Vignaud2012-01-082-0/+9
|
* fix double free introduced by titi in r2580 (and by the way, there was no ↵Olivier Blin2012-01-052-1/+2
| | | | leak in r226763, it has been introduced later on)
* 0.11.4Thierry Vignaud2012-01-052-1/+3
|
* (usb_probe) free last memleak by using new usbutils' names_exit()Thierry Vignaud2012-01-052-1/+5
| | | | (introduced in r258129 by pterjan on 2009-06-25: "Use usb.ids")
* sync with names with usbutils-005 which have better memory managementThierry Vignaud2012-01-053-260/+435
| | | | (needed for next commit)
* (set_default_alias_file) plug a small memleakThierry Vignaud2012-01-051-0/+2
| | | | introduced in 226763 by blino on 2007-08-31 ("avoid a useless alloc + free")
* (pciusb_free) fix small memleakThierry Vignaud2012-01-052-0/+3
| | | | | (introduced in r44672 by tv on 2007-02-26 ("(pci_probe) get PCI class as reported by pciutils...")
* 0.11.3Thierry Vignaud2011-11-212-1/+3
|
* switch back to dynamically linking against libmodprobeThierry Vignaud2011-11-212-1/+2
|
* (modalias_resolve_module, pciusb_find_modules) use saner API for quieting ↵Thierry Vignaud2011-11-213-2/+3
| | | | libmodprobe
* (modalias_resolve_module) make sure to behave properly on errors in ↵Thierry Vignaud2011-11-212-1/+3
| | | | libmodprobe (#3309)
* 0.11.2Thierry Vignaud2011-10-182-1/+3
|
* switch from bzip2 to xz for compressing tarballsThierry Vignaud2011-10-181-2/+2
|
* link statically with modprobe.soThierry Vignaud2011-10-182-1/+2
| | | | (fix quiet mode for now)
* make libmodprobe.so quietThierry Vignaud2011-10-182-0/+8
|
* kill now useless free_*() functionsThierry Vignaud2011-10-181-40/+0
|
* adapt to new module-init-tools-3.16's APIThierry Vignaud2011-10-182-13/+29
|
* remove useless includeThierry Vignaud2011-10-181-1/+0
|
* (get_pci_description) introduce new API for drakx's stage1 in order to find ↵Thierry Vignaud2011-10-183-0/+22
| | | | unknown PCI devices
* (pci_probe) don't exit(1) on systems without pciThierry Vignaud2011-10-182-0/+7
| | | | | | | | | arm systems don't always have pci busses so killing the app for this reasons is just bad idea. The workaround is to check for pci procfs files and if not found return an empty set. v1: by rtp v2: simplify (tv)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-05-173-2/+2
| | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1357 | dmorgan | 2011-05-17 10:21:22 +0100 (Tue, 17 May 2011) | 1 line Import ldetect ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License: o no explicit COPYING or LICENSE files o *sysfs* : LGPLv2.1+ (IBM) o names.* : GPLv2+ o lspcidrake.pl and Lspciusb.pm : GPLv2
* 0.11.1Thierry Vignaud2009-12-012-1/+3
|