Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
5837e8351b7a213c3a42fc42e27887d53d61ab5a
/
libkmod
« Previous
8a4d093
python: More cleanup and renaming of stuff. Add docstrings.
by Andy Grover
· 13 years ago
1e688f8
python: Add support for listing loaded modules, modprobe, rmmod
by Andy Grover
· 13 years ago
d2042ca
python: use c99 init for struct init
by Andy Grover
· 13 years ago
a942131
python: a skeleton that compiles
by Andy Grover
· 13 years ago
cc688e6
python: initial checkin
by Andy Grover
· 13 years ago
f87dc57
libkmod: Fix unaligned access
by Lucas De Marchi
· 11 years ago
fea655d
libkmod-elf: Fix check by class in get_modversions()
by Lucas De Marchi
· 11 years ago
06eb29e
build-sys: add small redirecting Makefiles
by Lucas De Marchi
· 11 years ago
aa87854
libkmod-config: Only match dot before '=' in /proc/cmdline
by Michal Marek
· 11 years ago
519d27d
libkmod-config,depmod: Accept special files as configuration files, too
by Michal Marek
· 11 years ago
c2f4d85
libkmod-module: Simplify kmod_module_insert_module()
by Michal Marek
· 11 years ago
366e2ed
Remove duplicate includes
by Lucas De Marchi
· 11 years ago
d96ca9c
Use C11's noreturn
by Lucas De Marchi
· 11 years ago
9f02561
module: use _cleanup_free and remove useless call to free()
by Lucas De Marchi
· 11 years ago
d3c16c7
file: use _cleanup_free_
by Lucas De Marchi
· 11 years ago
cacbcc4
array: avoid duplicate code to reallocate
by Lucas De Marchi
· 11 years ago
9c306ba
util: Be OOM-safe and use _cleanup_free_
by Lucas De Marchi
· 11 years ago
b93d800
util: use _cleanup_free_ on path_make_absolute_cwd()
by Lucas De Marchi
· 11 years ago
342e9ce
config: Use _cleanup_free_
by Lucas De Marchi
· 11 years ago
d7aa6e2
util: Add cleanup attribute
by Lucas De Marchi
· 11 years ago
7ab8804
libkmod: always pass O_NONBLOCK to kernel
by Lucas De Marchi
· 11 years ago
82fc7d9
libkmod-hash: always align n_buckets to power of 2
by Lucas De Marchi
· 11 years ago
3ba7f59
util: Add ALIGN_POWER2
by Lucas De Marchi
· 11 years ago
4c2dc16
build: remove check for typeof
by Lucas De Marchi
· 11 years ago
dc8ed09
Add configure check for _Static_assert()
by Thomas Petazzoni
· 11 years ago
7e0385c
Fix usage of readdir_r()
by Lucas De Marchi
· 11 years ago
493dc65
libkmod: Fix getting param with no value from kcmdline
by Lucas De Marchi
· 11 years ago
c117088
depmod: add missing "else" clause
by Jan Engelhardt
· 11 years ago
cd92311
README: Move items from TODO
by Lucas De Marchi
· 11 years ago
fa6fc9f
util: Add mkdir_parents()
by Lucas De Marchi
· 11 years ago
c493b93
util: Add len arg to mkdir_p()
by Lucas De Marchi
· 11 years ago
85d02eb
util: Add mkdir_p implementation from testsuite
by Lucas De Marchi
· 11 years ago
83b855a
Use "-internal" suffix instead of "-private"
by Lucas De Marchi
· 11 years ago
5eac795
libkmod: Avoid calling syscall() with -1
by Jan Luebbe
· 12 years ago
03f7dfb
Revert "missing: Don't call syscall() with syscallno == -1"
by Lucas De Marchi
· 12 years ago
d7152f6
Add document for exported enums
by Chengwei Yang
· 12 years ago
491c490
Several minor fixes for documentation
by Chengwei Yang
· 12 years ago
3882971
missing: Don't call syscall() with syscallno == -1
by Lucas De Marchi
· 12 years ago
1114e78
Fix coding style
by Lucas De Marchi
· 12 years ago
681bf89
libkmod-index: Return early if readroot failed
by Lucas De Marchi
· 12 years ago
b9a7da3
libkmod-module: Don't pass NULL ctx to kmod_log
by Lucas De Marchi
· 12 years ago
818af4f
libkmod-module: Don't pass NULL pointer to memcpy
by Lucas De Marchi
· 12 years ago
1958af8
Add format attribute and fix issues
by Lucas De Marchi
· 12 years ago
a20a37c
Use static assertions for sizeof checks
by Lucas De Marchi
· 12 years ago
8efede2
Use _Static_assert
by Lucas De Marchi
· 12 years ago
55112d1
libkmod: Move finit_module() definition to missing.h
by Lucas De Marchi
· 12 years ago
1407064
libkmod: Add missing definitions
by Lucas De Marchi
· 12 years ago
41a51c2
libkmod: Use secure_getenv if available
by Cristian Rodríguez
· 12 years ago
b663813
libkmod-util: Add missing include file
by Lucas De Marchi
· 12 years ago
c3e8d26
libkmod: fix address argument to mmap calls
by Kees Cook
· 12 years ago
144d182
libkmod: add finit_module logic
by Kees Cook
· 12 years ago
8fe1681
libkmod: Return module signature information in kmod_module_get_info()
by Michal Marek
· 12 years ago
6333934
libkmod-module: Do not free the list in kmod_module_info_append
by Michal Marek
· 12 years ago
e6b0e49
Update copyright notices
by Lucas De Marchi
· 12 years ago
f64458c
libkmod-module: Add helper for building the module info list
by Michal Marek
· 12 years ago
5d35256
Use bool instead of int
by Lucas De Marchi
· 12 years ago
6f02b6f
fix is_module_filename()
by Aleksey Makarov
· 12 years ago
a457866
libkmod-module: mangle the section header, not the section
by Lucas De Marchi
· 12 years ago
d196b8d
libkmod-module: Remove key+value vermagic from .modinfo section
by Lucas De Marchi
· 12 years ago
1eff942
libkmod: cache open file for later access
by Lucas De Marchi
· 12 years ago
1faec2c
libkmod-hash: Plug possible memory leak when free_value is defined
by Leandro Pereira
· 12 years ago
66f3228
libkmod: Add support for '.' in module parameter on kcmdline
by Lucas De Marchi
· 12 years ago
c5b37db
build-sys: Remove --with-rootprefix option
by Dave Reisner
· 12 years ago
6882017
libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flag
by Lucas De Marchi
· 12 years ago
e8fd8fe
Use #pragma once instead of #ifndef
by Lucas De Marchi
· 12 years ago
486f901
module: support reading coresize from /sys if supported
by Dave Reisner
· 12 years ago
e7fc2c8
libkmod-config: refactor functions to get config
by Lucas De Marchi
· 12 years ago
5b05c32
libkmod-index: protect ourselves from corrupted indexes
by Lucas De Marchi
· 12 years ago
535c541
libkmod-util: split function for usec conversion
by Lucas De Marchi
· 12 years ago
e46bca0
libkmod-util: add missing stdbool.h include
by Lucas De Marchi
· 12 years ago
9e2eadb
Silence clang warnings with __unused__ attribute
by Lucas De Marchi
· 12 years ago
a70c1e7
Don't use __ for attribute defines
by Lucas De Marchi
· 12 years ago
5bbec8c
libkmod-index: use generic function for unaligned access
by Lucas De Marchi
· 12 years ago
af9080d
libkmod-hash: use generic function for unaligned access
by Lucas De Marchi
· 12 years ago
a6b67f9
libkmod-util: copy macros for unaligned access from BlueZ
by Lucas De Marchi
· 12 years ago
d30319e
libkmod: move function to the only file using it
by Mike Frysinger
· 13 years ago
9625375
build: remove private symbol from linker script
by Lucas De Marchi
· 13 years ago
7192828
Revert "libkmod: make sure to export kmod_log"
by Lucas De Marchi
· 13 years ago
c7d5a60
libkmod-file: gracefully handle errors from zlib
by Dave Reisner
· 13 years ago
4321590
Remove dead increment
by Lucas De Marchi
· 13 years ago
88a170d
libkmod: make sure to export kmod_log
by Mike Frysinger
· 13 years ago
883d8c4
doc: remove links to NULL going nowhere
by Lucas De Marchi
· 13 years ago
471a7d0
doc: silent man page generation and fix gtk-doc warnings
by Kay Sievers
· 13 years ago
436da1e
config: use order /etc, /run, /lib
by Lucas De Marchi
· 13 years ago
49c6489
Use upper case after Deprecated in doc
by Lucas De Marchi
· 13 years ago
6204d5b
Add kmod_module_apply_filter() to doc-sections file
by Lucas De Marchi
· 13 years ago
bfcd31d
Fix wrong printf format string
by Lucas De Marchi
· 13 years ago
2e2e252
libkmod-index: do not pre-populate mmap
by Lucas De Marchi
· 13 years ago
9c5f057
Downgrade log message: refcnt file may not exist
by Lucas De Marchi
· 13 years ago
817f4e3
libkmod-index: free node when we have only partial match
by Lucas De Marchi
· 13 years ago
ee1d188
libkmod-module: fill builtin's name
by Lucas De Marchi
· 13 years ago
bdda7e1
find builtins by property, not initstate
by Dave Reisner
· 13 years ago
d80b103
libkmod/module: add kmod_module_apply_filter method
by Dave Reisner
· 13 years ago
7cd664f
libkmod-module: don't treat "coming" as in-kernel
by Lucas De Marchi
· 13 years ago
abd5557
libkmod-module: probe: check if module exists for install cmds
by Lucas De Marchi
· 13 years ago
050db08
Add missing newlines
by Lucas De Marchi
· 13 years ago
adca3cd
Downgrade log level when modules.dep{,.bin} don't exist
by Lucas De Marchi
· 13 years ago
3805274
kmod-module: lookup: search modules.builtin file too
by Lucas De Marchi
· 13 years ago
7329817
libkmod-index: don't print an error if index doesn't exist
by Lucas De Marchi
· 13 years ago
8cd0f9e
libkmod-module: probe: fix infinite loop with softdeps
by Lucas De Marchi
· 13 years ago
Next »