summaryrefslogtreecommitdiff
path: root/libkmod/libkmod.c
Commit message (Expand)AuthorAgeFilesLines
* Use "-internal" suffix instead of "-private"Lucas De Marchi2013-07-041-1/+1
* Add document for exported enumsChengwei Yang2013-05-041-1/+5
* Several minor fixes for documentationChengwei Yang2013-05-041-2/+4
* Add format attribute and fix issuesLucas De Marchi2013-04-211-0/+1
* libkmod: Use secure_getenv if availableCristian Rodríguez2013-04-041-1/+1
* Update copyright noticesLucas De Marchi2013-01-161-1/+1
* build-sys: Remove --with-rootprefix optionDave Reisner2012-10-021-6/+5
* libkmod-config: refactor functions to get configLucas De Marchi2012-06-121-27/+2
* Revert "libkmod: make sure to export kmod_log"Lucas De Marchi2012-05-101-3/+3
* libkmod: make sure to export kmod_logMike Frysinger2012-04-231-3/+3
* config: use order /etc, /run, /libLucas De Marchi2012-03-151-1/+1
* libkmod-index: do not pre-populate mmapLucas De Marchi2012-03-021-1/+1
* libkmod-module: fill builtin's nameLucas De Marchi2012-02-271-8/+44
* Downgrade log level when modules.dep{,.bin} don't existLucas De Marchi2012-02-171-1/+1
* kmod-module: lookup: search modules.builtin file tooLucas De Marchi2012-02-161-1/+20
* improve logging to mention context.Gustavo Sverzut Barbieri2012-01-311-5/+10
* improve log when debugging.Gustavo Sverzut Barbieri2012-01-311-0/+35
* libkmod-module: add visited fieldLucas De Marchi2012-01-301-0/+10
* Check if struct stat has mtim memberLucas De Marchi2012-01-171-1/+1
* modprobe: flush stdout before dumping indexesLucas De Marchi2012-01-171-1/+3
* Add doc to kmod_dump_indexLucas De Marchi2012-01-161-0/+10
* libkmod: dump index filesLucas De Marchi2012-01-161-0/+33
* libkmod: export enum kmod_index and rename membersLucas De Marchi2012-01-161-23/+18
* libkmod: store prefix of each indexLucas De Marchi2012-01-161-11/+15
* Update documentation with recent changesLucas De Marchi2012-01-141-3/+6
* kmod_new(): deal with relative paths for dirnameLucas De Marchi2012-01-141-1/+1
* libkmod-private: allow to get aliases from configLucas De Marchi2012-01-131-0/+5
* doc: fix order of param descriptionsLucas De Marchi2012-01-091-7/+6
* doc: fix comments formatLucas De Marchi2012-01-091-1/+1
* Update copyrightLucas De Marchi2012-01-091-1/+1
* Add missing doc for function argumentLucas De Marchi2012-01-041-0/+1
* libkmod: Fix casing in error outputDave Reisner2012-01-041-1/+1
* Add call to check if resources are validLucas De Marchi2012-01-011-0/+57
* index: save timestamp of each loaded indexLucas De Marchi2012-01-011-2/+5
* Use last enum value instead of ARRAY_SIZELucas De Marchi2011-12-311-2/+2
* Move function to the right placeLucas De Marchi2011-12-311-56/+0
* Move libkmod-util.c to convenience util libLucas De Marchi2011-12-281-1/+1
* Remove kmod_ prefix from hash implementationLucas De Marchi2011-12-271-6/+6
* Add functions to get ctx blacklistsLucas De Marchi2011-12-271-0/+5
* introduce --with-rootprefix=DIRKay Sievers2011-12-201-5/+5
* Fix check for opened indexesLucas De Marchi2011-12-201-1/+1
* implement softdeps.Gustavo Sverzut Barbieri2011-12-171-0/+5
* Lookup for commands in kmod_module_new_from_lookup()Lucas De Marchi2011-12-171-0/+77
* trivial: fix typo causing an infinite loopUlisses Furquim2011-12-151-1/+1
* Fix changing hash key after module is inserted in hashLucas De Marchi2011-12-151-13/+11
* Simplify kmod_load_resources()Lucas De Marchi2011-12-141-17/+5
* Log and break early if index is already openLucas De Marchi2011-12-141-15/+18
* Update documentationLucas De Marchi2011-12-141-9/+38
* Remove function kmod_resolve_alias_options()Lucas De Marchi2011-12-131-91/+0
* Create module by alias name where appropriateLucas De Marchi2011-12-131-2/+3