summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-private.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi1-193/+0
2013-04-30Fix coding styleLucas De Marchi1-2/+2
2013-04-09libkmod: Add missing definitionsLucas De Marchi1-0/+1
2013-04-04libkmod: Use secure_getenv if availableCristian Rodríguez1-0/+9
2013-02-19libkmod: add finit_module logicKees Cook1-0/+2
2013-01-17libkmod: Return module signature information in kmod_module_get_info()Michal Marek1-0/+9
2012-10-18libkmod: cache open file for later accessLucas De Marchi1-0/+1
2012-07-18Use #pragma once instead of #ifndefLucas De Marchi1-4/+1
2012-06-12libkmod-config: refactor functions to get configLucas De Marchi1-7/+1
2012-05-23Don't use __ for attribute definesLucas De Marchi1-25/+25
2012-02-16kmod-module: lookup: search modules.builtin file tooLucas De Marchi1-0/+2
2012-01-30libkmod-module: add visited fieldLucas De Marchi1-0/+2
2012-01-26elf: privately export kmod_elf_get_section()Lucas De Marchi1-0/+6
2012-01-13libkmod-private: allow to get aliases from configLucas De Marchi1-0/+1
2012-01-04file: take a weakref to ctxLucas De Marchi1-1/+1
2012-01-01config: save list of config paths with their timestampsLucas De Marchi1-0/+8
2011-12-27Move util functions to libkmod-util.cLucas De Marchi1-15/+1
2011-12-27build-sys: create libkmod-util.la convenience libLucas De Marchi1-8/+2
2011-12-27Copy missing hash functions from kmod-depmod to libkmodLucas De Marchi1-0/+2
2011-12-27Remove kmod_ prefix from hash implementationLucas De Marchi1-6/+6
2011-12-27Add functions to get ctx blacklistsLucas De Marchi1-0/+2
2011-12-24elf: implement kmod_module_get_dependency_symbols()Gustavo Sverzut Barbieri1-7/+2
2011-12-24elf: add bind type to kmod_modversion.Gustavo Sverzut Barbieri1-0/+7
2011-12-24elf: add get_symbols()Gustavo Sverzut Barbieri1-0/+1
2011-12-20libkmod: use C99 __func__ over GNU-specific __FUNCTION__Jan Engelhardt1-1/+1
2011-12-19ELF: initial support for modinfo and strip of modversions and vermagic.Gustavo Sverzut Barbieri1-0/+14
2011-12-17introduce kmod_list_foreach_reverse().Gustavo Sverzut Barbieri1-0/+7
2011-12-17implement softdeps.Gustavo Sverzut Barbieri1-0/+6
2011-12-17implement zlib module loading.Gustavo Sverzut Barbieri1-0/+6
2011-12-17Lookup for commands in kmod_module_new_from_lookup()Lucas De Marchi1-0/+3
2011-12-15Fix changing hash key after module is inserted in hashLucas De Marchi1-3/+3
2011-12-14kmod_config: parse kernel command line for options and blacklistLucas De Marchi1-0/+2
2011-12-13Add private function kmod_module_new_from_alias()Lucas De Marchi1-0/+1
2011-12-13Add helper alias_normalize()Lucas De Marchi1-0/+1
2011-12-11API-BREAK: kmod_new() takes a second parameter for configuration directory.Gustavo Sverzut Barbieri1-1/+1
2011-12-11always normalize user-given alias.Gustavo Sverzut Barbieri1-0/+2
2011-12-11export module's options and commands.Gustavo Sverzut Barbieri1-0/+9
2011-12-08log: give log function its data instead of kmod_ctx.Gustavo Sverzut Barbieri1-1/+1
2011-12-07Add helper path_make_absolute_cwd()Lucas De Marchi1-0/+1
2011-12-07Add helper path_is_absolute()Lucas De Marchi1-0/+1
2011-12-07kmod_config: parse install and remove commandsLucas De Marchi1-0/+2
2011-12-07kmod_config: parse module optionsLucas De Marchi1-0/+1
2011-12-07Add helper strchr_replace()Lucas De Marchi1-0/+1
2011-12-06Maintain a pool of modules aliveLucas De Marchi1-0/+7
2011-12-06kmod_list: add helper function to merge two listsLucas De Marchi1-0/+1
2011-12-06kmod_list: add helper kmod_list_insert_before()Lucas De Marchi1-0/+1
2011-12-06kmod_list: add helper kmod_list_insert_after()Lucas De Marchi1-0/+2
2011-12-06kmod_module: parse dependencies on demandLucas De Marchi1-1/+2
2011-12-06Fix missing parenthesis in macroLucas De Marchi1-2/+2
2011-12-05Add simple hash implementationGustavo Sverzut Barbieri1-0/+9