]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
2012-10-12  Leandro Pereiralibkmod-hash: Plug possible memory leak when free_value...
2012-10-09  Lucas De Marchilibkmod: Add support for '.' in module parameter on...
2012-10-04  Lucas De Marchitestsuite: add depmod test for modules.alias
2012-10-04  Lucas De Marchitestsuite: allow to check generated files
2012-10-03  Lucas De Marchidepmod: fix parsing of modules.order with compressed...
2012-10-02  Dave Reisnerbuild-sys: Remove --with-rootprefix option
2012-09-14  Lucas De Marchibuild-sys: Append -Werror when testing flags
2012-09-14  Jan EngelhardtNEWS: language corrections
2012-09-08  Dave Reisnermodinfo: clarify verbiage for field shortcuts
2012-09-08  Dave ReisnerMakefile: remove redundant flags to $(RM)
2012-09-08  Dave ReisnerDefine rootfs as dependency of check-am
2012-09-08  Dave ReisnerRevert "build-sys: disable jobserver for rootfs target"
2012-09-07  Lucas De Marchitestsuite: Fix double definition of 64-bits variant
2012-09-06  Lucas De Marchikmod 10 v10
2012-08-31  Lucas De MarchiRemove test directory
2012-08-30  Lucas De MarchiTODO: deprecate use of rmmod -w
2012-08-17  Lucas De Marchimodprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIS...
2012-08-17  Lucas De Marchilibkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ON...
2012-08-01  Martin Pitttestsuite preload: Factorize into macros, add more...
2012-07-31  Lucas De MarchiREADME: let people know they don't need to subscribe
2012-07-31  Lucas De Marchibuild-sys: add 'man' entry in summary
2012-07-31  Colin Waltersbuild-sys: Add --disable-manpages option
2012-07-26  Dave Reisnerman/rmmod: specify each option in separate <term> tag
2012-07-26  Dave Reisnerman/depmod: specify each option in separate <term> tag
2012-07-25  Dave Reisnerman/modprobe: specify each option in separate <term...
2012-07-25  Dave Reisnerman/modinfo: specify each option in separate <term...
2012-07-25  Dave Reisnerman/modinfo: document longopts for field shortcuts
2012-07-25  Dave Reisnerman/modinfo: document --basedir option
2012-07-25  Dave Reisnerman/modprobe: clarify --dirname option
2012-07-18  Lucas De MarchiUse #pragma once instead of #ifndef
2012-07-10  Dave Reisnerbuild-sys: disable jobserver for rootfs target
2012-07-10  Lucas De Marchitestsuite: re-license under LGPL
2012-07-10  Martin Pitttestsuite: path wrapper: Fix open() with 3 arguments
2012-06-29  Dave Reisnermodule: support reading coresize from /sys if supported
2012-06-29  Dave ReisnerImplicitly run 'make rootfs' with 'make check'
2012-06-21  Lucas De Marchitestsuite: use right offset for module name
2012-06-19  Lucas De Marchikmod 9 v9
2012-06-19  Lucas De Marchibuild-sys: allow compressed modules in testsuite
2012-06-19  Lucas De Marchibuild-sys: Make dirs writable on rootfs creation
2012-06-16  Lucas De Marchidepmod: use ferror and fclose to check for error
2012-06-16  Dave Reisnerbootstrap: remove unnecessary echo
2012-06-16  Dave Reisnerbootstrap-configure: quote command line arg expansion
2012-06-16  Lucas De Marchidepmod: return error when index is truncated due to...
2012-06-15  Lucas De Marchidepmod: fix coding-style issue in array declaration
2012-06-15  Lucas De Marchidepmod: fail if any index could not be created
2012-06-15  Lucas De Marchidepmod: don't return error if modules.builtin don't...
2012-06-15  Lucas De MarchiRemove ifdef for building tools not bundled
2012-06-14  Lucas De Marchibuild-sys: add missing header to fix distcheck
2012-06-14  Lucas De Marchitools: rename source files
2012-06-12  Lucas De Marchilibkmod-config: refactor functions to get config
2012-06-11  Lucas De MarchiTODO: update tasks
2012-06-11  Lucas De Marchitestsuite: Fix test description
2012-06-06  Lucas De Marchilibkmod-index: protect ourselves from corrupted indexes
2012-06-06  Lucas De Marchitestsuite: add test for install-commands loop
2012-06-06  Lucas De Marchitestsuite: allow to export custom env vars
2012-06-06  Lucas De Marchitestsuite: add timeout for each test
2012-06-06  Lucas De Marchitestsuite: create additional pipe to monitor child
2012-06-06  Lucas De Marchilibkmod-util: split function for usec conversion
2012-06-05  Lucas De Marchitestsuite: add test for softdep loops
2012-06-05  Lucas De Marchitestsuite: check if module is in kernel for return...
2012-06-05  Lucas De Marchitestsuite: set default init_module behavior to mimic...
2012-06-05  Lucas De Marchitestsuite: create initstate file upon fake init_module()
2012-06-05  Lucas De Marchitestsuite: add mkdir_p implementation
2012-06-05  Lucas De Marchitestsuite: trap calls to mkdir
2012-06-05  Lucas De Marchitestsuite: check if rootfs dir is dirty before running
2012-06-05  Lucas De Marchitestsuite: separate insert and delete rootfs from modinfo
2012-06-05  Lucas De Marchilibkmod-util: add missing stdbool.h include
next