]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
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
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
next