index
:
delta/kmod.git
baserock/danielsilverstone/update-to-v15-plus
baserock/danielsilverstone/v14
baserock/morph
baserock/ps/update-linux-v3.12-systemd-v208
cached-modules
fixup
hash-stat2
master
move-stuff
python
test-broken-initstate
tip
tmp-testsuite-modprobe-vboxdrv
wip
git.kernel.org: pub/scm/utils/kernel/kmod/kmod.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libkmod
/
libkmod-module.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doc: organize sections
Lucas De Marchi
2012-01-09
1
-0
/
+5
*
doc: fix broken links to other functions
Lucas De Marchi
2012-01-09
1
-9
/
+9
*
Update copyright
Lucas De Marchi
2012-01-09
1
-1
/
+1
*
Replace NAME_MAX with PATH_MAX for module aliases
Lucas De Marchi
2012-01-08
1
-5
/
+5
*
libkmod: Fix casing in error output
Dave Reisner
2012-01-04
1
-2
/
+2
*
file: take a weakref to ctx
Lucas De Marchi
2012-01-04
1
-5
/
+5
*
Do not call exported function for mod->name
Lucas De Marchi
2011-12-31
1
-1
/
+1
*
Move function to the right place
Lucas De Marchi
2011-12-31
1
-0
/
+61
*
Ignore "already loaded" error in module_probe_insert_module()
Lucas De Marchi
2011-12-30
1
-2
/
+8
*
Use errno instead of return value of init_module()
Lucas De Marchi
2011-12-30
1
-3
/
+6
*
Move util functions to libkmod-util.c
Lucas De Marchi
2011-12-27
1
-34
/
+0
*
Log paths if kmod_module_new_from_path() failed
Lucas De Marchi
2011-12-27
1
-2
/
+2
*
Add implementation of modprobe's insertion
Lucas De Marchi
2011-12-27
1
-0
/
+322
*
Do not cache softdeps list
Lucas De Marchi
2011-12-27
1
-62
/
+24
*
Allow to internally get dependencies without copying list
Lucas De Marchi
2011-12-27
1
-13
/
+20
*
Reverse order of dependency list
Lucas De Marchi
2011-12-26
1
-1
/
+1
*
elf: implement kmod_module_get_dependency_symbols()
Gustavo Sverzut Barbieri
2011-12-24
1
-0
/
+190
*
elf: add get_symbols()
Gustavo Sverzut Barbieri
2011-12-24
1
-0
/
+165
*
Change error message to reflect reality
Lucas De Marchi
2011-12-20
1
-1
/
+1
*
Update doc to reflect function behavior
Lucas De Marchi
2011-12-20
1
-2
/
+2
*
Testing for return of alias_normalize.
Luis Felipe Strano Moraes
2011-12-20
1
-1
/
+4
*
kmod_module_new_*: improve debugging.
Gustavo Sverzut Barbieri
2011-12-20
1
-4
/
+18
*
ELF: initial support for modinfo and strip of modversions and vermagic.
Gustavo Sverzut Barbieri
2011-12-19
1
-8
/
+381
*
Fix wrong name len when converting path to modname
Lucas De Marchi
2011-12-18
1
-1
/
+1
*
compatibility: match commands using fnmatch() instead of strcmp().
Gustavo Sverzut Barbieri
2011-12-17
1
-2
/
+2
*
implement softdeps.
Gustavo Sverzut Barbieri
2011-12-17
1
-0
/
+113
*
implement zlib module loading.
Gustavo Sverzut Barbieri
2011-12-17
1
-14
/
+9
*
Lookup for commands in kmod_module_new_from_lookup()
Lucas De Marchi
2011-12-17
1
-1
/
+14
*
kmod_module: do not find more than the first command
Lucas De Marchi
2011-12-17
1
-64
/
+14
*
Open more file descriptors with O_CLOEXEC
Cristian Rodríguez
2011-12-17
1
-1
/
+1
*
Library must use O_CLOEXEC whenever it opens file descriptors
Cristian Rodríguez
2011-12-16
1
-5
/
+5
*
Remove module from hash when it's gone
Lucas De Marchi
2011-12-15
1
-0
/
+1
*
Add safety NULL checks in exported functions
Lucas De Marchi
2011-12-15
1
-2
/
+15
*
Fix changing hash key after module is inserted in hash
Lucas De Marchi
2011-12-15
1
-10
/
+15
*
Fix docs with wrong function names
Lucas De Marchi
2011-12-15
1
-2
/
+2
*
kmod_module: use 'modname/aliasname' as key for hash
Lucas De Marchi
2011-12-14
1
-20
/
+20
*
Use malloc + memset instead of calloc
Lucas De Marchi
2011-12-14
1
-2
/
+6
*
kmod_module: move function to the right section
Lucas De Marchi
2011-12-14
1
-57
/
+57
*
kmod_module: fix log message upon module removal
Lucas De Marchi
2011-12-14
1
-1
/
+1
*
kmod_module: add missing documentation
Lucas De Marchi
2011-12-14
1
-8
/
+301
*
kmod_module: make get_options() search for alias names too
Lucas De Marchi
2011-12-13
1
-1
/
+4
*
Add private function kmod_module_new_from_alias()
Lucas De Marchi
2011-12-13
1
-1
/
+33
*
kmod_module: use pointer instead of vector for its name
Lucas De Marchi
2011-12-13
1
-1
/
+3
*
Use alias_normalize() instead of modname_normalize()
Lucas De Marchi
2011-12-13
1
-1
/
+2
*
Fix check for NULL variable
Lucas De Marchi
2011-12-13
1
-1
/
+1
*
handle case where modname was not detected.
Gustavo Sverzut Barbieri
2011-12-12
1
-1
/
+4
*
Change licenses
Lucas De Marchi
2011-12-12
1
-1
/
+2
*
Remove warnings: ‘err’ may be used uninitialized in this function
Lucas De Marchi
2011-12-12
1
-1
/
+1
*
Remove leftover comment
Lucas De Marchi
2011-12-12
1
-4
/
+0
*
Remove libkmod-loaded.c and re-order functions in libkmod-module.c
Lucas De Marchi
2011-12-12
1
-171
/
+241
[prev]
[next]