platform/upstream/kmod.git
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
2012-01-16 Lucas De MarchiAdd doc to kmod_dump_index
2012-01-16 Lucas De Marchimodprobe: dump indexes as well
2012-01-16 Lucas De Marchilibkmod: dump index files
2012-01-16 Lucas De Marchilibkmod-util: add helper function to write to fd
2012-01-16 Lucas De Marchilibkmod-util: adhere to coding style
2012-01-16 Lucas De Marchilibkmod: export enum kmod_index and rename members
2012-01-16 Lucas De Marchilibkmod: store prefix of each index
2012-01-14 Lucas De MarchiUpdate documentation with recent changes
2012-01-14 Lucas De Marchidepmod: deal with relative root dir
2012-01-14 Lucas De Marchikmod_new(): deal with relative paths for dirname
2012-01-14 Lucas De Marchidepmod: fix idx calculation after postponed array creation
2012-01-14 Lucas De MarchiReduce scope of counter variable
2012-01-14 Lucas De Marchidepmod: adhere to coding style
2012-01-13 Lucas De Marchimodprobe: dump configuration
2012-01-13 Lucas De Marchiconfig: let softdeps dump their data
2012-01-13 Lucas De Marchiconfig: add exported iterator functions
2012-01-13 Lucas De Marchilibkmod-private: allow to get aliases from config
2012-01-12 Lucas De Marchibuild-sys: add script to bootstrap and configure
2012-01-12 Lucas De Marchibuild-sys: rename autogen.sh to bootstrap and keep...
2012-01-12 Lucas De MarchiTODO: add code unification to list of tasks
2012-01-12 Lucas De Marchimodprobe: abort on dependency loop that cannot be broken
2012-01-12 Lucas De Marchimodprobe: fix leak on error path
2012-01-12 Lucas De MarchiTODO: update tasks
2012-01-12 Lucas De Marchimodprobe: rework module removal without tree traversing
2012-01-12 Lucas De MarchiTODO: update differences with m-i-t
2012-01-12 Lucas De Marchimodprobe: rework module insertion without tree traversing
2012-01-12 Lucas De Marchiman: build modinfo man page
2012-01-12 Lucas De Marchiman: build modprobe man page
next