Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
8eded79c50973736c8bb9f0afba9c6fdbda864d0
/
libkmod
96573a0
Move generic util functions to shared directory
by Lucas De Marchi
· 10 years ago
8b7189b
Move missing.h to shared directory
by Lucas De Marchi
· 10 years ago
576dd43
Move macro.h to shared directory
by Lucas De Marchi
· 10 years ago
9b34db1
Add back-up implementation of be32toh()
by Randy MacLeod
· 10 years ago
1a4aa7e
libkmod-index.c: Fix error message
by Holger Obermaier
· 10 years ago
74c2694
Add missing O_CLOEXEC in kmod_module_get_size()
by Cristian Rodríguez
· 10 years ago
86e19e9
Fix use-after-free in hash implementation.
by Lukas Anzinger
· 10 years ago
30bfd48
Close /sys/module/$NAME directory if opening /proc/module fails.
by Leandro Pereira
· 11 years ago
c1bc88c
Free abspath if kmod_module_new_from_path() fails.
by Leandro Pereira
· 11 years ago
e84d912
Free realnames if kmod_lookup_alias_from_alias_bin() fails
by Leandro Pereira
· 11 years ago
b6d985c
Ensure read_long() reads the correct number of bytes from the index
by Leandro Pereira
· 11 years ago
d36c886
Bail out of index_mm_open() if fstat() fails
by Leandro Pereira
· 11 years ago
f5cdd57
Make sure there's NUL byte at the end of strndupa
by Lucas De Marchi
· 11 years ago
04c0956
Add strndupa to missing.h
by Lucas De Marchi
· 11 years ago
8240333
config: also parse softdeps from modules
by Tom Gundersen
· 11 years ago
450bd1b
libkmod: Ignore errors from softdeps
by Michal Marek
· 11 years ago
3a33a7a
build-sys: add hooks to build python bindings
by Lucas De Marchi
· 11 years ago
5ad36e5
python: Remove unused files from import
by Lucas De Marchi
· 11 years ago
c03dfbd
python: Issue #15: resovled by using setuptools_cython
by Guy Rozendorn
· 12 years ago
60ce23e
python: Issue #15: Cython needs to be in setup_requires
by Guy Rozendorn
· 12 years ago
1f9c5a0
python: Issue #15 Cython is now a dependency
by Guy Rozendorn
· 12 years ago
57a8efd
python: update version to 0.9.1
by Andy Grover
· 12 years ago
17b69ad
python: Issue #13 skipping building extensions on non-Linux platforms
by Guy Rozendorn
· 12 years ago
e4a57f6
python: Make kmod.modprobe() raise an error if no modules found
by Andy Grover
· 12 years ago
891e075
python: Add self as maintainer to setup.py
by Andy Grover
· 12 years ago
8e73a86
python: Correct building for python 2.6
by Andy Grover
· 12 years ago
f0d6f37
python: add docstring to insert and remove methods
by Oz
· 12 years ago
240c0f4
python: add docstring to rmmod
by Oz
· 12 years ago
b32900f
python: update version to 0.9
by Andy Grover
· 12 years ago
9ebfb9c
python: Update README
by Andy Grover
· 12 years ago
26105c1
python: MANIFEST.in: add AUTHORS to distibuted source files.
by W. Trevor King
· 12 years ago
c8b5c51
python: Ran update-copyright.py.
by W. Trevor King
· 12 years ago
64f9a6a
python: .update-copyright.conf: update to pipe separators.
by W. Trevor King
· 12 years ago
8e8e24b
python: .update-copyright.conf: add MANIFEST.in to ignored files.
by W. Trevor King
· 12 years ago
ac24814
python: .update-copyright.conf: add Red Hat alias for Andy Grover.
by W. Trevor King
· 12 years ago
5a39a9d
python: .update-copyright.conf: add README.rst to ignored files.
by W. Trevor King
· 12 years ago
3c65e33
python: .mailmap: consolidate Andy Grover email addresses.
by W. Trevor King
· 12 years ago
6745a4a
python: .update-copyright.conf: add copyright configuration.
by W. Trevor King
· 12 years ago
0a2fab2
python: module: fix versions -> info typo in Module._info_get() error message.
by W. Trevor King
· 12 years ago
d9c0c63
python: Initialize Kmod.mod_dir to None in __cinit__().
by W. Trevor King
· 12 years ago
caee9c1
python: Use an OrderedDict for Module.info (preserving modinfo ordering).
by W. Trevor King
· 12 years ago
81c1a4e
python: Add Module.info attribute.
by W. Trevor King
· 12 years ago
e0ff45a
python: Use Cython's libc.errno for EEXIST.
by W. Trevor King
· 12 years ago
0dd3047
python: Add Module.versions attribute.
by W. Trevor King
· 12 years ago
76d34f4
python: README.rst: add .rst symlink for GitHub.
by W. Trevor King
· 12 years ago
161576d
python: README: mention Cython dependency.
by W. Trevor King
· 12 years ago
028fc12
python: README: cleanup reStructuredText syntax.
by W. Trevor King
· 12 years ago
075f4ea
python: Add missing copyright blurbs.
by W. Trevor King
· 12 years ago
c737198
python: Add docstrings to kmod.kmod and kmod.kmod.Kmod.
by W. Trevor King
· 12 years ago
3cc8a66
python: MANIFEST.in: add missing source to the sdist tarball.
by W. Trevor King
· 12 years ago
113b46b
python: Add additional out Module attributes (path, refcnt, ...).
by W. Trevor King
· 12 years ago
f7c6215
python: Convert to Cython.
by W. Trevor King
· 12 years ago
cd4df5a
python: update FSF address in COPYING and COPYING.LESSER
by Andy Grover
· 13 years ago
6cdc22b
python: whitespace
by Andy Grover
· 13 years ago
705187f
python: add proper error handling to loaded_modules()
by Andy Grover
· 13 years ago
31aa683
python: Improve README's description of kmod
by Andy Grover
· 13 years ago
c73ffc5
python: Make setup.py version match version in .c
by Andy Grover
· 13 years ago
3aa27ba
python: Add README
by Andy Grover
· 13 years ago
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
Next »