platform/upstream/kmod.git
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
2012-06-05 Lucas De Marchitestsuite: rename rootfs dir
2012-06-05 Lucas De Marchibuild-sys: provide --sysconfdir to make distcheck flags
2012-06-05 Lucas De Marchitestsuite: fix find_module() finding wrong module
2012-05-23 Lucas De MarchiSilence clang warnings with __unused__ attribute
2012-05-23 Lucas De MarchiDon't use __ for attribute defines
2012-05-23 Lucas De Marchilibkmod-index: use generic function for unaligned access
2012-05-23 Josh Boyerdoc: Don't reference /etc/modprobe.conf
2012-05-21 Lucas De Marchilibkmod-hash: use generic function for unaligned access
2012-05-21 Lucas De Marchilibkmod-util: copy macros for unaligned access from...
2012-05-15 Mike Frysingerlibkmod: move function to the only file using it
2012-05-11 Dan McGeetest-conversion: convert test-get-dependencies to new...
2012-05-11 Dan McGeetest-conversion: convert test-blacklist to new infrastr...
2012-05-11 Lucas De Marchibuild-sys: copy rootfs to another directory
2012-05-11 Lucas De Marchibuild-sys: distribute testsuite
2012-05-11 Dan McGeetestsuite: ship testsuite/rootfs unzipped
2012-05-11 Lucas De Marchibuild: remove private symbol from linker script
2012-05-10 Lucas De MarchiRevert "libkmod: make sure to export kmod_log"
2012-05-08 Dave Reisnerdepmod: report failures in loading symbols
2012-05-08 Dave Reisnerlibkmod-file: gracefully handle errors from zlib
2012-04-26 Lucas De MarchiRemove dead increment
2012-04-26 Lucas De MarchiReturn error instead of always 0
2012-04-26 Lucas De MarchiRemove dead assignment
2012-04-23 Mike Frysingerlibkmod: make sure to export kmod_log
2012-04-19 Lucas De Marchikmod 8 v8
2012-04-19 Lucas De Marchidoc: remove links to NULL going nowhere
2012-04-16 Lucas De MarchiTODO: add item to implement actions in kmod
2012-04-16 Dave Reisnermodprobe: handle -ENOENT return from init_module
2012-04-15 Kay Sieversdoc: silent man page generation and fix gtk-doc warnings
2012-03-22 Elan Ruusamäemodprobe: fix typo in config dump: option->options
2012-03-22 Lucas De MarchiREADME: note that there are more files to read
2012-03-19 Lucas De Marchikmod 7 v7
2012-03-19 Lucas De Marchibuild-sys: don't set CFLAGS and LDFLAGS
2012-03-17 Lucas De Marchibuild-sys: re-organize configure.ac
2012-03-17 Randy Wittconfigure.ac: Move link only flags out of CFLAGS and...
2012-03-17 Randy WittAdd CC_CHECK_LDFLAGS_APPEND m4 macro.
2012-03-15 Lucas De Marchiconfig: use order /etc, /run, /lib
2012-03-15 Lucas De Marchimodprobe: set log prio to 0 if user passed -q arg
2012-03-15 Lucas De MarchiMerge branch 'master' of git://code.falconindy.com...
2012-03-15 Lucas De Marchimodprobe: always try to remove all modules in command...
2012-03-15 Lucas De Marchimodprobe: don't check if module builtin to decide if...
2012-03-15 Dave Reisnermodprobe: fix error path in removing modules
2012-03-03 Lucas De Marchikmod 6 v6
2012-03-03 Lucas De MarchiUse upper case after Deprecated in doc
2012-03-03 Lucas De MarchiAdd kmod_module_apply_filter() to doc-sections file
2012-03-03 Lucas De MarchiFix wrong printf format string
2012-03-02 Lucas De Marchilibkmod-index: do not pre-populate mmap
2012-03-01 Lucas De MarchiDowngrade log message: refcnt file may not exist
2012-02-27 Lucas De Marchiman: detail modprobe.blacklist in kcmdline
2012-02-27 Lucas De Marchilibkmod-index: free node when we have only partial...
2012-02-27 Dave Reisnermodprobe: show builtin label on --show-depends
2012-02-27 Lucas De Marchilibkmod-module: fill builtin's name
2012-02-25 Dave Reisnerfind builtins by property, not initstate
2012-02-24 Dave Reisnermodinfo: use new apply_filter method to avoid builtins
2012-02-24 Dave Reisnerlibkmod/module: add kmod_module_apply_filter method
2012-02-24 Lucas De MarchiMove repository to kernel.org
2012-02-23 Lucas De Marchilibkmod-module: don't treat "coming" as in-kernel
2012-02-22 Lucas De MarchiTODO: update and organize items
next