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
...
*
coding style: be consistent with blank lines
Lucas De Marchi
2011-12-12
1
-1
/
+26
*
coding style: fix lines over 80 chars
Lucas De Marchi
2011-12-12
1
-1
/
+2
*
add missing newline to log messages.
Gustavo Sverzut Barbieri
2011-12-11
1
-1
/
+1
*
be less verbose on initstate for unexistent modules.
Gustavo Sverzut Barbieri
2011-12-11
1
-1
/
+1
*
insmod: allows providing option to module.
Gustavo Sverzut Barbieri
2011-12-11
1
-2
/
+3
*
always normalize user-given alias.
Gustavo Sverzut Barbieri
2011-12-11
1
-2
/
+5
*
export module's options and commands.
Gustavo Sverzut Barbieri
2011-12-11
1
-1
/
+163
*
parse_depline may be called from libkmod.c
Gustavo Sverzut Barbieri
2011-12-11
1
-1
/
+5
*
fix path handling at dependencies parsing.
Gustavo Sverzut Barbieri
2011-12-08
1
-9
/
+47
*
modname_normalize: fix const and buffer overflow.
Gustavo Sverzut Barbieri
2011-12-08
1
-16
/
+14
*
kmod_module: Remove const from path
Gustavo Sverzut Barbieri
2011-12-08
1
-2
/
+2
*
Only search path in moddep if it's not already set
Lucas De Marchi
2011-12-08
1
-10
/
+13
*
kmod_module: treat module creation by path with same names
Lucas De Marchi
2011-12-07
1
-1
/
+11
*
kmod_module: store absolute path when creating module from path
Lucas De Marchi
2011-12-07
1
-9
/
+11
*
Use streq() when possible
Lucas De Marchi
2011-12-07
1
-4
/
+4
*
Split function so we don't call basename() unnecessarily
Lucas De Marchi
2011-12-06
1
-7
/
+14
*
Maintain a pool of modules alive
Lucas De Marchi
2011-12-06
1
-0
/
+16
*
kmod_module: normalize module name
Lucas De Marchi
2011-12-06
1
-3
/
+4
*
kmod_module: get path on demand
Lucas De Marchi
2011-12-06
1
-1
/
+18
*
kmod_module: parse dependencies on demand
Lucas De Marchi
2011-12-06
1
-4
/
+18
*
kmod_module: return a new list and increase ref of dependencies
Lucas De Marchi
2011-12-06
1
-6
/
+26
*
kmod_module: inline name and make it always available
Lucas De Marchi
2011-12-05
1
-26
/
+34
*
Use readdir_r in kmod_module_get_sections()
Lucas De Marchi
2011-12-05
1
-22
/
+42
*
Use readdir_r in kmod_module_get_holders()
Lucas De Marchi
2011-12-05
1
-14
/
+30
*
no more kmod_loaded and kmod_loaded_module.
Gustavo Sverzut Barbieri
2011-12-04
1
-0
/
+48
*
kmod_module: extended information gathering.
Gustavo Sverzut Barbieri
2011-12-04
1
-0
/
+238
*
kmod_module_get_module: safety against NULL pointers
Gustavo Sverzut Barbieri
2011-12-04
1
-3
/
+4
*
module refcount should start at 1.
Gustavo Sverzut Barbieri
2011-12-04
1
-0
/
+2
*
reorder struct fields to avoid holes, improving packing
Gustavo Sverzut Barbieri
2011-12-03
1
-2
/
+1
*
improve "const" keyword usage.
Gustavo Sverzut Barbieri
2011-12-03
1
-4
/
+4
*
Fix missing return
Lucas De Marchi
2011-12-02
1
-0
/
+1
*
Clean 'shadowed declaration' warnings
Lucas De Marchi
2011-12-02
1
-3
/
+3
*
Use fstat() instead of stat() when possible
Lucas De Marchi
2011-12-01
1
-1
/
+1
*
Add fucntion to API to get dependencies
Lucas De Marchi
2011-12-01
1
-0
/
+9
*
Add dependency list to kmod_module
Lucas De Marchi
2011-12-01
1
-1
/
+52
*
Allow path_to_modname to operate locally withou alloc
Lucas De Marchi
2011-12-01
1
-3
/
+5
*
Lookup for alias in modules.alias.bin
Lucas De Marchi
2011-12-01
1
-0
/
+3
*
Lookup modules from modules.dep.bin file
Lucas De Marchi
2011-12-01
1
-1
/
+3
*
Lookup modules.symbols.bin
Lucas De Marchi
2011-11-30
1
-0
/
+2
*
Remove dangling comment
Lucas De Marchi
2011-11-30
1
-1
/
+0
*
Prepare lookup function for more files to look after
Lucas De Marchi
2011-11-30
1
-4
/
+17
*
Add lookup to create modules list from alias
Lucas De Marchi
2011-11-30
1
-0
/
+35
*
Add name() and path() getters for kmod_module
Lucas De Marchi
2011-11-30
1
-0
/
+19
*
Fix wrong copyright
Lucas De Marchi
2011-11-28
1
-1
/
+0
*
Back to logging without \n
Lucas De Marchi
2011-11-28
1
-3
/
+3
*
Add functions to operate on modules
Lucas De Marchi
2011-11-25
1
-0
/
+224
[prev]