summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-module.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Add document for exported enumsChengwei Yang1-5/+39
2013-05-04Several minor fixes for documentationChengwei Yang1-7/+5
2013-04-23libkmod-module: Don't pass NULL ctx to kmod_logLucas De Marchi1-1/+1
2013-04-23libkmod-module: Don't pass NULL pointer to memcpyLucas De Marchi1-1/+2
2013-04-09libkmod: Move finit_module() definition to missing.hLucas De Marchi1-8/+0
2013-04-09libkmod: Add missing definitionsLucas De Marchi1-2/+0
2013-02-19libkmod: add finit_module logicKees Cook1-0/+29
2013-01-17libkmod: Return module signature information in kmod_module_get_info()Michal Marek1-1/+44
2013-01-17libkmod-module: Do not free the list in kmod_module_info_appendMichal Marek1-7/+8
2013-01-16Update copyright noticesLucas De Marchi1-1/+1
2013-01-16libkmod-module: Add helper for building the module info listMichal Marek1-19/+22
2012-10-18libkmod: cache open file for later accessLucas De Marchi1-112/+40
2012-08-17libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flagLucas De Marchi1-3/+9
2012-06-29module: support reading coresize from /sys if supportedDave Reisner1-3/+27
2012-06-12libkmod-config: refactor functions to get configLucas De Marchi1-13/+18
2012-04-15doc: silent man page generation and fix gtk-doc warningsKay Sievers1-1/+1
2012-03-02Use upper case after Deprecated in docLucas De Marchi1-1/+1
2012-03-01Downgrade log message: refcnt file may not existLucas De Marchi1-1/+1
2012-02-24find builtins by property, not initstateDave Reisner1-2/+1
2012-02-24libkmod/module: add kmod_module_apply_filter methodDave Reisner1-46/+61
2012-02-23libkmod-module: don't treat "coming" as in-kernelLucas De Marchi1-1/+0
2012-02-22libkmod-module: probe: check if module exists for install cmdsLucas De Marchi1-9/+12
2012-02-18Add missing newlinesLucas De Marchi1-1/+2
2012-02-16kmod-module: lookup: search modules.builtin file tooLucas De Marchi1-2/+22
2012-02-11libkmod-module: probe: fix infinite loop with softdepsLucas De Marchi1-1/+1
2012-02-07libkmod-module: probe: Fix ignore-loaded flag not being appliedLucas De Marchi1-1/+2
2012-02-06libkmod-module: probe: return -EEXIST if told to do soLucas De Marchi1-3/+3
2012-02-06libkmod-module: probe: rename flag to be more meaningfulLucas De Marchi1-3/+4
2012-02-05Fix simple grammar issueDan McGee1-1/+1
2012-02-03lib/module: check initstate before inserting moduleDave Reisner1-15/+21
2012-02-02whitespace fix -- no logical code changesDave Reisner1-12/+12
2012-01-31libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMANDLucas De Marchi1-13/+4
2012-01-31libkmod-module: probe: return -EEXIST if told to stop on already loadedLucas De Marchi1-7/+7
2012-01-31libkmod-module: probe: add flag to dry-runLucas De Marchi1-2/+7
2012-01-31libkmod-module: probe: add flag to ignore loaded modulesLucas De Marchi1-5/+9
2012-01-31libkmod-module: probe: add print_action callbackLucas De Marchi1-1/+13
2012-01-30libkmod-module: probe: remove useless flag to stop on failureLucas De Marchi1-2/+1
2012-01-30libkmod-module: probe: add flag to stop loading on already loadedLucas De Marchi1-4/+19
2012-01-30libkmod-module: split creation of new modules to share codeLucas De Marchi1-57/+78
2012-01-30libkmod-module: probe: add flag to ignore commandsLucas De Marchi1-18/+29
2012-01-30libkmod-module: probe: change insertion to cover more use casesLucas De Marchi1-159/+177
2012-01-30libkmod-module: add visited fieldLucas De Marchi1-0/+6
2012-01-17WEXITSTATUS is defined in sys/wait.hThierry Vignaud1-0/+1
2012-01-11Fix error code returned on module removalLucas De Marchi1-4/+3
2012-01-09doc: organize sectionsLucas De Marchi1-0/+5
2012-01-09doc: fix broken links to other functionsLucas De Marchi1-9/+9
2012-01-09Update copyrightLucas De Marchi1-1/+1
2012-01-08Replace NAME_MAX with PATH_MAX for module aliasesLucas De Marchi1-5/+5
2012-01-04libkmod: Fix casing in error outputDave Reisner1-2/+2
2012-01-04file: take a weakref to ctxLucas De Marchi1-5/+5