]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
2014-10-03  Lucas De Marchibuild-sys: normalize line breaks
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2014-10-03  Lucas De MarchiMove missing.h to shared directory
2014-10-03  Lucas De MarchiMove macro.h to shared directory
2014-09-29  Randy MacLeodAdd back-up implementation of be32toh()
2014-09-23  Lucas De MarchiUpdate TODO
2014-09-22  Marco d'ItriAdd the man page for kmod(8)
2014-09-20  Marco d'ItriDocument depmod --show in depmod(8)
2014-09-04  Holger Obermaierlibkmod-index.c: Fix error message
2014-06-19  Cristian RodríguezAdd missing O_CLOEXEC in kmod_module_get_size()
2014-06-14  Lucas De Marchikmod 18 v18
2014-06-14  Lucas De Marchitestsuite: Fix macro missing format string
2014-06-06  Lucas De Marchitestsuite: Add basic tests for hash implementation
2014-06-06  Lucas De Marchitestsuite: Add assert_return
2014-06-05  Lucas De Marchitestsuite: separate testcases on log
2014-05-30  Lucas De Marchitestsuite: check for correct error message in detect...
2014-05-30  Lucas De Marchitestsuite: Fix expected_fail parsing
2014-05-30  Lucas De Marchitestsuite: Add braces
2014-05-30  Lucas De Marchidepmod: Add better error messages when facing loops
2014-05-30  Lucas De Marchitestsuite: add test to fail depmod on module loops
2014-05-30  Lucas De Marchidepmod: Rename variable to clarify its meaning
2014-05-18  Lukas AnzingerFix use-after-free in hash implementation.
2014-05-14  Leandro PereiraClose /sys/module/$NAME directory if opening /proc...
2014-05-14  Leandro PereiraFree abspath if kmod_module_new_from_path() fails.
2014-05-14  Leandro PereiraFree realnames if kmod_lookup_alias_from_alias_bin...
2014-05-14  Leandro PereiraEnsure read_long() reads the correct number of bytes...
2014-05-14  Leandro PereiraBail out of index_mm_open() if fstat() fails
2014-05-14  Lucas De Marchidepmod: Make dependency loops be fatal
2014-05-13  Joe Lawrenceman: fixup spacing/parens in modprobe.d(5)
2014-05-09  Lucas De MarchiAdd gitignore to module playground
2014-05-05  Marco d'ItriRemove references to systemd from the bash completion...
2014-05-02  Lucas De Marchitestsuite: Add module playground dir
2014-04-07  Lucas De MarchiMake sure there's NUL byte at the end of strndupa
2014-04-07  Lucas De MarchiAdd strndupa to missing.h
2014-04-07  Lucas De MarchiUpdate .travis.yml
2014-04-06  Lucas De Marchikmod 17 v17
2014-04-06  Lucas De Marchitestsuite: Remove duplicate test
2014-04-06  Lucas De Marchibuild-sys: enable python in bootstrap-configure
2014-04-04  Michal Marektestsuite: Warn if sysconfdir is not /etc
2014-04-04  Michal Marektestsuite: Do not run tests with *.ko.gz if zlib is...
2014-04-04  Michal Marektestsuite: Uncompress most modules
2014-04-01  Tom Gundersenconfig: also parse softdeps from modules
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
next