Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
ff9909694bdb8b049badf37eb9b5684257eb7b99
ff99096
man/modinfo: document longopts for field shortcuts
by Dave Reisner
· 12 years ago
072122f
man/modinfo: document --basedir option
by Dave Reisner
· 12 years ago
465f2d6
man/modprobe: clarify --dirname option
by Dave Reisner
· 12 years ago
e8fd8fe
Use #pragma once instead of #ifndef
by Lucas De Marchi
· 12 years ago
4e7f0f2
build-sys: disable jobserver for rootfs target
by Dave Reisner
· 12 years ago
e1b1ab2
testsuite: re-license under LGPL
by Lucas De Marchi
· 12 years ago
4281cee
testsuite: path wrapper: Fix open() with 3 arguments
by Martin Pitt
· 12 years ago
486f901
module: support reading coresize from /sys if supported
by Dave Reisner
· 12 years ago
2588e3d
Implicitly run 'make rootfs' with 'make check'
by Dave Reisner
· 12 years ago
fca5b9b
testsuite: use right offset for module name
by Lucas De Marchi
· 12 years ago
62081c0
kmod 9
by Lucas De Marchi
· 12 years ago
7896165
build-sys: allow compressed modules in testsuite
by Lucas De Marchi
· 12 years ago
33202e8
build-sys: Make dirs writable on rootfs creation
by Lucas De Marchi
· 12 years ago
3f376cd
depmod: use ferror and fclose to check for error
by Lucas De Marchi
· 12 years ago
b7d830b
bootstrap: remove unnecessary echo
by Dave Reisner
· 12 years ago
563befd
bootstrap-configure: quote command line arg expansion
by Dave Reisner
· 12 years ago
a4fb97a
depmod: return error when index is truncated due to ENOSPC
by Lucas De Marchi
· 12 years ago
015946d
depmod: fix coding-style issue in array declaration
by Lucas De Marchi
· 12 years ago
80e49ad
depmod: fail if any index could not be created
by Lucas De Marchi
· 12 years ago
c5db1a3
depmod: don't return error if modules.builtin don't exist
by Lucas De Marchi
· 12 years ago
ccd6afa
Remove ifdef for building tools not bundled
by Lucas De Marchi
· 12 years ago
fd0d806
build-sys: add missing header to fix distcheck
by Lucas De Marchi
· 12 years ago
ac78e10
tools: rename source files
by Lucas De Marchi
· 12 years ago
e7fc2c8
libkmod-config: refactor functions to get config
by Lucas De Marchi
· 12 years ago
c8c956b
TODO: update tasks
by Lucas De Marchi
· 12 years ago
9b01fd2
testsuite: Fix test description
by Lucas De Marchi
· 12 years ago
5b05c32
libkmod-index: protect ourselves from corrupted indexes
by Lucas De Marchi
· 12 years ago
01d9ee6
testsuite: add test for install-commands loop
by Lucas De Marchi
· 12 years ago
34db3f2
testsuite: allow to export custom env vars
by Lucas De Marchi
· 12 years ago
b8e344a
testsuite: add timeout for each test
by Lucas De Marchi
· 12 years ago
ed8e93f
testsuite: create additional pipe to monitor child
by Lucas De Marchi
· 12 years ago
535c541
libkmod-util: split function for usec conversion
by Lucas De Marchi
· 12 years ago
a6976f8
testsuite: add test for softdep loops
by Lucas De Marchi
· 12 years ago
a655370
testsuite: check if module is in kernel for return code
by Lucas De Marchi
· 12 years ago
ddf1e7a
testsuite: set default init_module behavior to mimic kernel's
by Lucas De Marchi
· 12 years ago
5a2949c
testsuite: create initstate file upon fake init_module()
by Lucas De Marchi
· 12 years ago
44e5466
testsuite: add mkdir_p implementation
by Lucas De Marchi
· 12 years ago
113d008
testsuite: trap calls to mkdir
by Lucas De Marchi
· 12 years ago
0de690c
testsuite: check if rootfs dir is dirty before running
by Lucas De Marchi
· 12 years ago
ada9719
testsuite: separate insert and delete rootfs from modinfo
by Lucas De Marchi
· 12 years ago
e46bca0
libkmod-util: add missing stdbool.h include
by Lucas De Marchi
· 12 years ago
e2ee7d9
testsuite: rename rootfs dir
by Lucas De Marchi
· 12 years ago
851ee75
build-sys: provide --sysconfdir to make distcheck flags
by Lucas De Marchi
· 12 years ago
90fc410
testsuite: fix find_module() finding wrong module
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
7ef9f30
doc: Don't reference /etc/modprobe.conf
by Josh Boyer
· 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
c88aec7
test-conversion: convert test-get-dependencies to new infrastructure
by Dan McGee
· 13 years ago
bcca1b9
test-conversion: convert test-blacklist to new infrastructure
by Dan McGee
· 13 years ago
452c1dd
build-sys: copy rootfs to another directory
by Lucas De Marchi
· 13 years ago
9c41596
build-sys: distribute testsuite
by Lucas De Marchi
· 13 years ago
cdbcc24
testsuite: ship testsuite/rootfs unzipped
by Dan McGee
· 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
819f79a
depmod: report failures in loading symbols
by Dave Reisner
· 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
20c6e18
Return error instead of always 0
by Lucas De Marchi
· 13 years ago
18a492e
Remove dead assignment
by Lucas De Marchi
· 13 years ago
88a170d
libkmod: make sure to export kmod_log
by Mike Frysinger
· 13 years ago
46684bc
kmod 8
by Lucas De Marchi
· 13 years ago
883d8c4
doc: remove links to NULL going nowhere
by Lucas De Marchi
· 13 years ago
9461893
TODO: add item to implement actions in kmod
by Lucas De Marchi
· 13 years ago
ccb64d1
modprobe: handle -ENOENT return from init_module
by Dave Reisner
· 13 years ago
471a7d0
doc: silent man page generation and fix gtk-doc warnings
by Kay Sievers
· 13 years ago
02629fa
modprobe: fix typo in config dump: option->options
by Elan Ruusamäe
· 13 years ago
314719c
README: note that there are more files to read
by Lucas De Marchi
· 13 years ago
8885ced
kmod 7
by Lucas De Marchi
· 13 years ago
e48f376
build-sys: don't set CFLAGS and LDFLAGS
by Lucas De Marchi
· 13 years ago
3ef7208
build-sys: re-organize configure.ac
by Lucas De Marchi
· 13 years ago
1701b1b
configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
by Randy Witt
· 13 years ago
00ff576
Add CC_CHECK_LDFLAGS_APPEND m4 macro.
by Randy Witt
· 13 years ago
436da1e
config: use order /etc, /run, /lib
by Lucas De Marchi
· 13 years ago
ae7ebe8
modprobe: set log prio to 0 if user passed -q arg
by Lucas De Marchi
· 13 years ago
23ea575
Merge branch 'master' of git://code.falconindy.com/kmod
by Lucas De Marchi
· 13 years ago
c1b8454
modprobe: always try to remove all modules in command line
by Lucas De Marchi
· 13 years ago
4744ebc
modprobe: don't check if module builtin to decide if it's builtin
by Lucas De Marchi
· 13 years ago
f758caf
modprobe: fix error path in removing modules
by Dave Reisner
· 13 years ago
26906fe
kmod 6
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
dcf06c5
man: detail modprobe.blacklist in kcmdline
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
aa5da52
modprobe: show builtin label on --show-depends
by Dave Reisner
· 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
3e4c6af
modinfo: use new apply_filter method to avoid builtins
by Dave Reisner
· 13 years ago
d80b103
libkmod/module: add kmod_module_apply_filter method
by Dave Reisner
· 13 years ago
bb05bc8
Move repository to kernel.org
by Lucas De Marchi
· 13 years ago
7cd664f
libkmod-module: don't treat "coming" as in-kernel
by Lucas De Marchi
· 13 years ago
80e54cb
TODO: update and organize items
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
Next »