platform/upstream/kmod.git
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
2013-01-08 Lucas De Marchiman: fix lib dir in which we look for config
2012-12-31 Andrey Mazodepmod: fix builtin symbols resolution when the prefix...
2012-12-13 Andrey Mazodepmod: --symbol-prefix actually requires an argument
2012-12-05 Lucas De Marchikmod 12 v12
2012-11-28 Lucas De Marchidepmod: fix checking file extension
2012-11-28 Lucas De MarchiUse bool instead of int
2012-11-28 Aleksey Makarovfix is_module_filename()
2012-11-21 Lucas De Marchilibkmod-module: mangle the section header, not the...
2012-11-21 Lucas De Marchilibkmod-module: Remove key+value vermagic from .modinfo...
2012-11-16 Lucas De Marchidepmod: fix asserting mod->kmod == NULL
2012-11-16 Lucas De Marchidepmod: fix hash lookup by relpath instead of uncrelpath
2012-11-08 Lucas De Marchikmod 11 v11
2012-11-08 Lucas De MarchiTODO: remove completed action
2012-11-06 Lucas De Marchitools: use program_invocation_short_name provided by...
2012-11-06 Lucas De Marchitools: staticize functions that are now only used in...
2012-11-06 Lucas De Marchitools: share function for logging
2012-11-06 Lucas De Marchitools: share setting up libkmod log
2012-11-06 Lucas De Marchitools: use a single function for logging libkmod output
2012-11-06 Lucas De Marchitools: make usage() messages go to stdout rather than...
2012-11-06 Lucas De Marchitools: share function to convert prio to string
2012-11-06 Lucas De Marchitools: share getting program name from argv for all...
2012-11-05 Lucas De Marchirmmod: route all messages to syslog if told to
2012-11-05 Lucas De Marchirmmod: prefer ERR over plain fprintf
2012-11-05 Lucas De Marchimodinfo: prefer ERR over plain fprintf
2012-11-05 Lucas De Marchiinsmod: prefer ERR over plain fprintf
2012-11-05 Lucas De Marchidepmod: add depmod prefix to log messages
2012-11-05 Lucas De Marchidepmod: remove inline from _log
2012-11-05 Lucas De MarchiTODO: update file with tasks
2012-11-05 Lucas De Marchidepmod: prefer ERR and WRN over plain fprintf
2012-11-01 Lucas De Marchimodprobe: use ERR() instead of fprintf(stderr, ...)
2012-11-01 Lucas De Marchimodprobe: prefix log messages to stderr with modprobe
2012-11-01 Lucas De Marchimodprobe: move log function
2012-11-01 Lucas De Marchimodprobe: prefix libkmod messages to stderr with modprobe:
2012-11-01 Lucas De Marchimodprobe: use prio_to_str() helper
2012-10-31 Lucas De Marchimodprobe: exit in one place
2012-10-30 Lucas De Marchidepmod: unref kmod_module once we don't need it anymore
2012-10-30 Lucas De Marchidepmod: use our copy of modname instead of calling...
2012-10-30 Lucas De Marchidepmod: cache dependency_symbol list in struct mod
2012-10-30 Lucas De Marchidepmod: cache info_list in struct mod
2012-10-30 Lucas De Marchidepmod: do not create a hole in struct depmod
2012-10-23 Lucas De Marchibuild-sys: use AS_IF autoconf macro
2012-10-22 Sami Kerolabuild-sys: require xsltproc when manpages are enabled
2012-10-18 Lucas De Marchilibkmod: cache open file for later access
2012-10-17 Lucas De Marchirmmod: Deprecate --wait option
next