kmod/libkmod
Lucas De Marchi b7b7ac298f kmod_config: optimize config files handling
1) Allocate less by not sorting the result with qsort. Instead,
    insert the nodes in the correct order;
 2) Do not maintain the whole path in memory, but rely on openat()
2011-12-06 03:34:51 -02:00
..
.gitignore Rename libabc to libkmod 2011-11-21 14:35:35 -02:00
libkmod-config.c kmod_config: optimize config files handling 2011-12-06 03:34:51 -02:00
libkmod-hash.c Add simple hash implementation 2011-12-05 19:24:06 -02:00
libkmod-index.c index: change license to LGPL 2011-12-03 04:30:16 -02:00
libkmod-index.h index: change license to LGPL 2011-12-03 04:30:16 -02:00
libkmod-list.c kmod_list: remove nodes in order 2011-12-06 03:34:51 -02:00
libkmod-loaded.c no more kmod_loaded and kmod_loaded_module. 2011-12-04 17:24:08 -02:00
libkmod-module.c kmod_module: normalize module name 2011-12-06 03:34:51 -02:00
libkmod-private.h kmod_list: add helper function to merge two lists 2011-12-06 03:34:51 -02:00
libkmod-util.c kmod_module: extended information gathering. 2011-12-04 17:24:08 -02:00
libkmod.c kmod_module: parse dependencies on demand 2011-12-06 02:48:04 -02:00
libkmod.h kmod_module: return a new list and increase ref of dependencies 2011-12-06 02:48:03 -02:00
libkmod.pc.in Rename libabc to libkmod 2011-11-21 14:35:35 -02:00
libkmod.sym kmod_module: return a new list and increase ref of dependencies 2011-12-06 02:48:03 -02:00
macro.h Define temporary macros for importing index 2011-11-30 14:35:39 -02:00