Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
91b44c77aea58271fae7a62cb3d1f9ca8943eb7d
/
libkmod
ad5555b
Fix extra attribute
by Lucas De Marchi
· 13 years ago
12d9419
improve compiler warnings and checks for internal functions.
by Gustavo Sverzut Barbieri
· 13 years ago
1ce08a5
improve "const" keyword usage.
by Gustavo Sverzut Barbieri
· 13 years ago
ca491ca
Drop configurations from /usr/local
by Lucas De Marchi
· 13 years ago
e71970a
index: follow libkmod coding style
by Lucas De Marchi
· 13 years ago
eb8bb32
Remove redundant comments
by Lucas De Marchi
· 13 years ago
85078e6
index: remove unused functions
by Lucas De Marchi
· 13 years ago
1d152ac
index: re-order functions so prototypes are not needed
by Lucas De Marchi
· 13 years ago
3a61c84
Remove trailing whitespace
by Lucas De Marchi
· 13 years ago
963ca55
Fix 'redundant redeclaration' warnings
by Lucas De Marchi
· 13 years ago
9368888
Fix 'old style declaration' warnings
by Lucas De Marchi
· 13 years ago
84f4220
Fix missing return
by Lucas De Marchi
· 13 years ago
6f1bc6e
Clean 'unused variable' warnings
by Lucas De Marchi
· 13 years ago
1fc1c9a
Clean 'shadowed declaration' warnings
by Lucas De Marchi
· 13 years ago
0fbdfef
Clean 'shadowed declaration' warnings
by Lucas De Marchi
· 13 years ago
a009482
Clean 'no previous prototype' warning
by Lucas De Marchi
· 13 years ago
b418a82
Use fstat() instead of stat() when possible
by Lucas De Marchi
· 13 years ago
0835fc3
Add fucntion to API to get dependencies
by Lucas De Marchi
· 13 years ago
c11e62b
Use strtok_r insteat of strtok
by Lucas De Marchi
· 13 years ago
4a3eb3a
Add dependencies when module is create by name lookup
by Lucas De Marchi
· 13 years ago
7636e72
Add dependency list to kmod_module
by Lucas De Marchi
· 13 years ago
e915f92
Add missing newlines
by Lucas De Marchi
· 13 years ago
9eaad1f
Allow path_to_modname to operate locally withou alloc
by Lucas De Marchi
· 13 years ago
49e61ca
Lookup for alias in modules.alias.bin
by Lucas De Marchi
· 13 years ago
7b30f4f
Generalize function to be used by other lookups
by Lucas De Marchi
· 13 years ago
64700e4
Lookup modules from modules.dep.bin file
by Lucas De Marchi
· 13 years ago
23fc91c
Make lookup functions return number of elements found
by Lucas De Marchi
· 13 years ago
62be799
Add kmod_list_remove_n_latest()
by Lucas De Marchi
· 13 years ago
79d7711
Add kmod_list_prev to exported functions
by Lucas De Marchi
· 13 years ago
9ba6f57
Lookup modules.symbols.bin
by Lucas De Marchi
· 13 years ago
839d7da
Remove dangling comment
by Lucas De Marchi
· 13 years ago
b14dcfd
Prepare lookup function for more files to look after
by Lucas De Marchi
· 13 years ago
904c63a
Fix initialization of kernel modules dir
by Lucas De Marchi
· 13 years ago
7e317da
Add startswith() helper function
by Lucas De Marchi
· 13 years ago
7f3eb0c
Add lookup to create modules list from alias
by Lucas De Marchi
· 13 years ago
6e869df
Add name() and path() getters for kmod_module
by Lucas De Marchi
· 13 years ago
60aa4d8
Organize functions in private header
by Lucas De Marchi
· 13 years ago
b0ef19f
Add getters for aliases
by Lucas De Marchi
· 13 years ago
2043369
Fix misspellings by use of codespell
by Lucas De Marchi
· 13 years ago
a7be73b
Remove trailing whitespaces
by Lucas De Marchi
· 13 years ago
e8847fd
Import index handling from module-init-tools
by Lucas De Marchi
· 13 years ago
44a5460
Add streq() to prettify code
by Lucas De Marchi
· 13 years ago
a507d80
Define temporary macros for importing index
by Lucas De Marchi
· 13 years ago
30be751
Use underscores() in module names and aliases
by Lucas De Marchi
· 13 years ago
8185fc9
Add underscores() helper to replace - with _
by Lucas De Marchi
· 13 years ago
81cf206
Parse blacklists in config files
by Lucas De Marchi
· 13 years ago
7c2ab35
Add support for parsing config files
by Lucas De Marchi
· 13 years ago
4462c4a
Add getline_wrapped() to parse config files
by Lucas De Marchi
· 13 years ago
aa1c352
Add macro to safely derive the size of an array
by Lucas De Marchi
· 13 years ago
191ab4b
Fix wrong copyright
by Lucas De Marchi
· 13 years ago
2bd6299
Move down the ifdef for c++
by Lucas De Marchi
· 13 years ago
1b2e26a
Back to logging without \n
by Lucas De Marchi
· 13 years ago
8f788d5
Add functions to operate on modules
by Lucas De Marchi
· 13 years ago
9df4bda
When logging to stderr, put a \n by default
by Lucas De Marchi
· 13 years ago
ae6df84
Make log function uppercase
by Lucas De Marchi
· 13 years ago
221631d
Accept dir where we should lookup for modules
by Lucas De Marchi
· 13 years ago
423f856
Format enum
by Lucas De Marchi
· 13 years ago
4d1e689
Format refcount handling
by Lucas De Marchi
· 13 years ago
853b5fc
Ref and unref ctx when kmod_loaded is created/destroyed
by Lucas De Marchi
· 13 years ago
cf9aade
Fix refcount of loaded modules
by Lucas De Marchi
· 13 years ago
6fc20bb
Keep valgrind happy when mixing sscanf and strtok
by Lucas De Marchi
· 13 years ago
6806a04
Implement function to remove module
by Lucas De Marchi
· 13 years ago
6ad9830
Rename leftover libabc reference
by Lucas De Marchi
· 13 years ago
88e9c12
Rename libkmod-util.h to macro.h
by Lucas De Marchi
· 13 years ago
f87081b
Add some function attributes and use them
by Lucas De Marchi
· 13 years ago
6d17755
Constify API
by Lucas De Marchi
· 13 years ago
8b69b37
Remove leftover declarations
by Lucas De Marchi
· 13 years ago
5369797
Add libkmod-loaded to handle live modules information
by Lucas De Marchi
· 13 years ago
6924e47
Implement circular double-linked list
by Lucas De Marchi
· 13 years ago
68b0d8e
Don't use glob in version script
by Lucas De Marchi
· 13 years ago
c83a45e
Fix version to 0:0:0
by Lucas De Marchi
· 13 years ago
9d77b96
Remove unused functions
by Lucas De Marchi
· 13 years ago
52a7704
Make kmod_new return a pointer
by Lucas De Marchi
· 13 years ago
e4351b0
Convert spaces to tabs
by Lucas De Marchi
· 13 years ago
586fc30
Rename libabc to libkmod
by Lucas De Marchi
· 13 years ago