summaryrefslogtreecommitdiffstats
path: root/modalias.c
Commit message (Collapse)AuthorAgeFilesLines
* make ldetect 3x faster (and even faster on machines quite quite a lotThierry Vignaud2012-09-121-10/+14
| | | | | | | | | | | | 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)
* (modalias_resolve_module) do not ignore /etc/modprobe.d/*Thierry Vignaud2012-01-171-0/+3
|
* (modalias_cleanup) cleanupThierry Vignaud2012-01-171-2/+1
|
* switch from libmodprobe to new libkmodThierry Vignaud2012-01-131-62/+53
|
* (parse_device,modalias_cleanup) plug last (small) memleaksThierry Vignaud2012-01-091-0/+2
|
* fix double free introduced by titi in r2580 (and by the way, there was no ↵Olivier Blin2012-01-051-1/+0
| | | | leak in r226763, it has been introduced later on)
* (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")
* (modalias_resolve_module, pciusb_find_modules) use saner API for quieting ↵Thierry Vignaud2011-11-211-1/+1
| | | | libmodprobe
* (modalias_resolve_module) make sure to behave properly on errors in ↵Thierry Vignaud2011-11-211-1/+1
| | | | libmodprobe (#3309)
* make libmodprobe.so quietThierry Vignaud2011-10-181-0/+4
|
* kill now useless free_*() functionsThierry Vignaud2011-10-181-40/+0
|
* adapt to new module-init-tools-3.16's APIThierry Vignaud2011-10-181-13/+28
|
* Check arguments for NULL in free functionsChristophe Fergeau2009-04-031-0/+8
|
* Leak less memory returned from libmodprobeChristophe Fergeau2009-04-031-3/+56
|
* Move modalias parsing code to generic codeChristophe Fergeau2009-04-031-0/+87