platform/upstream/kmod.git
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
2012-01-31 Lucas De Marchilibkmod-module: probe: add flag to ignore loaded modules
2012-01-31 Lucas De Marchilibkmod-module: probe: add print_action callback
2012-01-30 Lucas De Marchilibkmod-module: probe: add room in flags for future...
2012-01-30 Lucas De Marchilibkmod-module: probe: ignore-command flag can't be...
2012-01-30 Lucas De Marchilibkmod-module: probe: remove useless flag to stop...
2012-01-30 Lucas De Marchilibkmod-module: probe: add flag to stop loading on...
2012-01-30 Lucas De Marchitestsuite: check if dots are allowed in aliases
2012-01-30 Lucas De Marchitestsuite: add test for kmod_module_new_from_name()
2012-01-30 Lucas De Marchilibkmod-module: split creation of new modules to share...
2012-01-30 Lucas De MarchiPartially fix parsing of alias with dots
2012-01-30 Lucas De Marchilibkmod-module: probe: add flag to ignore commands
2012-01-30 Lucas De Marchilibkmod-module: probe: change insertion to cover more...
2012-01-30 Lucas De Marchilibkmod-module: add visited field
2012-01-30 Lucas De Marchibuild-sys: fix make dist
2012-01-30 Dave Reisnerbuild-sys: declare rootfs.tar.xz as dep of rootfs/
2012-01-30 Lucas De Marchitestsuite: let stat.h take care of stat64
2012-01-30 Lucas De MarchiUse %zu for size_t
2012-01-28 Lucas De Marchitestsuite: remove unneeded call to memset()
2012-01-28 Pedro Pedruzzilibkmod: Fix handling of square brackets expressions...
2012-01-28 Pedro Pedruzzitestsuite: add test for function alias_normalize
2012-01-28 Lucas De Marchimodprobe: print end of configuration files
2012-01-26 Lucas De Marchibuild-sys: extract rootfs for make check
2012-01-26 Lucas De Marchitestsuite: add GPL license
2012-01-26 Lucas De Marchitestsuite: trap calls to delete_module() including...
2012-01-26 Lucas De Marchibuild-sys: autotoolify build of check libraries
2012-01-26 Lucas De Marchitestsuite: add trap to init_module() including simple...
2012-01-26 Lucas De Marchielf: privately export kmod_elf_get_section()
2012-01-26 Lucas De Marchitestsuite: add test for modinfo
2012-01-26 Lucas De Marchitestsuite: remind users to build tools
2012-01-26 Lucas De Marchitestsuite: add colors to test output
2012-01-26 Lucas De Marchitestsuite: add simple test for list of loaded modules
2012-01-26 Lucas De Marchitestsuite: match outputs of test with a known correct one
2012-01-26 Lucas De Marchitestsuite: separate child from parent
2012-01-26 Lucas De Marchitestsuite: allow to run tests outside of top_buildir
2012-01-26 Lucas De Marchitestsuite: add trap to opendir() including tests
2012-01-26 Lucas De Marchitestsuite: add trap to stat() and friends including...
2012-01-26 Lucas De Marchitestsuite: add trap to open() including tests
2012-01-26 Lucas De Marchitestsuite: add trap to fopen() including tests
2012-01-26 Lucas De Marchitestsuite: fake kernel 4.0.20-kmod is out
2012-01-26 Lucas De Marchitestsuite: export environment with flags and LD_PRELOAD
2012-01-26 Lucas De Marchitestsuite: move oneshot to inside the test struct
2012-01-26 Lucas De Marchitestsuite: trap calls to uname
2012-01-26 Lucas De Marchitestsuite: test libkmod initialization
2012-01-26 Lucas De Marchitestsuite: add skeleton
2012-01-26 Lucas De Marchimodprobe: fix build 'cause of excessive number of arguments
2012-01-26 Dave Reisnermodprobe: remove code referring to -t, --type
2012-01-23 Lucas De MarchiREADME: add link to packages place
2012-01-21 Lucas De Marchibuild-sys: do not create symlinks by default
2012-01-21 Lucas De Marchimodprobe: kill operations depending on path
2012-01-20 Lucas De MarchiTODO: system() should not be used inside a library
2012-01-18 Lucas De Marchibuild-sys: forcefully create links
2012-01-18 Lucas De Marchibuild-sys: move modprobe to sbindir
2012-01-18 Lucas De MarchiAdd program to calculate the shortest relative path...
2012-01-17 Lucas De Marchilibkmod-list: allow to append an empty list
2012-01-17 Lucas De Marchibuild-sys: create symlinks if we are installing tools
2012-01-17 Thierry VignaudWEXITSTATUS is defined in sys/wait.h
2012-01-17 Lucas De MarchiCheck if struct stat has mtim member
2012-01-17 Lucas De Marchimodprobe: flush stdout before dumping indexes
2012-01-17 Lucas De MarchiFix common misspelling with codespell
2012-01-17 Miklos Vajnaman: spelling fixes
2012-01-16 Lucas De Marchikmod 4 v4
2012-01-16 Lucas De Marchibuild-sys: add release helpers
next