]> git.ipfire.org Git - thirdparty/kmod.git/shortlog
thirdparty/kmod.git
2011-12-06  Lucas De Marchikmod_module: parse dependencies on demand
2011-12-06  Lucas De MarchiSplit function to search moddep file
2011-12-06  Lucas De Marchikmod_module: return a new list and increase ref of...
2011-12-06  Lucas De MarchiFix missing parenthesis in macro
2011-12-05  Gustavo Sverzut... Add simple hash implementation
2011-12-05  Lucas De Marchikmod_module: inline name and make it always available
2011-12-05  Gustavo Sverzut... kmod_alias: reduce from 3 mallocs to a single one.
2011-12-05  Lucas De MarchiUse readdir_r in kmod_module_get_sections()
2011-12-05  Lucas De MarchiUse readdir_r in kmod_module_get_holders()
2011-12-05  Lucas De MarchiAdd padding to enum to make sure it's an int
2011-12-05  Lucas De MarchiInline foreach macro for internal usage
2011-12-05  Gustavo Sverzut... tests: release memory before error exits.
2011-12-04  Gustavo Sverzut... no more kmod_loaded and kmod_loaded_module.
2011-12-04  Gustavo Sverzut... kmod_module: extended information gathering.
2011-12-04  Gustavo Sverzut... kmod_module_get_module: safety against NULL pointers
2011-12-04  Gustavo Sverzut... module refcount should start at 1.
2011-12-04  Gustavo Sverzut... fix missing ")".
2011-12-03  Lucas De MarchiTODO: update file
2011-12-03  Lucas De MarchiLicense library as LGPL
2011-12-03  Lucas De Marchiindex: change license to LGPL
2011-12-03  Lucas De Marchiindex: update copyrignt
2011-12-03  Lucas De Marchiindex: mmap: add support for seaching with wildcards
2011-12-03  Lucas De Marchiindex: mmap: add support for searching
2011-12-03  Lucas De Marchiindex: mmap: add support for searching node
2011-12-03  Lucas De Marchiindex: mmap: read child node
2011-12-03  Lucas De Marchiindex: mmap: read root node
2011-12-03  Lucas De Marchiindex: mmap: create and destroy node
2011-12-03  Lucas De MarchiAdd memdup() helper
2011-12-03  Lucas De Marchiindex: mmap: open and close file
2011-12-03  Lucas De Marchiindex: use idx instead of index due to name clash
2011-12-03  Lucas De MarchiFix some coding style issues
2011-12-03  Gustavo Sverzut... improve kmod_config api.
2011-12-03  Gustavo Sverzut... reorder struct fields to avoid holes, improving packing
2011-12-03  Gustavo Sverzut... README with purpose and initial overview.
2011-12-03  Lucas De MarchiFix extra attribute
2011-12-03  Gustavo Sverzut... improve compiler warnings and checks for internal funct...
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-03  Jan Engelhardtautogen: use "$@" and exec last program
2011-12-02  Lucas De MarchiDo not ship autogen.sh in the tarball
2011-12-02  Lucas De MarchiDrop configurations from /usr/local
2011-12-02  Lucas De MarchiTODO: update tasks
2011-12-02  Lucas De Marchiindex: follow libkmod coding style
2011-12-02  Lucas De MarchiRemove redundant comments
2011-12-02  Lucas De Marchiindex: remove unused functions
2011-12-02  Lucas De Marchiindex: re-order functions so prototypes are not needed
2011-12-02  Lucas De MarchiRemove trailing whitespace
2011-12-02  Lucas De MarchiFix 'redundant redeclaration' warnings
2011-12-02  Lucas De MarchiFix 'old style declaration' warnings
2011-12-02  Lucas De MarchiFix missing return
2011-12-02  Lucas De MarchiClean 'unused variable' warnings
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiClean 'no previous prototype' warning
2011-12-02  Lucas De MarchiUse fstat() instead of stat() when possible
2011-12-01  Lucas De MarchiAdd fucntion to API to get dependencies
2011-12-01  Lucas De MarchiUse strtok_r insteat of strtok
2011-12-01  Lucas De MarchiAdd TODO file with a few items
2011-12-01  Lucas De MarchiAdd dependencies when module is create by name lookup
2011-12-01  Lucas De MarchiAdd dependency list to kmod_module
2011-12-01  Lucas De MarchiAdd missing newlines
2011-12-01  Lucas De MarchiAllow path_to_modname to operate locally withou alloc
2011-12-01  Lucas De MarchiLookup for alias in modules.alias.bin
2011-12-01  Lucas De MarchiGeneralize function to be used by other lookups
2011-12-01  Lucas De MarchiLookup modules from modules.dep.bin file
2011-12-01  Lucas De MarchiMake lookup functions return number of elements found
2011-12-01  Lucas De MarchiAdd kmod_list_remove_n_latest()
2011-12-01  Lucas De MarchiAdd kmod_list_prev to exported functions
2011-11-30  Lucas De MarchiLookup modules.symbols.bin
2011-11-30  Lucas De MarchiRemove dangling comment
2011-11-30  Lucas De MarchiPrepare lookup function for more files to look after
2011-11-30  Lucas De MarchiFix initialization of kernel modules dir
2011-11-30  Lucas De MarchiAdd startswith() helper function
2011-11-30  Lucas De MarchiAdd test for lookup function
2011-11-30  Lucas De MarchiAdd lookup to create modules list from alias
2011-11-30  Lucas De MarchiAdd name() and path() getters for kmod_module
2011-11-30  Lucas De MarchiOrganize functions in private header
2011-11-30  Lucas De MarchiAdd getters for aliases
2011-11-30  Lucas De MarchiFix misspellings by use of codespell
2011-11-30  Lucas De MarchiRemove trailing whitespaces
2011-11-30  Lucas De MarchiImport index handling from module-init-tools
2011-11-30  Lucas De MarchiAdd streq() to prettify code
2011-11-30  Lucas De MarchiDefine temporary macros for importing index
2011-11-30  Lucas De MarchiUse underscores() in module names and aliases
2011-11-30  Lucas De MarchiAdd underscores() helper to replace - with _
2011-11-29  Lucas De MarchiParse blacklists in config files
2011-11-29  Lucas De MarchiAdd support for parsing config files
2011-11-29  Lucas De MarchiAdd getline_wrapped() to parse config files
2011-11-29  Lucas De MarchiAdd macro to safely derive the size of an array
2011-11-28  Lucas De MarchiFix wrong copyright
2011-11-28  Lucas De MarchiMove down the ifdef for c++
2011-11-28  Lucas De MarchiBack to logging without \n
2011-11-25  Lucas De MarchiAdd test-insmod to insert modules
2011-11-25  Lucas De MarchiAdd test-rmmod2
2011-11-25  Lucas De MarchiAdd functions to operate on modules
2011-11-25  Lucas De MarchiFix check_PROGRAMS in autofoo
2011-11-25  Lucas De MarchiWhen logging to stderr, put a \n by default
2011-11-25  Lucas De MarchiMake log function uppercase
2011-11-25  Lucas De MarchiAdd cscope.out and .swp files to gitignore
2011-11-25  Lucas De MarchiAccept dir where we should lookup for modules
2011-11-25  Lucas De MarchiFormat enum
next