kmod/libkmod
Gustavo Sverzut Barbieri d091546448 index-mm: allocate values inline into node, strings points to mmap.
For mmap mode, we can avoid allocating and copying strings from the
mmap'ed memory.

With that we have fixed length "struct index_mm_value" that can be
allocated inline with "struct index_mm_node".
2011-12-10 13:04:43 -02:00
..
.gitignore Rename libabc to libkmod 2011-11-21 14:35:35 -02:00
libkmod-config.c kmod_config: parse install and remove commands 2011-12-07 11:31:28 -02:00
libkmod-hash.c Add simple hash implementation 2011-12-05 19:24:06 -02:00
libkmod-index.c index-mm: allocate values inline into node, strings points to mmap. 2011-12-10 13:04:43 -02:00
libkmod-index.h index: cleanup header, move as much as possible to libkmod-index.c 2011-12-10 11:53:51 -02:00
libkmod-list.c kmod_list: document exported functions 2011-12-08 12:25:36 -02:00
libkmod-loaded.c kmod_loaded: document exported function 2011-12-08 12:59:16 -02:00
libkmod-module.c fix path handling at dependencies parsing. 2011-12-08 14:12:39 -02:00
libkmod-private.h log: give log function its data instead of kmod_ctx. 2011-12-08 14:06:50 -02:00
libkmod-util.c Fix abs path helper function 2011-12-08 11:15:24 -02:00
libkmod.c kmod_load_resources: use proper full path to binary files to be mmaped. 2011-12-10 10:27:27 -02:00
libkmod.h Load and unload resources 2011-12-08 19:51:06 -02:00
libkmod.pc.in Rename libabc to libkmod 2011-11-21 14:35:35 -02:00
libkmod.sym Load and unload resources 2011-12-08 19:51:06 -02:00
macro.h Define temporary macros for importing index 2011-11-30 14:35:39 -02:00