platform/upstream/kmod.git
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
2012-02-22 Lucas De Marchilibkmod-module: probe: check if module exists for insta...
2012-02-18 Lucas De MarchiAdd missing newlines
2012-02-17 Lucas De MarchiDowngrade log level when modules.dep{,.bin} don't exist
2012-02-16 Lucas De Marchitestsuite: fix color of unexpected failure
2012-02-16 Lucas De Marchikmod-module: lookup: search modules.builtin file too
2012-02-16 Lucas De Marchitestsuite: add test for builtins with modprobe
2012-02-16 Dave Reisnertestsuite: add .path member to test struct
2012-02-16 Wouter van... Fix path.c's function pointer defenitions.
2012-02-14 Lucas De MarchiTODO: add tasks and bug fixes
2012-02-13 Lucas De Marchilibkmod-index: don't print an error if index doesn...
2012-02-11 Lucas De Marchilibkmod-module: probe: fix infinite loop with softdeps
2012-02-09 Lucas De Marchitest: remove test-state
2012-02-08 Lucas De MarchiMark functions with attribute noreturn
2012-02-08 Lucas De MarchiCheck if libc has __xstat
2012-02-08 Lucas De Marchibuild-sys: add rule to pack rootfs
2012-02-08 Lucas De Marchitestsuite: add tests to modprobe --show-depends
2012-02-07 Lucas De Marchitestsuite: update README file
2012-02-07 Lucas De Marchitestsuite: macronify test definitions
2012-02-07 Lucas De Marchitestsuite: macronify main function
2012-02-07 Dan McGeetestsuite: libtestsuite depends on individual components
2012-02-07 Lucas De Marchilibkmod-module: probe: Fix ignore-loaded flag not being...
2012-02-06 Lucas De Marchikmod 5 v5
2012-02-06 Dan McGeemodinfo: handle arguments more carefully
2012-02-06 Lucas De MarchiAdd WARNING file for test dir and improve testsuite...
2012-02-06 Lucas De Marchitestsuite: add README
2012-02-06 Lucas De Marchilibkmod-module: probe: return -EEXIST if told to do so
2012-02-06 Lucas De Marchilibkmod-module: probe: rename flag to be more meaningful
2012-02-05 Dan McGeetest-conversion: remove test/test-{insmod,rmmod,rmmod2}
2012-02-05 Dan McGeetest-conversion: remove test/test-init
2012-02-05 Dan McGeetest-conversion: remove test/test-loaded
2012-02-05 Dan McGeeUpdate .gitignore files
2012-02-05 Dan McGeeFix simple grammar issue
2012-02-03 Ambroz BizjakFix unaligned memory access in hash function
2012-02-03 Lucas De MarchiTODO: add task to write testsuite/README
2012-02-03 Lucas De Marchiman: insmod: we don't handle modules from stdin
2012-02-03 Khem Rajdepmod: Dont use errno unconditionally
2012-02-03 Dave Reisnerfix building and cleaning of manpages
2012-02-03 Dave Reisnermodprobe: avoid breaking on insertion failure
2012-02-03 Dave Reisnerlib/module: check initstate before inserting module
2012-02-02 Dave Reisnerwhitespace fix -- no logical code changes
2012-02-02 Gustavo Sverzut... fix manpage build and install.
2012-02-01 Gustavo Sverzut... improve logging to mention context.
2012-02-01 Gustavo Sverzut... improve log when debugging.
2012-01-31 Lucas De Marchilibkmod: organize public header
2012-01-31 Lucas De MarchiPrepare for API bump
2012-01-31 Dave Reisnermodprobe: properly handle errors from init_module
2012-01-31 Lucas De Marchilibkmod-module: probe: remove useless KMOD_PROBE_STOP_O...
2012-01-31 Lucas De Marchilibkmod-module: probe: return -EEXIST if told to stop...
2012-01-31 Dave Reisnertestsuite: allow for expected failure of tests
2012-01-31 Dave Reisnermodprobe: post-remove module deps with 0 refcnt
2012-01-31 Lucas De Marchikmod-modprobe: migrate to kmod_module_probe_insert_module()
2012-01-31 Lucas De Marchilibkmod-module: probe: add flag to dry-run
next