kmod/libkmod
Lucas De Marchi e005facdb9 Only search path in moddep if it's not already set
rmmod/insmod should be able to operate directly on files, not relying on
indexes and configuration.

The following test was not working and now it is:

$ # go to a dir != mod->dirname
$ cd /lib/modules/$(uname -r)/kernel
$ # try to insert module giving a relative path
$ insmod drivers/acpi/ac.ko
2011-12-08 11:15:24 -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: 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 Only search path in moddep if it's not already set 2011-12-08 11:15:24 -02:00
libkmod-private.h Add helper path_make_absolute_cwd() 2011-12-07 13:51:40 -02:00
libkmod-util.c Fix abs path helper function 2011-12-08 11:15:24 -02:00
libkmod.c Maintain a pool of modules alive 2011-12-06 03:49:07 -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