platform/upstream/kmod.git
2014-03-05 Michal Mareklibkmod-config,depmod: Accept special files as configur...
2014-03-05 Michal Mareklibkmod-module: Simplify kmod_module_insert_module()
2014-03-05 Michal MarekAdd some tests for kernels without finit_module(2)
2014-03-05 Michal Marektestsuite: Do not provide finit_module(2) on older...
2014-03-05 Michal Marektestsuite: Add test for modprobe --force
2014-03-05 Michal Marektestsuite: Check the list of loaded modules after a...
2014-01-26 Stephen KittRemove "rmmod -w" documentation and getopt entry
2014-01-24 Lukas Berkman: insmod documentation fix
2014-01-21 Lucas De MarchiRemove duplicate includes
2014-01-02 Lucas De Marchiman: Change my contact email address
2013-12-22 Lucas De Marchikmod 16 v16
2013-12-17 Lucas De MarchiUse C11's noreturn
2013-11-18 Lucas De Marchimodule: use _cleanup_free and remove useless call to...
2013-11-18 Lucas De Marchifile: use _cleanup_free_
2013-11-18 Lucas De Marchiarray: avoid duplicate code to reallocate
2013-11-18 Lucas De Marchiutil: Be OOM-safe and use _cleanup_free_
2013-11-18 Lucas De Marchitestsuite: add basic test for getline_wrapped
2013-11-18 Lucas De Marchiutil: use _cleanup_free_ on path_make_absolute_cwd()
2013-11-18 Lucas De Marchiconfig: Use _cleanup_free_
2013-11-18 Lucas De Marchiutil: Add cleanup attribute
2013-11-18 Lucas De Marchitestsuite: Move test-alias to test-util
2013-11-11 Anders Olofssonbuild: Allow disabling maintainer mode
2013-10-26 Lucas De Marchibuild-sys: enable colored diagnostics if available
2013-10-10 Saul WoldMakefile.am: add mkdir testsuite
2013-10-10 Saul WoldMakefile.am: Add target to all cross-compilation of...
2013-09-20 Lucas De MarchiNEWS: add entries
2013-09-20 Lucas De Marchirmmod: remove --wait option
2013-09-20 Lucas De Marchilibkmod: always pass O_NONBLOCK to kernel
2013-09-20 Lucas De Marchilibkmod-hash: always align n_buckets to power of 2
2013-09-20 Lucas De Marchiutil: Add ALIGN_POWER2
2013-09-10 Tom Gundersendepmod: warn on invalid devname specification
2013-09-06 Lucas De Marchibuild: remove check for typeof
2013-09-06 Thomas PetazzoniAdd configure check for _Static_assert()
2013-08-29 Lucas De MarchiFix usage of readdir_r()
2013-08-29 John Spencertestsuite: fix usage of reserved names
2013-08-22 Lucas De Marchikmod 15 v15
2013-08-14 Lucas De Marchilibkmod: Fix getting param with no value from kcmdline
2013-08-14 Lucas De Marchitestsuite: Add test for parameter with no value in...
2013-08-09 Jan Engelhardtdepmod: add missing "else" clause
2013-08-02 Lucas De Marchishell-completion: Make options accept '=' as last char
2013-07-30 Lucas De Marchibuild: Install bash completion data
2013-07-30 Lucas De Marchishell-completion: Add kmod static-nodes
2013-07-30 Lucas De Marchishell-completion: Add initial completion for kmod
2013-07-17 Lucas De MarchiNEWS: Add entries
2013-07-17 Lucas De MarchiREADME: Move items from TODO
2013-07-15 Tom Gundersenstatic-nodes: create parent directories of output file
2013-07-15 Lucas De Marchiutil: Add mkdir_parents()
2013-07-15 Lucas De Marchiutil: Add len arg to mkdir_p()
2013-07-15 Tom Gundersenstatic-nodes: don't fail if modules.devname not found
2013-07-15 Lucas De Marchiutil: Add mkdir_p implementation from testsuite
2013-07-15 Lucas De Marchitestsuite: Fix mkdir_p corner cases
2013-07-04 Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-07-04 Lucas De Marchitools: Do not link dynamically with libkmod
2013-07-03 Lucas De Marchikmod 14 v14
2013-07-03 Lucas De Marchitools: Use test/kmod instead of kmod-nolib
2013-07-02 Lucas De Marchistatic-nodes: Better -f option description
2013-06-06 Lucas De Marchibuild-sys: do not allow --enable static
2013-05-11 Lucas De MarchiAdd travis-ci config file
2013-05-11 Jan Luebbelibkmod: Avoid calling syscall() with -1
2013-05-11 Lucas De MarchiRevert "missing: Don't call syscall() with syscallno...
2013-05-04 Chengwei YangAdd document for exported enums
2013-05-04 Chengwei YangSeveral minor fixes for documentation
2013-05-03 Johannes Bergmodprobe: don't check refcount with remove command
2013-05-02 Lucas De Marchimissing: Don't call syscall() with syscallno == -1
2013-04-30 Lucas De MarchiFix coding style
2013-04-30 Lucas De MarchiTODO: Add some entries
2013-04-24 Lucas De Marchilibkmod-index: Return early if readroot failed
2013-04-24 Lucas De Marchilibkmod-module: Don't pass NULL ctx to kmod_log
2013-04-24 Lucas De Marchilibkmod-module: Don't pass NULL pointer to memcpy
2013-04-21 Lucas De Marchibuild-sys: Add AM_V_XSLT to rule creating man pages
2013-04-21 Lucas De MarchiAdd format attribute and fix issues
2013-04-19 Lucas De Marchistatic-nodes: Fix indentation
2013-04-19 Tom Gundersenstatic-nodes: tmpfiles - also create parents directorie...
2013-04-17 Lucas De Marchikmod: It's an error not to have modules.devname
2013-04-17 Tom Gundersentools: add static-nodes tool
2013-04-15 Lucas De MarchiUse static assertions for sizeof checks
2013-04-15 Lucas De MarchiUse _Static_assert
2013-04-12 Lucas De Marchitestsuite: errno is a positive number
2013-04-09 Lucas De MarchiTODO: update and reorder
2013-04-09 Lucas De Marchikmod 13 v13
2013-04-09 Lucas De Marchibuild-sys: Always enable parallel tests
2013-04-09 Lucas De Marchitestsuite: Fix checking __sysno
2013-04-09 Lucas De Marchitestsuite: Wrap syscall() to get calls to finit_module()
2013-04-09 Lucas De Marchilibkmod: Move finit_module() definition to missing.h
2013-04-09 Lucas De Marchilibkmod: Add missing definitions
2013-04-04 Cristian Rodríguezlibkmod: Use secure_getenv if available
2013-03-21 Lucas De Marchimodprobe: Fix assertion on --show-depends with bogus...
2013-03-21 Lucas De Marchitestsuite: Add test to check if modprobe explodes on...
2013-03-21 Lucas De Marchitestsuite: Exit with success on signal if test has...
2013-03-19 Lucas De Marchilibkmod-util: Add missing include file
2013-03-18 Josh Boyerrmmod: Teach rmmod about builtin modules
2013-02-19 Kees Cooklibkmod: fix address argument to mmap calls
2013-02-19 Kees Cooktestsuite: handle finit_module
2013-02-19 Kees Cooklibkmod: add finit_module logic
2013-01-18 Michal Marektestsuite: Add modinfo test for module signatures
2013-01-18 Michal Mareklibkmod: Return module signature information in kmod_mo...
2013-01-18 Michal Mareklibkmod-module: Do not free the list in kmod_module_inf...
2013-01-16 Lucas De MarchiUpdate copyright notices
2013-01-16 Michal Mareklibkmod-module: Add helper for building the module...
2013-01-15 Lucas De Marchigitignore: ignore files generated by Automake's testsuite
next