platform/upstream/kmod.git
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
2011-11-25 Lucas De MarchiFormat refcount handling
2011-11-25 Lucas De MarchiRef and unref ctx when kmod_loaded is created/destroyed
2011-11-24 Lucas De MarchiFix refcount of loaded modules
2011-11-24 Lucas De MarchiDo not configure if NOCONFIGURE is set
2011-11-24 Lucas De MarchiAdd more warning flags
2011-11-23 Lucas De MarchiKeep valgrind happy when mixing sscanf and strtok
2011-11-23 Lucas De MarchiAdd binary to test rmmod feature
2011-11-23 Lucas De MarchiImplement function to remove module
2011-11-23 Lucas De MarchiRename leftover libabc reference
2011-11-23 Lucas De MarchiRename libkmod-util.h to macro.h
2011-11-23 Lucas De MarchiAdd some function attributes and use them
2011-11-23 Lucas De MarchiConstify API
2011-11-23 Lucas De MarchiRemove leftover declarations
2011-11-23 Lucas De MarchiAdd libkmod-loaded to handle live modules information
2011-11-23 Lucas De MarchiUpdate .gitignore
2011-11-23 Lucas De MarchiImplement circular double-linked list
2011-11-22 Lucas De MarchiAdd some good practices to autofoo
2011-11-22 Lucas De MarchiPut test back
2011-11-22 Lucas De MarchiDon't use glob in version script
2011-11-22 Lucas De MarchiFix version to 0:0:0
2011-11-21 Lucas De MarchiRemove unused functions
2011-11-21 Lucas De MarchiMake kmod_new return a pointer
2011-11-21 Lucas De MarchiConvert spaces to tabs
2011-11-21 Lucas De MarchiRename libabc to libkmod
2011-11-21 Lucas De MarchiImport skeleton from libabc