summaryrefslogtreecommitdiffstats
path: root/modalias.c
Commit message (Expand)AuthorAgeFilesLines
* make ldetect 3x faster (and even faster on machines quite quite a lotThierry Vignaud2012-09-121-10/+14
* (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 lea...Olivier Blin2012-01-051-1/+0
* (set_default_alias_file) plug a small memleakThierry Vignaud2012-01-051-0/+2
* (modalias_resolve_module, pciusb_find_modules) use saner APIĀ for quieting li...Thierry Vignaud2011-11-211-1/+1
* (modalias_resolve_module) make sure to behave properly on errors in libmodpro...Thierry Vignaud2011-11-211-1/+1
* 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