]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2015-02-21  Lucas De Marchifixup! module-playground: allow to cross-compile modules
2015-02-21  Lucas De Marchitestsuite: leave arch-specific modules in tree
2015-02-21  Lucas De Marchitestsuite: add option to copy output from test
2015-02-21  Lucas De Marchitestsuite: fix exiting with success on no output activity
2015-02-21  Lucas De Marchimodule-playground: allow to cross-compile modules
2015-02-19  Lucas De Marchitestsuite: port modules-order-compressed to module...
2015-02-19  Lucas De MarchiUpdate TODO
2015-02-18  Lucas De Marchilibkmod: better explain a signed module layout
2015-02-18  Lucas De Marchilibkmod: consider empty signature key as invalid
2015-02-18  Tobias StoeckmannFix out of bounds signature access with 32 bit off_t
2015-02-17  Tobias Stoeckmannlibkmod: properly validate file size
2015-02-11  Lucas De Marchitestsuite: port kcmdline test to module-playground
2015-02-11  Lucas De Marchitestsuite: port install-cmd-loop test to module-playground
2015-02-11  Lucas De Marchitestsuite: port alias-to-none test to module-playground
2015-02-11  Lucas De Marchitestsuite: port tests without finit_module() to module...
2015-02-11  Lucas De Marchitestsuite: port modprobe --force test to module-playground
2015-02-10  Lucas De Marchitestsuite: port softdep-loop test to module-playground
2015-02-10  Lucas De Marchilibkmod: use helper function to check for overflow
2015-02-10  Lucas De Marchishared: add helper function to add and check for overflow
2015-02-10  Lucas De Marchibuild: define to 0 if builtin is not available
2015-02-10  Tobias StoeckmannPrevent offset + size overflow.
2015-02-10  Lucas De Marchitestsuite: port show-depends tests to module-playground
2015-02-10  Lucas De Marchibuild: check for required builtin functions
2015-02-10  Lucas De Marchibuild: add better check for builtin function
2015-02-09  Lucas De Marchitestsuite: port detect-loop test to module-playground
2015-02-04  Lucas De Marchitravis: also test with gcc 4.8 and 4.9
2015-02-03  Lucas De Marchitravis: use kernel headers for testsuite
2015-02-03  Lucas De Marchitestsuite: convert test-init function to use mod-simple.ko
2015-02-03  Lucas De Marchibuild: let touch on directory as last step
2015-02-03  Lucas De Marchitestsuite: port test-dependencies to module-playground
2015-02-03  Lucas De Marchitestsuite: make test-dependencies use DEFINE_TEST
2015-02-03  Lucas De Marchitestsuite: use mod-simple.ko for search-order-same...
2015-02-03  Lucas De Marchitestsuite: beef up module-playground in the build system
2015-01-27  Lucas De MarchiUpdate TODO
2015-01-26  Caio Marcelo... testsuite: add tests for kmod_list
2015-01-26  Lucas De MarchiRevert "build: enable LTO and _FORTIFY_SOURCE with...
2015-01-26  Lucas De MarchiFix uninitialized warning
2015-01-26  Lucas De Marchibuild: pass --no-undefined to linker
2015-01-26  Lucas De Marchibuild: enable LTO and _FORTIFY_SOURCE with optimization
2015-01-21  Caio Marcelo... util: remove dead code in freadline_wrapped
2015-01-21  Caio Marcelo... testsuite: add more input cases to freadline_wrapped...
2015-01-21  Caio Marcelo... testsuite: add test for growing then shrinking a hash
2015-01-21  Caio Marcelo... testsuite: add test for hash_add_unique
2015-01-14  Lucas De Marchitestsuite: improve coverage of shared/util.h
2015-01-14  Lucas De Marchitestsuite: improve assert report
2015-01-14  Lucas De Marchitools: prefer the use of streq()
2015-01-14  Lucas De Marchitestsuite: prefer the use of streq()
2015-01-14  Lucas De Marchitestsuite: test kmod_module_remove_module for failure
2015-01-14  Lucas De Marchishared: add STRINGFY macro
2015-01-14  Lucas De Marchitestsuite: fix retcodes parsing
2015-01-14  Lucas De Marchitools: kmod: use streq
2015-01-14  Lucas De MarchiCODING-STYLE: add include order
2015-01-14  Caio Marcelo... tools: kmod: break iteration once a command is executed
2015-01-14  Lucas De MarchiUpdate TODO
2015-01-08  Lucas De Marchitestsuite: add test for array_pop()
2015-01-08  Lucas De Marchibuild-sys: integrate coverage report
2015-01-07  Lucas De Marchitestsuite: do not overrid paths inside build
2015-01-02  Lucas De Marchibuild-sys: rename cflags/ldflags variable
2015-01-02  Lucas De MarchiFix include in python bindings
2015-01-02  Lucas De Marchilibkmod-elf: Remove unused variables
2015-01-02  Lucas De MarchiFix includes after change to build-sys
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-12-26  Lucas De Marchibuild-sys: set -e separately, rather than putting ...
2014-12-26  Lucas De Marchibuild-sys: Don't define LIBEXECDIR
2014-12-26  Lucas De Marchibuild-sys: Don't add libkmod subdirectory to include...
2014-12-17  Mike Autybuild: Do not force diagnostics-color flag
2014-12-13  Lucas De MarchiREADME: move mailing list information to top
2014-11-17  Natanael Copautil: fix build on systems missing strndupa
2014-11-16  Lucas De MarchiNEWS: Fix typos
2014-11-16  Lucas De Marchikmod 19 v19
2014-11-15  Lucas De Marchilibkmod-index: move comment to include the includes
2014-11-15  Lucas De Marchilibkmod-index: remove invalid comment
2014-11-15  Lucas De Marchidepmod: point to documentation in libkmod
2014-10-29  Lucas De Marchilibkmod-index: keep index and comments in .c
2014-10-28  Tom Gundersenstatic-nodes: indicate that creation of static nodes...
2014-10-17  Lucas De Marchistrbuf: make strbuf_pushchars() a little less dumb
2014-10-17  Lucas De Marchistrbuf: do not calculate next step in size on all calls
2014-10-17  Lucas De Marchistrbuf: reduce default buffer size
2014-10-13  Lucas De Marchitestsuite: add tests for strbuf
2014-10-11  Lucas De Marchishared: rename prefixes of strbuf functions
2014-10-11  Lucas De MarchiMove strbuf implementation to shared/
2014-10-09  Lucas De Marchitestsuite: remove now unused array of tests
2014-10-09  Lucas De Marchitestsuite: use a section to put tests in instead of...
2014-10-09  Lucas De MarchiMove static keyword to DEFINE_TEST macro
2014-10-09  Lucas De Marchilibkmod: remove unused inline functions
2014-10-09  Lucas De MarchiChange parameter from int to char
2014-10-09  Lucas De MarchiLog error on failed underscores(), moving it to shared/
2014-10-09  Lucas De Marchibuild-sys: rename libkmod-util convenience library
2014-10-09  Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09  Lucas De Marchidepmod: use alias_normalize() from shared
2014-10-09  Lucas De MarchiMove alias_normalize() to shared
2014-10-09  Lucas De MarchiDo not rely on prio_to_str() being always inline
2014-10-09  Lucas De MarchiDo not export array of kmod extensions
2014-10-09  Lucas De Marchitestsuite: add tests for array implementation
2014-10-09  Lucas De MarchiClarify what licences apply where
2014-10-03  Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03  Lucas De MarchiPrefer inttypes.h over stdint.h
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove hash implementation to shared directory
2014-10-03  Lucas De MarchiMove array implementation to shared directory
next