]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2015-03-01  Lucas De Marchikmod 20 v20
2015-03-01  Lucas De MarchiUpdate TODO
2015-02-28  Lucas De MarchiCheck return of fseek while reading index
2015-02-28  Lucas De MarchiAvoid sign-extension error on multiplication
2015-02-28  Lucas De Marchidepmod: add asserts to ensure positive return from...
2015-02-28  Lucas De Marchitestsuite: add test for modprobe -R <builtin-module>
2015-02-28  Lucas De Marchimodprobe: stop checking initstate for builtin modules
2015-02-28  Lucas De Marchitestsuite: test builtin state
2015-02-28  Harish Jenny K NFix race while loading modules
2015-02-27  Lucas De Marchibuild: we are kmod, not systemd
2015-02-26  Lucas De Marchishared: avoid checking for __STDC_VERSION__
2015-02-26  Lucas De Marchibuild: simplify and organize configure
2015-02-26  Lucas De Marchidepmod: fix leak in case of malloc(0)
2015-02-25  Lucas De Marchibuild: add helpers to upload coverity tarball
2015-02-25  Lucas De Marchidepmod: use cleanup attribute to simplify free on exit
2015-02-25  Colin Waltersdepmod: Fix crash in previous commit if root is not set
2015-02-25  Lucas De Marchidepmod: fix leaking root on exit
2015-02-25  David Herrmannfrom systemd: build: make sure to test for -Wflag inste...
2015-02-25  Zbigniew Jędrzejewsk... from systemd: build-sys: fix conftest.c to work on arm
2015-02-25  David Herrmannfrom systemd: build: check for build/link flags harder
2015-02-25  Lucas De Marchifrom systemd: build: merge trivial changes back
2015-02-24  Lucas De Marchibuild: add missing files to EXTRA_DIST
2015-02-24  Lucas De Marchimodule-playground: don clean all .ko files
2015-02-22  Marcus Meissnertestsuite: move test-blacklist to DEFINE_TEST
2015-02-21  Lucas De Marchitestsuite: port signature-check modules to module-playg...
2015-02-21  Lucas De Marchitestsuite: port arch-specific tests to module-playground
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
next