Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
9c2d39c73532e22c8df37382e24765d69450f78b
/
tools
5b0436a
tools: prefer the use of streq()
by Lucas De Marchi
· 10 years ago
7db094c
tools: kmod: use streq
by Lucas De Marchi
· 10 years ago
ace7198
tools: kmod: break iteration once a command is executed
by Caio Marcelo de Oliveira Filho
· 10 years ago
f357866
Fix includes after change to build-sys
by Lucas De Marchi
· 10 years ago
778395e
depmod: point to documentation in libkmod
by Lucas De Marchi
· 10 years ago
27eceb2
static-nodes: indicate that creation of static nodes should only happen at boot
by Tom Gundersen
· 10 years ago
f4e8c16
Move remaining functions from libkmod-util to shared
by Lucas De Marchi
· 10 years ago
3753ae1
depmod: use alias_normalize() from shared
by Lucas De Marchi
· 10 years ago
66bf1a7
Do not rely on prio_to_str() being always inline
by Lucas De Marchi
· 10 years ago
b95506f
Do not export array of kmod extensions
by Lucas De Marchi
· 10 years ago
1a07559
Clarify what licences apply where
by Lucas De Marchi
· 10 years ago
aafd383
Rename getline_wrapped() to freadline_wrapped()
by Lucas De Marchi
· 10 years ago
c2e4286
Reorder and reorganize header files
by Lucas De Marchi
· 10 years ago
0db718e
Move hash implementation to shared directory
by Lucas De Marchi
· 10 years ago
74d1df6
Move array implementation to shared directory
by Lucas De Marchi
· 10 years ago
96573a0
Move generic util functions to shared directory
by Lucas De Marchi
· 10 years ago
576dd43
Move macro.h to shared directory
by Lucas De Marchi
· 10 years ago
c89d219
depmod: Add better error messages when facing loops
by Lucas De Marchi
· 10 years ago
a873f23
depmod: Rename variable to clarify its meaning
by Lucas De Marchi
· 10 years ago
c48b269
depmod: Make dependency loops be fatal
by Lucas De Marchi
· 11 years ago
8240333
config: also parse softdeps from modules
by Tom Gundersen
· 11 years ago
49b33c1
depmod: do not allow partial matches with "search" directive
by Anssi Hannula
· 11 years ago
27881f6
depmod: fix debug print parameter order
by Anssi Hannula
· 11 years ago
06eb29e
build-sys: add small redirecting Makefiles
by Lucas De Marchi
· 11 years ago
519d27d
libkmod-config,depmod: Accept special files as configuration files, too
by Michal Marek
· 11 years ago
a4bd144
Remove "rmmod -w" documentation and getopt entry
by Stephen Kitt
· 11 years ago
017893f
rmmod: remove --wait option
by Lucas De Marchi
· 11 years ago
6506ddf
depmod: warn on invalid devname specification
by Tom Gundersen
· 11 years ago
7e0385c
Fix usage of readdir_r()
by Lucas De Marchi
· 11 years ago
c117088
depmod: add missing "else" clause
by Jan Engelhardt
· 11 years ago
232bf4d
static-nodes: create parent directories of output file
by Tom Gundersen
· 11 years ago
ae17710
static-nodes: don't fail if modules.devname not found
by Tom Gundersen
· 11 years ago
9de9e07
tools: Use test/kmod instead of kmod-nolib
by Lucas De Marchi
· 11 years ago
a5cbde4
static-nodes: Better -f option description
by Lucas De Marchi
· 11 years ago
c010f02
modprobe: don't check refcount with remove command
by Johannes Berg
· 12 years ago
1958af8
Add format attribute and fix issues
by Lucas De Marchi
· 12 years ago
19ac5bd
static-nodes: Fix indentation
by Lucas De Marchi
· 12 years ago
4905769
static-nodes: tmpfiles - also create parents directories of device nodes
by Tom Gundersen
· 12 years ago
279b177
kmod: It's an error not to have modules.devname
by Lucas De Marchi
· 12 years ago
db6f2fc
tools: add static-nodes tool
by Tom Gundersen
· 12 years ago
ace742f
modprobe: Fix assertion on --show-depends with bogus config file
by Lucas De Marchi
· 12 years ago
d53abca
rmmod: Teach rmmod about builtin modules
by Josh Boyer
· 12 years ago
e6b0e49
Update copyright notices
by Lucas De Marchi
· 12 years ago
572a271
depmod: fix builtin symbols resolution when the prefix symbol is set
by Andrey Mazo
· 12 years ago
c02a8e6
depmod: --symbol-prefix actually requires an argument
by Andrey Mazo
· 12 years ago
650f89c
depmod: fix checking file extension
by Lucas De Marchi
· 12 years ago
6f02b6f
fix is_module_filename()
by Aleksey Makarov
· 12 years ago
02c64df
depmod: fix asserting mod->kmod == NULL
by Lucas De Marchi
· 12 years ago
0629462
depmod: fix hash lookup by relpath instead of uncrelpath
by Lucas De Marchi
· 12 years ago
7c04aee
tools: use program_invocation_short_name provided by libc
by Lucas De Marchi
· 12 years ago
c841273
tools: staticize functions that are now only used in log.c
by Lucas De Marchi
· 12 years ago
fcb0ce9
tools: share function for logging
by Lucas De Marchi
· 12 years ago
52a50fe
tools: share setting up libkmod log
by Lucas De Marchi
· 12 years ago
92aad74
tools: use a single function for logging libkmod output
by Lucas De Marchi
· 12 years ago
34e06bf
tools: make usage() messages go to stdout rather than stderr
by Lucas De Marchi
· 12 years ago
84341fb
tools: share function to convert prio to string
by Lucas De Marchi
· 12 years ago
4a2e20d
tools: share getting program name from argv for all tools
by Lucas De Marchi
· 12 years ago
e6996c5
rmmod: route all messages to syslog if told to
by Lucas De Marchi
· 12 years ago
04c26d2
rmmod: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
9382dbf
modinfo: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
e2f9478
insmod: prefer ERR over plain fprintf
by Lucas De Marchi
· 12 years ago
96b50d3
depmod: add depmod prefix to log messages
by Lucas De Marchi
· 12 years ago
a3f16ff
depmod: remove inline from _log
by Lucas De Marchi
· 12 years ago
61c48db
depmod: prefer ERR and WRN over plain fprintf
by Lucas De Marchi
· 12 years ago
d9a2e15
modprobe: use ERR() instead of fprintf(stderr, ...)
by Lucas De Marchi
· 12 years ago
d96ae03
modprobe: prefix log messages to stderr with modprobe
by Lucas De Marchi
· 12 years ago
07df56e
modprobe: move log function
by Lucas De Marchi
· 12 years ago
86cc1f2
modprobe: prefix libkmod messages to stderr with modprobe:
by Lucas De Marchi
· 12 years ago
1e947e3
modprobe: use prio_to_str() helper
by Lucas De Marchi
· 12 years ago
4434d8b
modprobe: exit in one place
by Lucas De Marchi
· 12 years ago
e4a7352
depmod: unref kmod_module once we don't need it anymore
by Lucas De Marchi
· 12 years ago
447eed8
depmod: use our copy of modname instead of calling libkmod
by Lucas De Marchi
· 12 years ago
ec587f2
depmod: cache dependency_symbol list in struct mod
by Lucas De Marchi
· 12 years ago
7062eca
depmod: cache info_list in struct mod
by Lucas De Marchi
· 12 years ago
b51ac40
depmod: do not create a hole in struct depmod
by Lucas De Marchi
· 12 years ago
cc83364
rmmod: Deprecate --wait option
by Lucas De Marchi
· 12 years ago
88c247f
depmod: fix parsing of modules.order with compressed modules
by Lucas De Marchi
· 12 years ago
c5b37db
build-sys: Remove --with-rootprefix option
by Dave Reisner
· 12 years ago
36ddee6
modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY
by Lucas De Marchi
· 12 years ago
e8fd8fe
Use #pragma once instead of #ifndef
by Lucas De Marchi
· 12 years ago
3f376cd
depmod: use ferror and fclose to check for error
by Lucas De Marchi
· 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
ac78e10
tools: rename source files
by Lucas De Marchi
· 12 years ago
819f79a
depmod: report failures in loading symbols
by Dave Reisner
· 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
ccb64d1
modprobe: handle -ENOENT return from init_module
by Dave Reisner
· 13 years ago
02629fa
modprobe: fix typo in config dump: option->options
by Elan Ruusamäe
· 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
aa5da52
modprobe: show builtin label on --show-depends
by Dave Reisner
· 13 years ago
3e4c6af
modinfo: use new apply_filter method to avoid builtins
by Dave Reisner
· 13 years ago
a23f0c9
modinfo: handle arguments more carefully
by Dan McGee
· 13 years ago
Next »